Skip to content

Commit

Permalink
Update ipxe version to December 2023
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 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 7c34282

[1] ipxe/ipxe@119c415
  • Loading branch information
elfosardo committed Oct 17, 2024
1 parent b94b6dd commit f9825dd
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=7147532c3fbf9a7061e74549f6f920a91ca9a80d
ARG IPXE_COMMIT_HASH=119c415ee47aaef2717104fea493377aa9a65874

RUN dnf install -y gcc git make xz-devel

Expand Down

0 comments on commit f9825dd

Please sign in to comment.