Skip to content
Snippets Groups Projects
Attila Krasznahorkay's avatar
Attila Krasznahorkay authored
At the same time updated the images to CMake 3.24.3 and
Ninja 1.11.1.

Also finally switched to building centos7-atlasos with GCC 11 by
default. Building it with GCC 8 is still possible, but it's not
the default anymore.
cab7c613
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..
etc
Dockerfile
README.md

CC7 ATLAS Software Development OS

This image adds libraries on top of centos7-atlasos, which are necessary for a "full offline software development environment".

You can build a GCC 8 based image with the following:

docker build -t atlas/centos7-atlasos-dev:X.Y.Z-gcc8 -t atlas/centos7-atlasos-dev:latest-gcc8 \
   --build-arg BASEIMAGE=atlas/centos7-atlasos:latest-gcc8 \
   --compress --squash .

For building a GCC 11 based image, use something like:

docker build -t atlas/centos7-atlasos-dev:X.Y.Z-gcc11 -t atlas/centos7-atlasos-dev:latest-gcc11 \
   -t atlas/centos7-atlasos-dev:latest \
   --build-arg BASEIMAGE=atlas/centos7-atlasos:latest-gcc11 \
   --compress --squash .

Images

You can find pre-built images on atlas/centos7-atlasos-dev.