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 10: gitlab-registry.cern.ch/linuxsupport/alma10-base
  • AlmaLinux 9: gitlab-registry.cern.ch/linuxsupport/alma9-base
  • AlmaLinux 8: gitlab-registry.cern.ch/linuxsupport/alma8-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
podman pull cern/alma9-base:latest

Other Available Tags

In addition to the :latest tag being available explicit major and major.minor tags are available.

podman pull cern/alma10-base:10
docker pull gitlab-registry.cern.ch/linuxsupport/alma10-base:10.1

The minor tags will contain the last available version of :10.N before :10.N+1 was created.

Docker Software Mirror

If needed, docker itself can be found at https://linuxsoft.cern.ch/mirror/download.docker.com/linux/.