From c2da01c28c4631f6cab831ba94b9bfe00f1fac0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 06:20:04 +0000 Subject: [PATCH] chore(deps): update dependency homebrew/openshift-cli to v4.14.11 --- jenkins-agents/jenkins-agent/Dockerfile | 2 +- tool-box/Dockerfile | 2 +- utilities/ubi8-bats/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jenkins-agents/jenkins-agent/Dockerfile b/jenkins-agents/jenkins-agent/Dockerfile index 877581f0c..119994b22 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-1476@sha256:fc300be6adbdf2ca812ad01efd0dee2a3e3f5d33958ad6cd99159e25e9ee1398 AS builder # renovate: datasource=repology depName=homebrew/openshift-cli -ARG OC_VERSION=4.14.8 +ARG OC_VERSION=4.14.11 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 7025534b2..fc0163afc 100644 --- a/tool-box/Dockerfile +++ b/tool-box/Dockerfile @@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi9/ubi:9.3-1476@sha256:fc300be6adbdf2ca812ad01 SHELL ["/bin/bash", "-c"] # renovate: datasource=repology depName=homebrew/openshift-cli -ARG OC_VERSION=4.14.8 +ARG OC_VERSION=4.14.11 # renovate: datasource=github-releases depName=openshift/rosa ARG ROSA_VERSION=v1.2.34 # renovate: datasource=github-releases depName=redhat-developer/odo diff --git a/utilities/ubi8-bats/Dockerfile b/utilities/ubi8-bats/Dockerfile index e5b9fa51c..976b11ef3 100644 --- a/utilities/ubi8-bats/Dockerfile +++ b/utilities/ubi8-bats/Dockerfile @@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi8/ubi:8.9-1107.1706791207@sha256:627867e53ad6 SHELL ["/bin/bash", "-c"] # renovate: datasource=repology depName=homebrew/openshift-cli -ARG OC_VERSION=4.14.8 +ARG OC_VERSION=4.14.11 # renovate: datasource=github-releases depName=stedolan/jq ARG JQ_VERSION=1.6 # renovate: datasource=github-releases depName=helm/helm