Skip to content

Commit

Permalink
Merge pull request #71 from bfournie/bug1966129
Browse files Browse the repository at this point in the history
Fix for UEFI bootloader entry
  • Loading branch information
openshift-merge-robot committed Jun 15, 2021
2 parents f353e22 + ba8cf4c commit 38dd7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ocp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.8 AS builder

ENV IMAGE_PATH=/usr/share/ironic-images
ENV IPA_IMAGE_VER=2021.1-20210602.1.el8
ENV IPA_IMAGE_VER=2021.1-20210614.1.el8

RUN dnf upgrade -y && \
dnf install -y "ironic-images-ipa-$(uname -m) >= $IPA_IMAGE_VER" && \
Expand Down

0 comments on commit 38dd7a9

Please sign in to comment.