We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bc15b6 + fc16538 commit 07cf06fCopy full SHA for 07cf06f
Dockerfile.rhel
@@ -1,9 +1,9 @@
1
-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.18-openshift-4.12 AS builder
2
WORKDIR /go/src/github.com/openshift/cluster-capi-operator
3
COPY . .
4
RUN make build
5
6
-FROM registry.ci.openshift.org/ocp/4.11:base
+FROM registry.ci.openshift.org/ocp/4.12:base
7
COPY --from=builder /go/src/github.com/openshift/cluster-capi-operator/bin/cluster-capi-operator .
8
COPY --from=builder /go/src/github.com/openshift/cluster-capi-operator/manifests /manifests
9
0 commit comments