From 464f3498d23ee538f697039768878da6b8b48ad8 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Sat, 16 Dec 2023 11:28:34 +0000 Subject: [PATCH] UPSTREAM: : Updating csi-livenessprobe-container image to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/4022cd290f00a44d667dda03f2d78d84a488c7ed/images/csi-livenessprobe.yml --- .ci-operator.yaml | 2 +- Dockerfile.openshift.rhel7 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 7e23a1e5..38718883 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -1,4 +1,4 @@ build_root_image: name: release namespace: openshift - tag: rhel-8-release-golang-1.20-openshift-4.16 + tag: rhel-8-release-golang-1.21-openshift-4.16 diff --git a/Dockerfile.openshift.rhel7 b/Dockerfile.openshift.rhel7 index 073e2958..c259f789 100644 --- a/Dockerfile.openshift.rhel7 +++ b/Dockerfile.openshift.rhel7 @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.16 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.21-openshift-4.16 AS builder WORKDIR /go/src/github.com/kubernetes-csi/livenessprobe COPY . . RUN make build