diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/containers.rst | 3 | ||||
-rw-r--r-- | lib/spack/spack/container/images.json | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lib/spack/docs/containers.rst b/lib/spack/docs/containers.rst index 25ad22525e..e22095ca13 100644 --- a/lib/spack/docs/containers.rst +++ b/lib/spack/docs/containers.rst @@ -203,6 +203,9 @@ The OS that are currently supported are summarized in the table below: * - Ubuntu 22.04 - ``ubuntu:22.04`` - ``spack/ubuntu-jammy`` + * - Ubuntu 24.04 + - ``ubuntu:24.04`` + - ``spack/ubuntu-noble`` * - CentOS 7 - ``centos:7`` - ``spack/centos7`` diff --git a/lib/spack/spack/container/images.json b/lib/spack/spack/container/images.json index e91f369547..7cb76f8505 100644 --- a/lib/spack/spack/container/images.json +++ b/lib/spack/spack/container/images.json @@ -138,6 +138,13 @@ }, "os_package_manager": "apt" }, + "ubuntu:24.04": { + "bootstrap": { + "template": "container/ubuntu_2404.dockerfile" + }, + "os_package_manager": "apt", + "build": "spack/ubuntu-noble" + }, "ubuntu:22.04": { "bootstrap": { "template": "container/ubuntu_2204.dockerfile" |