Skip to content

Commit 77ca9f4

Browse files
tmshortopenshift-merge-bot[bot]
authored andcommitted
UPSTREAM: <carry>: Update e2e registry to use 1.24/4.20
Update the e2e registry Dockerfile to use golang 1.24/OCP 4.20 Signed-off-by: Todd Short <[email protected]>
1 parent bd1cea0 commit 77ca9f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openshift/registry.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 AS builder
22
WORKDIR /build
33
COPY . .
44
# TODO Modify upstream Makefile to separate the 'go build' commands
55
# from 'image-registry' target so we don't need these
66
RUN go build -o ./registry ./testdata/registry/registry.go
77
RUN go build -o ./push ./testdata/push/push.go
88

9-
FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
9+
FROM registry.ci.openshift.org/ocp/4.20:base-rhel9
1010
USER 1001
1111
COPY --from=builder /build/registry /registry
1212
COPY --from=builder /build/push /push

0 commit comments

Comments
 (0)