Skip to content

Commit

Permalink
Merge pull request #20 from openshift-bot/art-consistency-openshift-4…
Browse files Browse the repository at this point in the history
….12-ose-machine-os-images

Updating ose-machine-os-images images to be consistent with ART
  • Loading branch information
openshift-merge-robot committed Sep 5, 2022
2 parents 61cbc3d + 37af083 commit 566bf59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,4 +1,4 @@
FROM registry.ci.openshift.org/ocp/4.11:installer AS builder
FROM registry.ci.openshift.org/ocp/4.12:installer AS builder

ARG DIRECT_DOWNLOAD=false

Expand All @@ -9,7 +9,7 @@ COPY fetch_image.sh /usr/local/bin/
RUN /usr/local/bin/fetch_image.sh


FROM registry.ci.openshift.org/ocp/4.11:base
FROM registry.ci.openshift.org/ocp/4.12:base

COPY --from=builder /usr/bin/coreos-installer /usr/bin/
COPY --from=builder /output/coreos/* /coreos/
Expand Down

0 comments on commit 566bf59

Please sign in to comment.