Docker Image packaging GNU Make ontop of public Centos Red Hat Developer Toolset 7 Toolchain
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 is a tool which controls the generation of executables and other
non-source files of a program from the program’s source files.
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.).
Please see the notes in CONTRIBUTING.md.