From 435b7f63ed6f1972fff85ab0698c7eca33f3fade Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:09:19 +0000 Subject: [PATCH] chore(deps): update dependency homebrew/openshift-cli to v4.17.1 --- 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 6405692ef..dbbf3d1f3 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-1123.1719560047@sha256:081c96d1b1c7cd1855722d01f1ca53360510443737b1eb33284c6c4c330e537c AS builder # renovate: datasource=repology depName=homebrew/openshift-cli -ARG OC_VERSION=4.16.10 +ARG OC_VERSION=4.17.1 RUN 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 && \ 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 9e8d8869f..fbc047389 100644 --- a/tool-box/Dockerfile +++ b/tool-box/Dockerfile @@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi9/ubi:9.4-1123.1719560047@sha256:081c96d1b1c7 SHELL ["/bin/bash", "-c"] # renovate: datasource=repology depName=homebrew/openshift-cli -ARG OC_VERSION=4.16.10 +ARG OC_VERSION=4.17.1 # renovate: datasource=github-releases depName=openshift/rosa ARG ROSA_VERSION=v1.2.44 # renovate: datasource=github-releases depName=redhat-developer/odo diff --git a/utilities/ubi8-bats/Dockerfile b/utilities/ubi8-bats/Dockerfile index cd0ae7564..748f0a047 100644 --- a/utilities/ubi8-bats/Dockerfile +++ b/utilities/ubi8-bats/Dockerfile @@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi8/ubi:8.10-1020@sha256:44d75007b39e0e1bbf1bcf SHELL ["/bin/bash", "-c"] # renovate: datasource=repology depName=homebrew/openshift-cli -ARG OC_VERSION=4.16.10 +ARG OC_VERSION=4.17.1 # renovate: datasource=github-releases depName=stedolan/jq ARG JQ_VERSION=1.6 # renovate: datasource=github-releases depName=helm/helm