Skip to content

Commit a85bef4

Browse files
author
AOS Automation Release Team
committed
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
1 parent 4c6e171 commit a85bef4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.rhel7

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.11 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.12 AS builder
22
WORKDIR /go/src/github.com/openshift/cluster-config-operator
33
COPY . .
44
ENV GO_PACKAGE github.com/openshift/cluster-config-operator
55
RUN make build --warn-undefined-variables
66

7-
FROM registry.ci.openshift.org/ocp/4.11:base
7+
FROM registry.ci.openshift.org/ocp/4.12:base
88
RUN mkdir -p /usr/share/bootkube/manifests/manifests
99
RUN mkdir -p /usr/share/bootkube/manifests/bootstrap-manifests
1010
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

0 commit comments

Comments
 (0)