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 711fae2 commit 6201f11Copy full SHA for 6201f11
openshift/registry.Dockerfile
@@ -1,12 +1,12 @@
1
-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
2
WORKDIR /build
3
COPY . .
4
# TODO Modify upstream Makefile to separate the 'go build' commands
5
# from 'image-registry' target so we don't need these
6
RUN go build -o ./registry ./testdata/registry/registry.go
7
RUN go build -o ./push ./testdata/push/push.go
8
9
-FROM registry.ci.openshift.org/ocp/4.18:base-rhel9
+FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
10
USER 1001
11
COPY --from=builder /build/registry /registry
12
COPY --from=builder /build/push /push
0 commit comments