Skip to content

Commit

Permalink
Bug 1966129: Fix for red screen in UEFI mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bfournie committed Jun 11, 2021
1 parent c9c9607 commit 5ed5d74
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-20210611.1.test.el8

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

0 comments on commit 5ed5d74

Please sign in to comment.