From adc6e89e6e3560e9bec17515e7cb05cdcb3c777b Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Thu, 12 May 2022 22:41:36 +0000 Subject: [PATCH] Updating ose-csi-external-resizer images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/5bdff8f034891d949f702da1c194719005a2df3a/images/ose-csi-external-resizer.yml --- .ci-operator.yaml | 2 +- Dockerfile.openshift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 46d8010b6..8cbfaddc8 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.17-openshift-4.11 + tag: rhel-8-release-golang-1.18-openshift-4.11 diff --git a/Dockerfile.openshift b/Dockerfile.openshift index 4a9cb7652..24fcdf901 100644 --- a/Dockerfile.openshift +++ b/Dockerfile.openshift @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.11 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.11 AS builder WORKDIR /go/src/github.com/kubernetes-csi/external-resizer COPY . . RUN make build