From 067155cff54a489b1dd930b89ec079f2be40a690 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Wed, 1 May 2024 06:37:13 -0500 Subject: containers: add ubuntu 24.04 (#43881) * containers: add ubuntu 24.04 * containers: use python3-boto3 pkg instead of pip install --- lib/spack/docs/containers.rst | 3 +++ lib/spack/spack/container/images.json | 7 +++++++ 2 files changed, 10 insertions(+) (limited to 'lib') 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" -- cgit v1.2.3-70-g09d2