From 4c32faa44808ffbea5ce5f267ec152c9d28fc5cf Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Tue, 19 Nov 2019 13:29:06 +0100 Subject: [PATCH] Use more modern version of OpenShift client 3.9 is pretty old by now. --- installer/roles/image_build/templates/Dockerfile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/roles/image_build/templates/Dockerfile.j2 b/installer/roles/image_build/templates/Dockerfile.j2 index 2b31d41935..ecc9fb5678 100644 --- a/installer/roles/image_build/templates/Dockerfile.j2 +++ b/installer/roles/image_build/templates/Dockerfile.j2 @@ -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/