From 4955fbbbb3283f9a12e8e63d1326d666fdda79b1 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Thu, 17 Oct 2024 14:33:33 +0200 Subject: [PATCH] Update ipxe version to December 2023 This is yet another tentative to make ipxe more close to the current version and include some improvements and bug fixes. We point the ipxe commit hash to [1] from December 2023, so roughly a year of changes is included. To see the complete list of changes run: `git log --pretty=oneline 714753..119c41` from a local clone of the ipxe repository. In general the changes included between the old hash and and the current chosen hash improve compatibility with recent gcc and build libraries, while fixing numerous bugs. This is a follow-up to https://github.com/metal3-io/ironic-image/commit/7c342825e30545c7ae0e6762100b2227e4030dea [1] https://github.com/ipxe/ipxe/commit/119c415ee47aaef2717104fea493377aa9a65874 Signed-off-by: Riccardo Pittau --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 02ba469bc..1a7c7dadf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ARG BASE_IMAGE=quay.io/centos/centos:stream9 FROM $BASE_IMAGE AS ironic-builder -ARG IPXE_COMMIT_HASH=7147532c3fbf9a7061e74549f6f920a91ca9a80d +ARG IPXE_COMMIT_HASH=119c415ee47aaef2717104fea493377aa9a65874 RUN dnf install -y gcc git make xz-devel