Skip to content

Docker images

At CERN we provide base Docker images for the supported Linux distributions. They can be found in both CERN's Docker registry or on https://hub.docker.com/u/cern

These images can be used as the base for your own images, by extending its content with all your requirements.

CERN's GitLab registry

The following names correspond to the latest base images

  • AlmaLinux 9: gitlab-registry.cern.ch/linuxsupport/alma9-base
  • AlmaLinux 8: gitlab-registry.cern.ch/linuxsupport/alma8-base
  • CERN CentOS 7: gitlab-registry.cern.ch/linuxsupport/cc7-base

CERN's DockerHub page

The following names correspond to the latest base images

Use

You can use the previous images as in the following example:

docker pull gitlab-registry.cern.ch/linuxsupport/alma9-base
# or
docker pull cern/alma9-base:latest