Skip to content

Commit

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

OCPBUGS-19133: Updating ose-machine-os-images images to be consistent with ART
  • Loading branch information
openshift-merge-robot committed Sep 26, 2023
2 parents c683307 + 4dcecd3 commit 8b90bb9
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.14:installer AS builder
FROM registry.ci.openshift.org/ocp/4.15: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.14:base
FROM registry.ci.openshift.org/ocp/4.15:base

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

0 comments on commit 8b90bb9

Please sign in to comment.