File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
jenkins-agents/jenkins-agent Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22FROM registry.access.redhat.com/ubi9/ubi:9.5-1745854298@sha256:f4ebd46d3ba96feb016d798009e1cc2404c3a4ebdac8b2479a2ac053e59f41b4 AS builder
33
44# renovate: datasource=repology depName=homebrew/openshift-cli
5- ARG OC_VERSION=4.18.10
5+ ARG OC_VERSION=4.20.0
66RUN curl -L "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/${OC_VERSION}/openshift-client-linux-amd64-rhel8.tar.gz" -o /tmp/openshift-client-linux.tar.gz && \
77 tar --no-same-owner -xzf /tmp/openshift-client-linux.tar.gz && \
88 mv oc kubectl /usr/local/bin && \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi9/ubi:9.5-1745854298@sha256:f4ebd46d3ba96feb0
44SHELL ["/bin/bash" , "-c" ]
55
66# renovate: datasource=repology depName=homebrew/openshift-cli
7- ARG OC_VERSION=4.18.10
7+ ARG OC_VERSION=4.20.0
88# renovate: datasource=github-releases depName=openshift/rosa
99ARG ROSA_VERSION=v1.2.53
1010# renovate: datasource=github-releases depName=redhat-developer/odo
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi8/ubi:8.10-1262@sha256:244e9858f9d8a2792a3dce
44SHELL ["/bin/bash" , "-c" ]
55
66# renovate: datasource=repology depName=homebrew/openshift-cli
7- ARG OC_VERSION=4.18.10
7+ ARG OC_VERSION=4.20.0
88# renovate: datasource=github-releases depName=stedolan/jq
99ARG JQ_VERSION=1.6
1010# renovate: datasource=github-releases depName=helm/helm
You can’t perform that action at this time.
0 commit comments