Skip to content

Commit

Permalink
Merge pull request #147 from amisskii/amisskii-patch-60
Browse files Browse the repository at this point in the history
Update Dockerfile.CI
  • Loading branch information
amisskii authored Mar 12, 2024
2 parents 2bd2776 + 83c6fb2 commit 276e960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.CI
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN pip install pyyaml reportportal-client
RUN wget https://github.com/mikefarah/yq/releases/download/v4.40.5/yq_linux_amd64 -O /usr/bin/yq &&\
chmod +x /usr/bin/yq

ENV OC_VERSION=4.14
ENV OC_VERSION=4.13
RUN wget https://mirror.openshift.com/pub/openshift-v4/clients/ocp/fast-${OC_VERSION}/openshift-client-linux.tar.gz \
-O /tmp/openshift-client.tar.gz &&\
tar xzf /tmp/openshift-client.tar.gz -C /usr/bin oc &&\
Expand Down

0 comments on commit 276e960

Please sign in to comment.