From 4f87fc34c339d48d7c4f6fb72ab4b77d16fd4270 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Tue, 2 Apr 2024 16:11:21 -0400 Subject: [PATCH] Updating ose-cluster-config-operator-container image to be consistent with ART for 4.15 Reconciling with https://github.com/openshift/ocp-build-data/tree/19c18138f22e7cd655842623d55f1ac6eab87363/images/ose-cluster-config-operator.yml --- Dockerfile.rhel7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.rhel7 b/Dockerfile.rhel7 index 5f543dd1c..a2d0faba3 100644 --- a/Dockerfile.rhel7 +++ b/Dockerfile.rhel7 @@ -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 /go/src/github.com/openshift/cluster-config-operator COPY . . ENV GO_PACKAGE github.com/openshift/cluster-config-operator RUN make build --warn-undefined-variables -FROM registry.ci.openshift.org/ocp/4.15:base +FROM registry.ci.openshift.org/ocp/4.15:base-rhel9 RUN mkdir -p /usr/share/bootkube/manifests/manifests RUN mkdir -p /usr/share/bootkube/manifests/bootstrap-manifests COPY --from=builder /go/src/github.com/openshift/cluster-config-operator/cluster-config-operator /usr/bin/