We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38dc240 commit e629f5cCopy full SHA for e629f5c
docker/bin/versions.sh
@@ -7,17 +7,16 @@
7
# Parameters:
8
# - PLATFORM: The platform on which the upgrade should occur. Available:
9
# - `ubuntu`
10
-# - `centos`
11
# - `rocky`
12
# Default: `ubuntu`
13
set -e
14
15
platform=${1:-ubuntu}
16
17
case "${platform}" in
18
- ubuntu|centos|rocky)
+ ubuntu|rocky)
19
;;
20
- *) echo "Invalid platform: '${platform}'. Must be 'ubuntu' or 'centos'"
+ *) echo "Invalid platform: '${platform}'. Must be 'ubuntu' or 'rocky'"
21
exit 1
22
23
esac
docker/centos/Dockerfile
docker/centos/Dockerfile.versions
0 commit comments