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 6a9ced9 + b198631 commit 711336eCopy full SHA for 711336e
operator-lifecycle-manager.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.15 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.20-openshift-4.15 AS builder
2
3
ENV GO111MODULE auto
4
ENV GOPATH /go
@@ -18,7 +18,7 @@ RUN mkdir -p .git/objects
18
COPY . .
19
RUN make build/olm bin/cpb
20
21
-FROM registry.ci.openshift.org/ocp/4.15:base
+FROM registry.ci.openshift.org/ocp/4.15:base-rhel9
22
23
ADD manifests/ /manifests
24
LABEL io.openshift.release.operator=true
0 commit comments