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 110bda6 + dfadd2c commit 80ad0ebCopy full SHA for 80ad0eb
openshift/registry.Dockerfile
@@ -1,4 +1,4 @@
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}
@@ -8,7 +8,7 @@ COPY . .
8
# from 'image-registry' target so we don't need these
9
RUN go build -o ./push ./testdata/push/push.go
10
11
-FROM registry.ci.openshift.org/ocp/4.20:base-rhel9
+FROM registry.ci.openshift.org/ocp/4.21:base-rhel9
12
USER 1001
13
COPY --from=builder /build/push /push
14
COPY testdata/images /images
0 commit comments