Skip to content

Commit

Permalink
Update ipxe version to December 2022
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 2022, so
roughly a year of changes is included.
To see the complete list of changes run:
`git log --pretty=oneline 9062544..714753`
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 bd9319c

[1] ipxe/ipxe@7147532

Signed-off-by: Riccardo Pittau <[email protected]>
  • Loading branch information
elfosardo committed Oct 2, 2024
1 parent 992a79f commit 7c34282
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=9062544f6a0c69c249b90d21a08d05518aafc2ec
ARG IPXE_COMMIT_HASH=7147532c3fbf9a7061e74549f6f920a91ca9a80d

RUN dnf install -y gcc git make xz-devel

Expand Down

0 comments on commit 7c34282

Please sign in to comment.