Skip to content

Commit 3b80434

Browse files
Merge pull request #64 from openshift-bot/art-consistency-openshift-4.20-ose-machine-os-images
OCPBUGS-57659: Updating ose-machine-os-images-container image to be consistent with ART for 4.20
2 parents 90d083d + 06834ab commit 3b80434

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/ocp/4.19:installer AS builder
1+
FROM registry.ci.openshift.org/ocp/4.20:installer AS builder
22

33
ARG DIRECT_DOWNLOAD=false
44
ENV ISO_HOST=https://releases-rhcos--prod-pipeline.apps.int.prod-stable-spoke1-dc-iad2.itup.redhat.com
@@ -10,7 +10,7 @@ COPY fetch_image.sh /usr/local/bin/
1010
RUN /usr/local/bin/fetch_image.sh
1111

1212

13-
FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
13+
FROM registry.ci.openshift.org/ocp/4.20:base-rhel9
1414

1515
COPY --from=builder /usr/bin/coreos-installer /usr/bin/
1616
COPY --from=builder /output/coreos/* /coreos/

0 commit comments

Comments
 (0)