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 f96daca + 928cd22 commit 1b60477Copy full SHA for 1b60477
operator-lifecycle-manager.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.10 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.11 AS builder
2
3
ENV GO111MODULE auto
4
ENV GOPATH /go
@@ -14,7 +14,7 @@ RUN mkdir -p .git/objects
14
COPY . .
15
RUN make build/olm bin/cpb
16
17
-FROM registry.ci.openshift.org/ocp/4.10:base
+FROM registry.ci.openshift.org/ocp/4.11:base
18
19
ADD manifests/ /manifests
20
LABEL io.openshift.release.operator=true
0 commit comments