Skip to content

Commit 8234886

Browse files
Merge pull request #21 from razo7/ubi9-ocp4.18
Bump OCP version and move to UBI9
2 parents b34a30f + 3de66cd commit 8234886

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM quay.io/openshift/origin-must-gather:4.14 as builder
1+
FROM quay.io/openshift/origin-must-gather:4.17 AS builder
22

3-
FROM registry.access.redhat.com/ubi8/ubi-minimal
4-
RUN microdnf install tar rsync jq
3+
FROM registry.access.redhat.com/ubi9/ubi-minimal
4+
RUN microdnf install -y tar rsync jq
55

66
COPY --from=builder /usr/bin/oc /usr/bin/oc
77

0 commit comments

Comments
 (0)