Skip to content

Commit

Permalink
Use RHEL 8 oc binary
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk authored and openshift-cherrypick-robot committed Aug 9, 2024
1 parent 6a9741a commit 781f570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/ci-operator/build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM registry.ci.openshift.org/openshift/release:rhel-${RHEL_VERSION}-release-go
ARG OCP_VERSION

# Install the oc and kubectl clients
RUN curl -LO https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp-dev-preview/candidate-${OCP_VERSION}/openshift-client-linux.tar.gz \
RUN curl -LO https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp-dev-preview/candidate-${OCP_VERSION}/openshift-client-linux-rhel8.tar.gz \
&& tar -xzf openshift-client-linux.tar.gz \
&& chmod +x oc kubectl \
&& mv oc kubectl /usr/local/bin/
Expand Down

0 comments on commit 781f570

Please sign in to comment.