From 7cdef26f6efe99188f56a9a1620109e94d5e428a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:49:29 +0000 Subject: [PATCH] chore(deps): update dependency homebrew/openshift-cli to v4.16.0 --- 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 8949a03b4..bec2acffc 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.4-947.1714667021@sha256:ed84f34cd929ea6b0c247b6daef54dd79602804a32480a052951021caf429494 AS builder # renovate: datasource=repology depName=homebrew/openshift-cli -ARG OC_VERSION=4.15.12 +ARG OC_VERSION=4.16.0 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 02ee3ab4a..dbca1908c 100644 --- a/tool-box/Dockerfile +++ b/tool-box/Dockerfile @@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi9/ubi:9.4-947.1714667021@sha256:ed84f34cd929e SHELL ["/bin/bash", "-c"] # renovate: datasource=repology depName=homebrew/openshift-cli -ARG OC_VERSION=4.15.12 +ARG OC_VERSION=4.16.0 # renovate: datasource=github-releases depName=openshift/rosa ARG ROSA_VERSION=v1.2.41 # renovate: datasource=github-releases depName=redhat-developer/odo diff --git a/utilities/ubi8-bats/Dockerfile b/utilities/ubi8-bats/Dockerfile index 2d4dd4492..a7996a236 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.1715068735@sha256:83068ea81dd0 SHELL ["/bin/bash", "-c"] # renovate: datasource=repology depName=homebrew/openshift-cli -ARG OC_VERSION=4.15.12 +ARG OC_VERSION=4.16.0 # renovate: datasource=github-releases depName=stedolan/jq ARG JQ_VERSION=1.6 # renovate: datasource=github-releases depName=helm/helm