https://github.com/tafthorne/make-devtoolset-7-toolchain-centos7
Docker Image packaging GNU Make ontop of public Centos Red Hat Developer Toolset 7 Toolchain
https://github.com/tafthorne/make-devtoolset-7-toolchain-centos7
centos7 devtools docker docker-hub docker-image gnu-make
Last synced: about 1 month ago
JSON representation
Docker Image packaging GNU Make ontop of public Centos Red Hat Developer Toolset 7 Toolchain
- Host: GitHub
- URL: https://github.com/tafthorne/make-devtoolset-7-toolchain-centos7
- Owner: TafThorne
- License: gpl-3.0
- Created: 2018-04-18T13:31:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T13:52:12.000Z (about 8 years ago)
- Last Synced: 2026-04-29T06:38:47.564Z (about 1 month ago)
- Topics: centos7, devtools, docker, docker-hub, docker-image, gnu-make
- Homepage: https://hub.docker.com/r/tafthorne/make-devtoolset-7-toolchain-centos7/
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# make-devtoolset-7-toolchain-centos7
Docker Image packaging GNU Make ontop of public Centos Red Hat Developer
Toolset 7 Toolchain container image.
The Docker Image is listed on Docker Hub:
https://hub.docker.com/r/tafthorne/make-devtoolset-7-toolchain-centos7/
To pull the image:
docker pull tafthorne/make-devtoolset-7-toolchain-centos7
## GNU Make
GNU Make is a tool which controls the generation of executables and other
non-source files of a program from the program's source files.
* https://www.gnu.org/software/make/
## CentOS / Red Hat Developer Toolset 7 Toolchain
Developer Toolset from Red Hat Software Collections provides various tools for
C and C++ developers, so they are able to use the Developer Toolset tools
without needing to be running a RHEL host. The Toolchain part of the Developer
Toolset contains tools for building such applications (GCC compiler for C and
C++, GDB, gfortran compiler, etc.).
* https://hub.docker.com/r/centos/devtoolset-7-toolchain-centos7/
## Contributing
Please see the notes in CONTRIBUTING.md.