Skip to content

Commit

Permalink
Update ipxe version to May 2024
Browse files Browse the repository at this point in the history
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 May 2024, so
roughly 6 months of changes are included.
To see the complete list of changes run:
`git log --pretty=oneline 119c41..e965f17`
from a local clone of the ipxe repository.

In general the changes included between the old hash
and the current chosen hash improve compatibility
with recent gcc and build libraries, while fixing
numerous bugs.

On a side note, this is the minimum commit required to build
ipxe on CentOS Stream 10.

This is a follow up to 4955fbb

[1] ipxe/ipxe@e965f17

Signed-off-by: Riccardo Pittau <elfosardo@gmail.com>
  • Loading branch information
elfosardo committed Nov 28, 2024
1 parent 9f4b242 commit 724bed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG BASE_IMAGE=quay.io/centos/centos:stream9

FROM $BASE_IMAGE AS ironic-builder

ARG IPXE_COMMIT_HASH=119c415ee47aaef2717104fea493377aa9a65874
ARG IPXE_COMMIT_HASH=e965f179e1654103eca33feed7a9cc4c51d91be6

RUN dnf install -y gcc git make xz-devel

Expand Down

0 comments on commit 724bed9

Please sign in to comment.