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 b013015 commit a234fc3Copy full SHA for a234fc3
.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.17
+ tag: rhel-9-release-golang-1.22-openshift-4.18
openshift/operator-controller.Dockerfile
@@ -1,9 +1,9 @@
-FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.17 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18 AS builder
WORKDIR /build
COPY . .
RUN make go-build-local
5
6
-FROM registry.ci.openshift.org/ocp/4.17:base-rhel9
+FROM registry.ci.openshift.org/ocp/4.18:base-rhel9
7
USER 1001
8
COPY --from=builder /build/bin/manager /manager
9
COPY openshift/manifests /openshift/manifests
0 commit comments