From b00cdda01ae3f6d967f1a95124811797beaa66cd Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Wed, 10 Nov 2021 13:34:12 +0000 Subject: [PATCH] Updating csi-attacher images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/5b89f5b601508a0bcc0399fd3f34b7aa2e86e90e/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 9271a8208..00d7adfcf 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.16-openshift-4.10 + tag: rhel-8-release-golang-1.17-openshift-4.10 diff --git a/Dockerfile.openshift.rhel7 b/Dockerfile.openshift.rhel7 index 25f514907..6a7e8c521 100644 --- a/Dockerfile.openshift.rhel7 +++ b/Dockerfile.openshift.rhel7 @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.10 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.10 AS builder WORKDIR /go/src/github.com/kubernetes-csi/external-attacher COPY . . RUN make build