We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6e171 commit a85bef4Copy full SHA for a85bef4
1 file changed
Dockerfile.rhel7
@@ -1,10 +1,10 @@
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.19-openshift-4.12 AS builder
2
WORKDIR /go/src/github.com/openshift/cluster-config-operator
3
COPY . .
4
ENV GO_PACKAGE github.com/openshift/cluster-config-operator
5
RUN make build --warn-undefined-variables
6
7
-FROM registry.ci.openshift.org/ocp/4.11:base
+FROM registry.ci.openshift.org/ocp/4.12:base
8
RUN mkdir -p /usr/share/bootkube/manifests/manifests
9
RUN mkdir -p /usr/share/bootkube/manifests/bootstrap-manifests
10
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