From 9c0de016f6a57698650ba2824905d63c826b6513 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Wed, 19 Apr 2023 03:27:58 +0000 Subject: [PATCH] Updating csi-attacher images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/4226a9050f3e0ecf87c4ec509072192f7a6e965e/images/csi-attacher.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 9a3f7b8fb..844f0d26a 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.19-openshift-4.14 + tag: rhel-8-release-golang-1.20-openshift-4.14 diff --git a/Dockerfile.openshift.rhel7 b/Dockerfile.openshift.rhel7 index d82273bb4..e891241a9 100644 --- a/Dockerfile.openshift.rhel7 +++ b/Dockerfile.openshift.rhel7 @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.14 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.14 AS builder WORKDIR /go/src/github.com/kubernetes-csi/external-attacher COPY . . RUN make build