Skip to content

Commit 07cf06f

Browse files
Merge pull request #65 from openshift-bot/art-consistency-openshift-4.12-ose-cluster-capi-operator
Updating ose-cluster-capi-operator images to be consistent with ART
2 parents 2bc15b6 + fc16538 commit 07cf06f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.rhel

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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.18-openshift-4.12 AS builder
22
WORKDIR /go/src/github.com/openshift/cluster-capi-operator
33
COPY . .
44
RUN make build
55

6-
FROM registry.ci.openshift.org/ocp/4.11:base
6+
FROM registry.ci.openshift.org/ocp/4.12:base
77
COPY --from=builder /go/src/github.com/openshift/cluster-capi-operator/bin/cluster-capi-operator .
88
COPY --from=builder /go/src/github.com/openshift/cluster-capi-operator/manifests /manifests
99

0 commit comments

Comments
 (0)