Remove centos:6 image references (#26095)

This was EOL November 30th, 2020. I believe the "builds" are failing on
develop because of it.
This commit is contained in:
Harmen Stoppels
2021-09-24 09:47:49 +02:00
committed by GitHub
parent 117ea5a239
commit a6bb3a66ea
4 changed files with 1 additions and 86 deletions

View File

@@ -126,9 +126,6 @@ are currently supported are summarized in the table below:
* - Ubuntu 18.04
- ``ubuntu:18.04``
- ``spack/ubuntu-bionic``
* - CentOS 6
- ``centos:6``
- ``spack/centos6``
* - CentOS 7
- ``centos:7``
- ``spack/centos7``

View File

@@ -21,13 +21,6 @@
"build_tags": {
"develop": "latest"
}
},
"centos:6": {
"os_package_manager": "yum",
"build": "spack/centos6",
"build_tags": {
"develop": "latest"
}
}
},
"os_package_managers": {

View File

@@ -12,8 +12,7 @@
'type': 'string',
'enum': ['ubuntu:18.04',
'ubuntu:16.04',
'centos:7',
'centos:6']
'centos:7']
},
'spack': {
'type': 'string',