Skip to content

Commit

Permalink
Updating ose-machine-os-images images to be consistent with ART
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS Automation Release Team committed Sep 16, 2023
1 parent c683307 commit 4dcecd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 4dcecd3

Please sign in to comment.