Skip to content

Commit

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

Updating ironic images to be consistent with ART
  • Loading branch information
openshift-merge-robot committed Sep 10, 2021
2 parents cde66eb + e40a3c0 commit e9d2e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.ocp
@@ -1,5 +1,5 @@
# Please ensure this file is kept in sync with Dockerfile.okd
FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.9 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.10 AS builder

WORKDIR /tmp

Expand All @@ -16,7 +16,7 @@ RUN if [ $(uname -m) = "x86_64" ]; then \
touch /tmp/esp.img; \
fi

FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.9
FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.10

ENV PKGS_LIST=main-packages-list.txt
ARG EXTRA_PKGS_LIST
Expand Down

0 comments on commit e9d2e0c

Please sign in to comment.