Marcus Noble

Results 185 comments of Marcus Noble

Adding my thoughts to this... We generally want to only encourage a single way of using image-builder to ensure we can support it as much as possible. Officially this is...

There's some background context in this issue: https://github.com/kubernetes-sigs/image-builder/issues/1283 Could you please include examples of what updates dependabot will generate for us? What versions will be covered, what wont?

Closing this issue due to lack of response over 6 months. If it's still required please let us know and we can re-open it. /close

Just an FYI: We've had to revert one of the jobs used by `image-builder` that relies on a secret that isn't migrated to the new `eks-prow-build-cluster`. See [PR here](https://github.com/kubernetes/test-infra/pull/29896), related...

A little more investigation... The current latest Ubuntu release is available at: ``` https://releases.ubuntu.com/22.04.4/ubuntu-22.04.4-live-server-amd64.iso ``` With curl: ``` curl https://releases.ubuntu.com/22.04.4/ubuntu-22.04.4-live-server-amd64.iso HTTP/1.1 200 OK Date: Fri, 05 Apr 2024 07:23:52 GMT...

I just confirmed that this works by using the following vars with `make build-qemu-ubuntu-2204`: ``` { "boot_command_prefix": "clinux /casper/vmlinuz --- autoinstall ds='nocloud-net;s=http://{{ .HTTPIP }}:{{ .HTTPPort }}/22.04/'initrd /casper/initrdboot", "build_name": "ubuntu-2204", "distribution_version":...

It seems this is only true of the recent LTS releases and doesn't apply to `23.04` yet as it's still in beta.

😩 So, the patch version URLs are only available from the first patch version. The initial release of Ubuntu 24.04 (e.g. `24.04.0`) doesn't have an immutable URL and is only...