mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Use more modern version of OpenShift client
3.9 is pretty old by now.
This commit is contained in:
parent
c7cabfa785
commit
4c32faa448
@ -100,7 +100,7 @@ RUN chmod +rx /usr/bin/launch_awx.sh && \
|
||||
|
||||
# Install OpenShift CLI
|
||||
RUN cd /usr/local/bin && \
|
||||
curl -L https://github.com/openshift/origin/releases/download/v3.9.0/openshift-origin-client-tools-v3.9.0-191fece-linux-64bit.tar.gz | \
|
||||
curl -L https://github.com/openshift/origin/releases/download/v3.11.0/openshift-origin-client-tools-v3.11.0-0cbc58b-linux-64bit.tar.gz | \
|
||||
tar -xz --strip-components=1 --wildcards --no-anchored 'oc'
|
||||
|
||||
ADD google-cloud-sdk.repo /etc/yum.repos.d/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user