From 05f264ae3105dd8943cc069e33c87a24b85a5451 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Tue, 28 Nov 2023 06:36:41 +0000 Subject: [PATCH] Updating ose-nutanix-cloud-controller-manager-container image to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/9dc2a375bf335e7e4e3d7e75abc5c3bdbb0c0e98/images/ose-nutanix-cloud-controller-manager.yml --- openshift/Dockerfile.openshift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openshift/Dockerfile.openshift b/openshift/Dockerfile.openshift index 26ab53e9..10e0b250 100644 --- a/openshift/Dockerfile.openshift +++ b/openshift/Dockerfile.openshift @@ -1,10 +1,10 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.15 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.20-openshift-4.15 AS builder WORKDIR /build COPY . . RUN make openshift-build -FROM registry.ci.openshift.org/ocp/4.15:base +FROM registry.ci.openshift.org/ocp/4.15:base-rhel9 LABEL description="Nutanix Cloud Controller Manager"