Skip to content

Commit

Permalink
Fix the image build for ipxe-builder
Browse files Browse the repository at this point in the history
The copy step in the dockerfile was missing
the .sh extension causing docker build to fail.

Signed-off-by: NymanRobin <[email protected]>
  • Loading branch information
NymanRobin committed May 9, 2024
1 parent 7c70fc3 commit 8d77243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipxe-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM quay.io/centos/centos:stream9

RUN dnf install -y gcc git-core make perl xz-devel python3-setuptools python3-jinja2

COPY buildipxe embed.ipxe.j2 /bin/
COPY buildipxe.sh embed.ipxe.j2 /bin/

CMD /bin/buildipxe.sh

0 comments on commit 8d77243

Please sign in to comment.