We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d27b3 commit 4de522eCopy full SHA for 4de522e
docker/rockylinux-9/pack.sh
@@ -10,7 +10,7 @@ LSB_R=$(lsb_release -s -r)
10
LSB_C=$(lsb_release -s -c)
11
VERSION=""
12
PKG="deb"
13
-if [[ "${DISTRO}" == "centos" ]] || [[ "${DISTRO}" == "rocky" ]]; then
+if [[ "${DISTRO}" == "centos" ]] || [[ "${DISTRO}" == "rockylinux" ]]; then
14
DISTRO="el"
15
VERSION=$(cut -d'.' -f 1 <<< ${LSB_R})
16
PKG="rpm"
0 commit comments