Skip to content

Commit 1e102b5

Browse files
committed
Drop centos Dockerfiles
CentOS image went EOL in 2020.
1 parent 21515fa commit 1e102b5

File tree

3 files changed

+2
-134
lines changed

3 files changed

+2
-134
lines changed

docker/bin/versions.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,16 @@
77
# Parameters:
88
# - PLATFORM: The platform on which the upgrade should occur. Available:
99
# - `ubuntu`
10-
# - `centos`
1110
# - `rocky`
1211
# Default: `ubuntu`
1312
set -e
1413

1514
platform=${1:-ubuntu}
1615

1716
case "${platform}" in
18-
ubuntu|centos|rocky)
17+
ubuntu|rocky)
1918
;;
20-
*) echo "Invalid platform: '${platform}'. Must be 'ubuntu' or 'centos'"
19+
*) echo "Invalid platform: '${platform}'. Must be 'ubuntu' or 'rocky'"
2120
exit 1
2221
;;
2322
esac

docker/centos/Dockerfile

Lines changed: 0 additions & 111 deletions
This file was deleted.

docker/centos/Dockerfile.versions

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)