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:
		@@ -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``
 | 
			
		||||
 
 | 
			
		||||
@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user