File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,8 @@ Get-WinEvent -ea SilentlyContinue \`
132132` ;
133133
134134export const limaYamlData = `
135+ # Source: https://github.com/lima-vm/lima/blob/master/examples/docker-rootful.yaml
136+
135137# VM type: "qemu" or "vz" (on macOS 13 and later).
136138# The vmType can be specified only on creating the instance.
137139# The vmType of existing instances cannot be changed.
@@ -152,12 +154,16 @@ images:
152154 arch: "{{arch}}"
153155 digest: "{{digest}}"
154156{{/each}}
155- - location: "https://cloud-images.ubuntu.com/releases/22.04/release-20231026/ubuntu-22.04-server-cloudimg-amd64.img"
157+ - location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240821/ubuntu-24.04-server-cloudimg-amd64.img"
158+ arch: "x86_64"
159+ digest: "sha256:0e25ca6ee9f08ec5d4f9910054b66ae7163c6152e81a3e67689d89bd6e4dfa69"
160+ - location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240821/ubuntu-24.04-server-cloudimg-arm64.img"
161+ arch: "aarch64"
162+ digest: "sha256:5ecac6447be66a164626744a87a27fd4e6c6606dc683e0a233870af63df4276a"
163+ - location: "https://cloud-images.ubuntu.com/releases/24.04/release/ubuntu-24.04-server-cloudimg-amd64.img"
156164 arch: "x86_64"
157- digest: "sha256:054db2d88c454bb0ad8dfd8883955e3946b57d2b0bf0d023f3ade3c93cdd14e5"
158- - location: "https://cloud-images.ubuntu.com/releases/22.04/release-20231026/ubuntu-22.04-server-cloudimg-arm64.img"
165+ - location: "https://cloud-images.ubuntu.com/releases/24.04/release/ubuntu-24.04-server-cloudimg-arm64.img"
159166 arch: "aarch64"
160- digest: "sha256:eafa7742ce5ff109222ea313d31ea366d587b4e89b900b11d8285ae775dfe8c3"
161167
162168# CPUs
163169# Builtin default: min(4, host CPU cores)
You can’t perform that action at this time.
0 commit comments