mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Use oc v4.11 instead v4.7 to fix version retrieval (#6559)
This commit is contained in:
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user