Use oc v4.11 instead v4.7 to fix version retrieval (#6559)

This commit is contained in:
Philippe Martin
2023-02-02 10:13:44 +01:00
committed by GitHub
parent 18f1656011
commit 4b2e935e5d

View File

@@ -8,7 +8,7 @@ RUN curl -fsSL https://clis.cloud.ibm.com/install/linux | sh && \
mv kubectl /usr/local/bin/ && \
curl -sLO https://raw.githubusercontent.com/cptmorgan-rh/install-oc-tools/master/install-oc-tools.sh > /dev/null && \
chmod +x install-oc-tools.sh && \
./install-oc-tools.sh --latest 4.7 && \
./install-oc-tools.sh --latest 4.11 && \
apt-get update -y && \
apt-get install -y sshpass jq colorized-logs && \
rm -rf /var/lib/apt/lists/*