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 7689f88 commit 2891463Copy full SHA for 2891463
openshift/catalogd.Dockerfile
@@ -1,9 +1,9 @@
1
-FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 AS builder
2
WORKDIR /build
3
COPY . .
4
RUN make go-build-local
5
6
-FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
+FROM registry.ci.openshift.org/ocp/4.20:base-rhel9
7
USER 1001
8
COPY --from=builder /build/bin/catalogd /catalogd
9
COPY openshift/catalogd/manifests /openshift/manifests
0 commit comments