containers: add ubuntu 24.04 (#43881)

* containers: add ubuntu 24.04

* containers: use python3-boto3 pkg instead of pip install
This commit is contained in:
Wouter Deconinck
2024-05-01 06:37:13 -05:00
committed by GitHub
parent 08e68d779f
commit 067155cff5
4 changed files with 44 additions and 0 deletions

View File

@@ -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``

View File

@@ -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"