@@ -140,7 +140,10 @@ Get-WinEvent -ea SilentlyContinue \`
140140` ;
141141
142142export const limaYamlData = `
143- # Source: https://github.com/lima-vm/lima/blob/master/templates/docker-rootful.yaml
143+ # Source:
144+ # - https://github.com/lima-vm/lima/blob/master/templates/docker-rootful.yaml
145+ # - https://github.com/lima-vm/lima/blob/master/templates/_images/ubuntu-lts.yaml
146+ # - https://github.com/lima-vm/lima/blob/master/templates/_images/ubuntu-24.04.yaml
144147
145148# VM type: "qemu" or "vz" (on macOS 13 and later).
146149# The vmType can be specified only on creating the instance.
@@ -162,24 +165,24 @@ images:
162165 arch: "{{arch}}"
163166 digest: "{{digest}}"
164167{{/each}}
165- - location: "https://cloud-images.ubuntu.com/releases/24.04 /release-20250228 /ubuntu-24.04-server-cloudimg-amd64.img"
168+ - location: "https://cloud-images.ubuntu.com/releases/noble /release-20250704 /ubuntu-24.04-server-cloudimg-amd64.img"
166169 arch: "x86_64"
167- digest: "sha256:a3aea891c930ee0c762077b963834f5e083eb8102574f1e4dfc9e6e4c1c73ac0 "
170+ digest: "sha256:f1652d29d497fb7c623433705c9fca6525d1311b11294a0f495eed55c7639d1f "
168171 kernel:
169- location: "https://cloud-images.ubuntu.com/releases/24.04 /release-20250228 /unpacked/ubuntu-24.04-server-cloudimg-amd64-vmlinuz-generic"
170- digest: "sha256:2d9f30959f01675fd28aa1c2fe8934728e46766d04ecfad2d206823696a3f830 "
172+ location: "https://cloud-images.ubuntu.com/releases/noble /release-20250704 /unpacked/ubuntu-24.04-server-cloudimg-amd64-vmlinuz-generic"
173+ digest: "sha256:67cd9af083515de2101de032b49a64fc4b65778e5383df6ef21cf788a3f4688e "
171174 cmdline: "root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyAMA0 no_timer_check"
172175 initrd:
173- location: "https://cloud-images.ubuntu.com/releases/24.04 /release-20250228 /unpacked/ubuntu-24.04-server-cloudimg-amd64-initrd-generic"
174- digest: "sha256:231352d027aeebf0bb7dca281dfebae894c86e789c7377788d3c2c149471caa3 "
175- - location: "https://cloud-images.ubuntu.com/releases/24.04 /release-20250228 /ubuntu-24.04-server-cloudimg-arm64.img"
176+ location: "https://cloud-images.ubuntu.com/releases/noble /release-20250704 /unpacked/ubuntu-24.04-server-cloudimg-amd64-initrd-generic"
177+ digest: "sha256:f257d581c44f66da2d80c7c5dc3fa598ce76ef313d6e27b368683e8030a9e8fd "
178+ - location: "https://cloud-images.ubuntu.com/releases/noble /release-20250704 /ubuntu-24.04-server-cloudimg-arm64.img"
176179 arch: "aarch64"
177- digest: "sha256:278a0e8475008673d9d3da10ae66a7b1a3dda059746b83d749eca386a5670bd4 "
180+ digest: "sha256:bbecbb88100ee65497927ed0da247ba15af576a8855004182cf3c87265e25d35 "
178181# Fallback to the latest release image.
179182# Hint: run \`limactl prune\` to invalidate the cache
180- - location: " https://cloud-images.ubuntu.com/releases/24.04 /release/ubuntu-24.04-server-cloudimg-amd64.img"
183+ - location: https://cloud-images.ubuntu.com/releases/noble /release/ubuntu-24.04-server-cloudimg-amd64.img
181184 arch: "x86_64"
182- - location: " https://cloud-images.ubuntu.com/releases/24.04 /release/ubuntu-24.04-server-cloudimg-arm64.img"
185+ - location: https://cloud-images.ubuntu.com/releases/noble /release/ubuntu-24.04-server-cloudimg-arm64.img
183186 arch: "aarch64"
184187
185188# CPUs
0 commit comments