Skip to content

Commit 6201f11

Browse files
camilamacedo86ci-robot
authored andcommitted
UPSTREAM: <carry>: Upgrade OCP images from 4.18 to 4.19
1 parent 711fae2 commit 6201f11

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.22-openshift-4.18 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 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.18:base-rhel9
9+
FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
1010
USER 1001
1111
COPY --from=builder /build/registry /registry
1212
COPY --from=builder /build/push /push

0 commit comments

Comments
 (0)