Skip to content

Commit

Permalink
Update oc to 4.15 (#156)
Browse files Browse the repository at this point in the history
after 4.6, mirror has changed of place as indicated on
https://mirror.openshift.com/pub/openshift-v4/clients/oc/%24__DEPRECATED_LOCATION__PLEASE_READ__.txt

`Please direct x86_64 users and automation to the new oc client
locations under: https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/`

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Mar 15, 2024
1 parent c887be3 commit 1bf2a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions universal/ubi8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ RUN mkdir -p /home/tooling/.m2 && \
# Cloud

# oc client
ENV OC_VERSION=4.6
RUN curl -L https://mirror.openshift.com/pub/openshift-v4/clients/oc/${OC_VERSION}/linux/oc.tar.gz | tar -C /usr/local/bin -xz \
ENV OC_VERSION=4.15
RUN curl -L https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable-${OC_VERSION}/openshift-client-linux.tar.gz | tar -C /usr/local/bin -xz \
&& chmod +x /usr/local/bin/oc

# OS Pipelines CLI (tkn)
Expand Down

0 comments on commit 1bf2a5d

Please sign in to comment.