eks-anywhere-build-tooling
eks-anywhere-build-tooling copied to clipboard
Ubuntu release not found when attempting to build Ubuntu-based Bare Metal node images using image-builder
What happened:
When following instructions here, at step 4, the command image-builder build --os ubuntu --hypervisor baremetal --release-channel 1-30 failed to find the Ubuntu image, and thus did not complete successfully.
When browsing releases.ubuntu.com, it became clear that this version was no longer available.
What you expected to happen: The Ubuntu image to be located and the build to complete successfully.
How to reproduce it (as minimally and precisely as possible): Follow the necessary steps for building an Ubuntu Bare Metal node image at the guide. Run the aforementioned image-builder command at step 4 of the building bare metal node images section.
Anything else we need to know?:
I was eventually able to build the image by providing the --baremetal-config flag and providing a valid link (I went with https://releases.ubuntu.com/jammy/ubuntu-22.04.5-live-server-amd64.iso) as the iso_url.
Environment:
- EKS Anywhere Release: v0.20.5
- EKS Distro Release: 1-30