From a85bef42417256df4739b7142f6be62dfbebded6 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Tue, 7 Feb 2023 04:21:05 +0000 Subject: [PATCH] Updating ose-cluster-config-operator images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/c7ac94640962a636b925565e356b2d87262f041f/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 fa4e8bb1c..c2a0ce1a1 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