Skip to content

Commit

Permalink
Updating ose-machine-os-images-container image to be consistent with …
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS Automation Release Team committed Sep 4, 2024
1 parent 9e76dac commit 5b1e3e4
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.17:installer AS builder
FROM registry.ci.openshift.org/ocp/4.18: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.17:base-rhel9
FROM registry.ci.openshift.org/ocp/4.18:base-rhel9

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

0 comments on commit 5b1e3e4

Please sign in to comment.