summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2022-06-07 16:43:04 +0200
committerGitHub <noreply@github.com>2022-06-07 16:43:04 +0200
commit6b4b1dacd9ece22b15c26cae0d467258ea244e4e (patch)
tree159923c557fecf230b9cb74b0842baac8fdc0db4
parent3e90134e14f4328862b997fb3b15c12f5135c28d (diff)
downloadspack-6b4b1dacd9ece22b15c26cae0d467258ea244e4e.tar.gz
spack-6b4b1dacd9ece22b15c26cae0d467258ea244e4e.tar.bz2
spack-6b4b1dacd9ece22b15c26cae0d467258ea244e4e.tar.xz
spack-6b4b1dacd9ece22b15c26cae0d467258ea244e4e.zip
docs: update the list of Docker images with Spack preinstalled (#31003)
Also, update the image in the docs and use ghcr.io
-rw-r--r--lib/spack/docs/containers.rst24
-rw-r--r--lib/spack/docs/dockerhub_spack.pngbin90235 -> 0 bytes
-rw-r--r--lib/spack/docs/images/ghcr_spack.pngbin0 -> 71652 bytes
3 files changed, 17 insertions, 7 deletions
diff --git a/lib/spack/docs/containers.rst b/lib/spack/docs/containers.rst
index 8ef54e8693..164e404e37 100644
--- a/lib/spack/docs/containers.rst
+++ b/lib/spack/docs/containers.rst
@@ -109,9 +109,10 @@ Spack Images on Docker Hub
--------------------------
Docker images with Spack preinstalled and ready to be used are
-built on `Docker Hub <https://hub.docker.com/u/spack>`_
-at every push to ``develop`` or to a release branch. The OS that
-are currently supported are summarized in the table below:
+built when a release is tagged, or nightly on ``develop``. The images
+are then pushed both to `Docker Hub <https://hub.docker.com/u/spack>`_
+and to `GitHub Container Registry <https://github.com/orgs/spack/packages?repo_name=spack>`_.
+The OS that are currently supported are summarized in the table below:
.. _containers-supported-os:
@@ -121,22 +122,31 @@ are currently supported are summarized in the table below:
* - Operating System
- Base Image
- Spack Image
- * - Ubuntu 16.04
- - ``ubuntu:16.04``
- - ``spack/ubuntu-xenial``
* - Ubuntu 18.04
- ``ubuntu:18.04``
- ``spack/ubuntu-bionic``
+ * - Ubuntu 20.04
+ - ``ubuntu:20.04``
+ - ``spack/ubuntu-focal``
+ * - Ubuntu 22.04
+ - ``ubuntu:22.04``
+ - ``spack/ubuntu-jammy``
* - CentOS 7
- ``centos:7``
- ``spack/centos7``
+ * - CentOS Stream
+ - ``quay.io/centos/centos:stream``
+ - ``spack/centos-stream``
* - openSUSE Leap
- ``opensuse/leap``
- ``spack/leap15``
+ * - Amazon Linux 2
+ - ``amazonlinux:2``
+ - ``spack/amazon-linux``
All the images are tagged with the corresponding release of Spack:
-.. image:: dockerhub_spack.png
+.. image:: images/ghcr_spack.png
with the exception of the ``latest`` tag that points to the HEAD
of the ``develop`` branch. These images are available for anyone
diff --git a/lib/spack/docs/dockerhub_spack.png b/lib/spack/docs/dockerhub_spack.png
deleted file mode 100644
index 44ff0ed7ed..0000000000
--- a/lib/spack/docs/dockerhub_spack.png
+++ /dev/null
Binary files differ
diff --git a/lib/spack/docs/images/ghcr_spack.png b/lib/spack/docs/images/ghcr_spack.png
new file mode 100644
index 0000000000..03287da866
--- /dev/null
+++ b/lib/spack/docs/images/ghcr_spack.png
Binary files differ