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 7732edf + 2e7bf27 commit 2856e6dCopy full SHA for 2856e6d
.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
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 /ingress-operator
COPY . .
RUN make build
5
6
-FROM registry.ci.openshift.org/ocp/4.18:base-rhel9
+FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
7
COPY --from=builder /ingress-operator/ingress-operator /usr/bin/
8
COPY manifests /manifests
9
ENTRYPOINT ["/usr/bin/ingress-operator"]
0 commit comments