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 45512f1 + e4bec60 commit 906c144Copy full SHA for 906c144
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.8 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 registry.svc.ci.openshift.org/ocp/4.7:base
+FROM registry.ci.openshift.org/ocp/4.8:base
27
28
ADD manifests/ /manifests
29
LABEL io.openshift.release.operator=true
0 commit comments