From f9c03e2b23813789717be0980191a73fb90b8e06 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Thu, 14 Sep 2023 05:44:44 +0000 Subject: [PATCH] Updating ose-cluster-config-operator images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/822736a3973979d1ceb3d0a97731c4d840235e61/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 947313365..74954a5fe 100644 --- a/Dockerfile.rhel7 +++ b/Dockerfile.rhel7 @@ -1,10 +1,10 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.11 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.12 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.11:base +FROM registry.ci.openshift.org/ocp/4.12:base 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/vendor/github.com/openshift/api/config/v1/*_config-operator_*.yaml /usr/share/bootkube/manifests/manifests