eks-anywhere-build-tooling icon indicating copy to clipboard operation
eks-anywhere-build-tooling copied to clipboard

Ubuntu release not found when attempting to build Ubuntu-based Bare Metal node images using image-builder

Open jk-mob opened this issue 1 year ago • 1 comments

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.

image

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

jk-mob avatar Sep 20 '24 16:09 jk-mob