Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Ubuntu Jammy image URL and filename in Makefile #684

Closed
marmila opened this issue Mar 1, 2025 · 3 comments
Closed

Update Ubuntu Jammy image URL and filename in Makefile #684

marmila opened this issue Mar 1, 2025 · 3 comments

Comments

@marmila
Copy link
Contributor

marmila commented Mar 1, 2025

Hi Ricardo,
Today, I had to redeploy pimaster and encountered an error during make get-kernel-files

sudo mount pxe-files/img/jammy-live-server-amd64.iso /tmp/iso-disk  
Unable to find image 'pxe-build:latest' locally  
Error response from daemon: pull access denied for pxe-build, repository does not exist or may require 'docker login': denied: requested access to the resource is denied  

During troubleshooting, I noticed that the URL to download the x86 Ubuntu Jammy image and its filename had changed. To resolve this, I updated /metal/x86/Makefile with:

IMG=ubuntu-22.04.5-live-server-amd64.iso  
URL_IMG=https://releases.ubuntu.com/jammy/${IMG}

After committing the change marmila/picluster@53ee943 and running docker build build/. --tag pxe-build I was able to successfully execute both make get-kernel-files and make get-uefi-files:

docker cp efb5a111a4d8d9329fd46a39677db57c3609a2768e8d2a7b92e2dec715e3cf1a:/build/. pxe-files/boot/
Successfully copied 5.86MB to /home/marmila/picluster/metal/x86/pxe-files/boot/
docker rm -v 99ae19778dd73f0e5c854beb746ea47d8c09481b2d57f1a971146ff6c5ed5587
@ricsanfre
Copy link
Owner

ricsanfre commented Mar 2, 2025

Hi Marco,

Can you create a PR including these changes so we can merge them into main branch?

Thanks
Regards
Ricardo

@marmila
Copy link
Contributor Author

marmila commented Mar 2, 2025

Hi Ricardo,
#685

@ricsanfre
Copy link
Owner

Fixed by #685

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants