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 0137720 + 07d52fd commit b6f3ba9Copy full SHA for b6f3ba9
openshift/catalogd.Dockerfile
@@ -1,12 +1,12 @@
1
-FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS builder
2
3
ARG SOURCE_GIT_COMMIT
4
ENV GIT_COMMIT=${SOURCE_GIT_COMMIT}
5
WORKDIR /build
6
COPY . .
7
RUN make go-build-local
8
9
-FROM registry.ci.openshift.org/ocp/4.20:base-rhel9
+FROM registry.ci.openshift.org/ocp/4.21:base-rhel9
10
USER 1001
11
COPY --from=builder /build/bin/catalogd /catalogd
12
COPY openshift/catalogd/cp-manifests /cp-manifests
0 commit comments