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 46f78fd + 42a23f2 commit 4efbda8Copy full SHA for 4efbda8
2 files changed
.ci-operator.yaml
@@ -1,4 +1,4 @@
1
build_root_image:
2
name: release
3
namespace: openshift
4
- tag: rhel-9-release-golang-1.26-openshift-4.23
+ tag: rhel-9-release-golang-1.26-openshift-5.0
Dockerfile
@@ -1,9 +1,9 @@
-FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.26-openshift-4.23 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.26-openshift-5.0 AS builder
WORKDIR /build
COPY . .
RUN make build
5
6
-FROM registry.ci.openshift.org/ocp/4.23:base-rhel9
+FROM registry.ci.openshift.org/ocp/5.0:base-rhel9
7
8
COPY --from=builder /build/bin/cluster-olm-operator /
9
COPY manifests /manifests
0 commit comments