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.
1 parent 932e3a0 commit d9e5605Copy full SHA for d9e5605
.ci-operator.yaml
@@ -1,4 +1,4 @@
1
build_root_image:
2
name: release
3
namespace: openshift
4
- tag: rhel-8-release-golang-1.19-openshift-4.12
+ tag: rhel-8-release-golang-1.19-openshift-4.13
operator-lifecycle-manager.Dockerfile
-FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.12 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.13 AS builder
ENV GO111MODULE auto
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.12:base
+FROM registry.ci.openshift.org/ocp/4.13:base
18
19
ADD manifests/ /manifests
20
LABEL io.openshift.release.operator=true
0 commit comments