We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3852d5 + d735567 commit f99bec2Copy full SHA for f99bec2
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM openshift/origin-release:golang-1.13 as builder
+FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-openshift-4.6 as builder
2
3
ENV GO111MODULE auto
4
ENV GOPATH /go
@@ -23,7 +23,7 @@ COPY go.sum go.sum
23
RUN CGO_ENABLED=1 make build
24
RUN make build-util
25
26
-FROM openshift/origin-base
+FROM registry.svc.ci.openshift.org/ocp/4.6:base
27
28
ADD manifests/ /manifests
29
LABEL io.openshift.release.operator=true
0 commit comments