diff options
author | Wouter Deconinck <wdconinc@gmail.com> | 2024-06-27 03:38:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-27 10:38:56 +0200 |
commit | f916b50491603c7f17a984d685d9bc73760c9952 (patch) | |
tree | 03264a702962b7bb8df199336cb9c05407f29db5 /lib | |
parent | 7160e1d3e7ef33f70e58ff84acd8ef58d79f73a5 (diff) | |
download | spack-f916b50491603c7f17a984d685d9bc73760c9952.tar.gz spack-f916b50491603c7f17a984d685d9bc73760c9952.tar.bz2 spack-f916b50491603c7f17a984d685d9bc73760c9952.tar.xz spack-f916b50491603c7f17a984d685d9bc73760c9952.zip |
containers: centos:stream -> centos:stream9 (#44876)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/containers.rst | 6 | ||||
-rw-r--r-- | lib/spack/spack/container/images.json | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/lib/spack/docs/containers.rst b/lib/spack/docs/containers.rst index 2f7b1ae9af..967afd0005 100644 --- a/lib/spack/docs/containers.rst +++ b/lib/spack/docs/containers.rst @@ -206,9 +206,9 @@ The OS that are currently supported are summarized in the table below: * - CentOS 7 - ``centos:7`` - ``spack/centos7`` - * - CentOS Stream - - ``quay.io/centos/centos:stream`` - - ``spack/centos-stream`` + * - CentOS Stream9 + - ``quay.io/centos/centos:stream9`` + - ``spack/centos-stream9`` * - openSUSE Leap - ``opensuse/leap`` - ``spack/leap15`` diff --git a/lib/spack/spack/container/images.json b/lib/spack/spack/container/images.json index 4283f3d2fb..6d3498919b 100644 --- a/lib/spack/spack/container/images.json +++ b/lib/spack/spack/container/images.json @@ -78,15 +78,15 @@ "image": "quay.io/almalinuxorg/almalinux:8" } }, - "centos:stream": { + "centos:stream9": { "bootstrap": { - "template": "container/centos_stream.dockerfile", - "image": "quay.io/centos/centos:stream" + "template": "container/centos_stream9.dockerfile", + "image": "quay.io/centos/centos:stream9" }, "os_package_manager": "dnf_epel", - "build": "spack/centos-stream", + "build": "spack/centos-stream9", "final": { - "image": "quay.io/centos/centos:stream" + "image": "quay.io/centos/centos:stream9" } }, "centos:7": { |