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 3375c71 commit 499fcd6Copy full SHA for 499fcd6
.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
openshift/operator-controller.Dockerfile
@@ -1,9 +1,9 @@
-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
WORKDIR /build
COPY . .
RUN make go-build-local
5
6
-FROM registry.ci.openshift.org/ocp/4.18:base-rhel9
+FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
7
USER 1001
8
COPY --from=builder /build/bin/manager /manager
9
COPY openshift/manifests /openshift/manifests
0 commit comments