Skip to content

Commit

Permalink
Merge pull request #501 from openshift-bot/art-consistency-openshift-…
Browse files Browse the repository at this point in the history
…4.17-ironic

OCPBUGS-33902: Updating ironic-container image to be consistent with ART for 4.17
  • Loading branch information
openshift-merge-bot[bot] authored May 27, 2024
2 parents 3bcc153 + b17a080 commit ade65b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.ocp
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Please ensure this file is kept in sync with Dockerfile.okd
FROM registry.ci.openshift.org/ocp/builder:rhel-9-base-openshift-4.16 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-9-base-openshift-4.17 AS builder

WORKDIR /tmp

COPY prepare-efi.sh /bin/
RUN prepare-efi.sh redhat

FROM registry.ci.openshift.org/ocp/builder:rhel-9-base-openshift-4.16
FROM registry.ci.openshift.org/ocp/builder:rhel-9-base-openshift-4.17

ENV REMOTE_SOURCES=${REMOTE_SOURCES:-"requirements*.cachito"}
ENV REMOTE_SOURCES_DIR=${REMOTE_SOURCES_DIR:-"/remote_sources_dir/"}
Expand Down

0 comments on commit ade65b6

Please sign in to comment.