diff --git a/jenkins-agents/jenkins-agent/Dockerfile b/jenkins-agents/jenkins-agent/Dockerfile index 92f52cedc..5ab34ca39 100644 --- a/jenkins-agents/jenkins-agent/Dockerfile +++ b/jenkins-agents/jenkins-agent/Dockerfile @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi9/ubi:9.3-1610@sha256:66233eebd72bb5baa25190d4f55e1dc3fff3a9b77186c1f91a0abdb274452072 AS builder # renovate: datasource=repology depName=homebrew/openshift-cli -ARG OC_VERSION=4.14.20 +ARG OC_VERSION=4.15.5 RUN curl -L "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/${OC_VERSION}/openshift-client-linux.tar.gz" -o /tmp/openshift-client-linux.tar.gz && \ tar --no-same-owner -xzf /tmp/openshift-client-linux.tar.gz && \ mv oc kubectl /usr/local/bin && \ diff --git a/tool-box/Dockerfile b/tool-box/Dockerfile index d7b1dade3..c567a1d03 100644 --- a/tool-box/Dockerfile +++ b/tool-box/Dockerfile @@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi9/ubi:9.3-1610@sha256:66233eebd72bb5baa25190d SHELL ["/bin/bash", "-c"] # renovate: datasource=repology depName=homebrew/openshift-cli -ARG OC_VERSION=4.14.8 +ARG OC_VERSION=4.15.5 # renovate: datasource=github-releases depName=openshift/rosa ARG ROSA_VERSION=v1.2.37 # renovate: datasource=github-releases depName=redhat-developer/odo diff --git a/utilities/ubi8-bats/Dockerfile b/utilities/ubi8-bats/Dockerfile index 0d3e1cd79..4793f4a28 100644 --- a/utilities/ubi8-bats/Dockerfile +++ b/utilities/ubi8-bats/Dockerfile @@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi8/ubi:8.9-1160@sha256:edc34f89cf9c818c2fb28b8 SHELL ["/bin/bash", "-c"] # renovate: datasource=repology depName=homebrew/openshift-cli -ARG OC_VERSION=4.14.8 +ARG OC_VERSION=4.15.5 # renovate: datasource=github-releases depName=stedolan/jq ARG JQ_VERSION=1.6 # renovate: datasource=github-releases depName=helm/helm