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 c8cba43 commit 299c40aCopy full SHA for 299c40a
.ci-operator.yaml
@@ -1,4 +1,4 @@
1
build_root_image:
2
name: release
3
namespace: openshift
4
- tag: rhel-9-release-golang-1.22-openshift-4.18
+ tag: rhel-9-release-golang-1.23-openshift-4.19
operator-lifecycle-manager.Dockerfile
-FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 AS builder
ENV GO111MODULE auto
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.18:base-rhel9
+FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
22
23
ADD manifests/ /manifests
24
LABEL io.openshift.release.operator=true
0 commit comments