From 5b1e3e450bdc34883822f5e8404be21b697fe09c Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Wed, 4 Sep 2024 14:31:25 +0000 Subject: [PATCH] Updating ose-machine-os-images-container image to be consistent with ART for 4.18 Reconciling with https://github.com/openshift/ocp-build-data/tree/827ab4ccce9cbbcf82c9dbaf6398b61d6cff8d7a/images/ose-machine-os-images.yml --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f144d30..f4bed91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 @@ -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/