Skip to content

Docker container build on top off the official gcc image including cmake

License

Notifications You must be signed in to change notification settings

Rikorose/gcc-cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gcc-cmake

Docker container build on top off the official gcc image including latest cmake.

This image is just an extension of official gcc image thus for the full documentation see the docs there.

Supported gcc versions are 8, 9, 10, 11, 12, latest.

How to use

$ docker run --rm -v `pwd`:/usr/src/myapp rikorose/gcc-cmake:<version> command

The image is published at Github Container Registry: https://github.com/Rikorose/gcc-cmake/pkgs/container/gcc-cmake

To pull use:

$ docker pull ghcr.io/rikorose/gcc-cmake:latest

About

Docker container build on top off the official gcc image including cmake

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published