An open API service indexing awesome lists of open source software.

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

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.