Skip to content

Commit 6b05c00

Browse files
authored
Merge pull request #2553 from AkihiroSuda/dev
templates: update to the latest revisions
2 parents ab94b50 + 2294605 commit 6b05c00

24 files changed

+91
-87
lines changed

examples/alpine-image.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
images:
2-
- location: "https://dl-cdn.alpinelinux.org/alpine/v3.20/releases/cloud/nocloud_alpine-3.20.1-x86_64-uefi-cloudinit-r0.qcow2"
2+
- location: "https://dl-cdn.alpinelinux.org/alpine/v3.20/releases/cloud/nocloud_alpine-3.20.2-x86_64-uefi-cloudinit-r0.qcow2"
33
arch: "x86_64"
4-
digest: "sha512:bb7c0ca7a6d064b5c17ef203a14479c070f95c3c326b82440d96c29257f33312aa0b01ee7c1858a04c54a32368524517592b44222bb88496f4a4d6cabfbe05dd"
5-
- location: "https://dl-cdn.alpinelinux.org/alpine/v3.20/releases/cloud/nocloud_alpine-3.20.1-aarch64-uefi-cloudinit-r0.qcow2"
4+
digest: "sha512:5828254c27c948824c4c6d4fb88c4d96ee9b5b58ae455036b1571bb037a5b5de124e1d55f00386b9e711cef7771146278bd5eb1036a2f8db6fa34611393ebec1"
5+
- location: "https://dl-cdn.alpinelinux.org/alpine/v3.20/releases/cloud/nocloud_alpine-3.20.2-aarch64-uefi-cloudinit-r0.qcow2"
66
arch: "aarch64"
7-
digest: "sha512:096a98b309a32628b7f279181916015dce02a59374ad229658b4375c036608fb50c3ad2a9470ca4be359af58a30ee7e682752b11402acc59a6c68bebe0aa666e"
7+
digest: "sha512:76eeef3cb1b38b3a0c2e745d8108558645220355cd870cba3a88198bcd0036485a0a683d8469f8405251918e972d24c461d418a30112e92efe44b460e4cba7ba"
88

99
mounts:
1010
- location: "~"

examples/apptainer-rootful.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
images:
66
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
7-
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240725/ubuntu-24.04-server-cloudimg-amd64.img"
7+
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240809/ubuntu-24.04-server-cloudimg-amd64.img"
88
arch: "x86_64"
9-
digest: "sha256:d2377667ea95222330ca2287817403c85178dad397e9fed768a9b4aec79d2a7f"
10-
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240725/ubuntu-24.04-server-cloudimg-arm64.img"
9+
digest: "sha256:dd8b691b3f0d1e61f01ae0d857dcb3088d1d8bf4148439bd07abc081e4fc31f8"
10+
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240809/ubuntu-24.04-server-cloudimg-arm64.img"
1111
arch: "aarch64"
12-
digest: "sha256:2c47dbf04477993ebcd921250b1aab8e582d2fdd03d7576b57d28b6aeeff1427"
12+
digest: "sha256:2e0c90562af1970ffff220a5073a7830f4acc2aad55b31593003e8c363381e7a"
1313
# Fallback to the latest release image.
1414
# Hint: run `limactl prune` to invalidate the cache
1515
- location: "https://cloud-images.ubuntu.com/releases/24.04/release/ubuntu-24.04-server-cloudimg-amd64.img"

examples/apptainer.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
images:
66
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
7-
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240725/ubuntu-24.04-server-cloudimg-amd64.img"
7+
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240809/ubuntu-24.04-server-cloudimg-amd64.img"
88
arch: "x86_64"
9-
digest: "sha256:d2377667ea95222330ca2287817403c85178dad397e9fed768a9b4aec79d2a7f"
10-
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240725/ubuntu-24.04-server-cloudimg-arm64.img"
9+
digest: "sha256:dd8b691b3f0d1e61f01ae0d857dcb3088d1d8bf4148439bd07abc081e4fc31f8"
10+
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240809/ubuntu-24.04-server-cloudimg-arm64.img"
1111
arch: "aarch64"
12-
digest: "sha256:2c47dbf04477993ebcd921250b1aab8e582d2fdd03d7576b57d28b6aeeff1427"
12+
digest: "sha256:2e0c90562af1970ffff220a5073a7830f4acc2aad55b31593003e8c363381e7a"
1313
# Fallback to the latest release image.
1414
# Hint: run `limactl prune` to invalidate the cache
1515
- location: "https://cloud-images.ubuntu.com/releases/24.04/release/ubuntu-24.04-server-cloudimg-amd64.img"

examples/archlinux.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# This template requires Lima v0.7.0 or later
22
images:
33
# Try to use yyyyMMdd.REV image if available. Note that yyyyMMdd.REV will be removed after several months.
4+
5+
# NOTE: 20240815.255016 does not work due to "No space left on device"
6+
# Caused by https://github.com/canonical/cloud-init/issues/5614
7+
48
- location: "https://geo.mirror.pkgbuild.com/images/v20240801.250900/Arch-Linux-x86_64-cloudimg-20240801.250900.qcow2"
59
arch: "x86_64"
610
digest: "sha256:f0e92eb32c15f4352d27662fdee90e8acc51902f50ded1843ee622e48e999eea"

examples/buildkit.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ message: |
1212
-------
1313
images:
1414
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
15-
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240725/ubuntu-24.04-server-cloudimg-amd64.img"
15+
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240809/ubuntu-24.04-server-cloudimg-amd64.img"
1616
arch: "x86_64"
17-
digest: "sha256:d2377667ea95222330ca2287817403c85178dad397e9fed768a9b4aec79d2a7f"
18-
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240725/ubuntu-24.04-server-cloudimg-arm64.img"
17+
digest: "sha256:dd8b691b3f0d1e61f01ae0d857dcb3088d1d8bf4148439bd07abc081e4fc31f8"
18+
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240809/ubuntu-24.04-server-cloudimg-arm64.img"
1919
arch: "aarch64"
20-
digest: "sha256:2c47dbf04477993ebcd921250b1aab8e582d2fdd03d7576b57d28b6aeeff1427"
20+
digest: "sha256:2e0c90562af1970ffff220a5073a7830f4acc2aad55b31593003e8c363381e7a"
2121
# Fallback to the latest release image.
2222
# Hint: run `limactl prune` to invalidate the cache
2323
- location: "https://cloud-images.ubuntu.com/releases/24.04/release/ubuntu-24.04-server-cloudimg-amd64.img"

examples/centos-stream-9.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
images:
44
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
5-
- location: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240715.0.x86_64.qcow2"
5+
- location: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240729.0.x86_64.qcow2"
66
arch: "x86_64"
7-
digest: "sha256:8441f36b97843f07ebe4dafd3b99f53cb6923ea48e1e3df45d141d75413810bc"
8-
- location: "https://cloud.centos.org/centos/9-stream/aarch64/images/CentOS-Stream-GenericCloud-9-20240715.0.aarch64.qcow2"
7+
digest: "sha256:59c31f1bd93c8752bbba1fdca111de3fafec8467b8f51d366b67cfae08249263"
8+
- location: "https://cloud.centos.org/centos/9-stream/aarch64/images/CentOS-Stream-GenericCloud-9-20240729.0.aarch64.qcow2"
99
arch: "aarch64"
10-
digest: "sha256:3792e30d046b82e9ef40169212dd307abe60fc0efa599e292f7a8c79c6aa9236"
10+
digest: "sha256:e10b6079c207728e1851144d4734c91512e72f1f4f2aed055ba6087bac6850f1"
1111
# Fallback to the latest release image.
1212
# Hint: run `limactl prune` to invalidate the cache
1313
- location: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2"

examples/debian-11.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# This template requires Lima v0.7.0 or later
22
images:
33
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
4-
- location: "https://cloud.debian.org/images/cloud/bullseye/20240717-1811/debian-11-genericcloud-amd64-20240717-1811.qcow2"
4+
- location: "https://cloud.debian.org/images/cloud/bullseye/20240813-1838/debian-11-genericcloud-amd64-20240813-1838.qcow2"
55
arch: "x86_64"
6-
digest: "sha512:4f0062e28ebdd09efbe8f4f270fed57b935efb628f05004e3dbc79d2aa696c839fc74f2131b11e575c2ba6e833eeecc7ab467a7ef85318683151ea990153338a"
7-
- location: "https://cloud.debian.org/images/cloud/bullseye/20240717-1811/debian-11-genericcloud-arm64-20240717-1811.qcow2"
6+
digest: "sha512:8198c9729f60ec310a7cacf913803c053792d065748ed8806db3595463001a36209ca1faa62100953acad7ce69629ecb5e42f9fc39eefa8e940460d3b506580a"
7+
- location: "https://cloud.debian.org/images/cloud/bullseye/20240813-1838/debian-11-genericcloud-arm64-20240813-1838.qcow2"
88
arch: "aarch64"
9-
digest: "sha512:a6f64e4be55ead958f704a1763af9d68c25b1f802e8b3ce87f5ae90e737dddb4fe46dc115384c341abcd801b5fdb7c08b4c46554a997a18b9294f998a695f5a8"
9+
digest: "sha512:5f25b3fc14f3b3c236c4480929eabe0d217c3c7a634d4840fd256d49ed80b1c42b487337a8bacf6d9a3d8fa4fb684067680efd666fc77b39f2633a1c0ea56eaa"
1010
# Fallback to the latest release image.
1111
# Hint: run `limactl prune` to invalidate the cache
1212
- location: "https://cloud.debian.org/images/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2"

examples/default.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ arch: null
2424
# 🔵 This file: Ubuntu images
2525
images:
2626
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
27-
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240725/ubuntu-24.04-server-cloudimg-amd64.img"
27+
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240809/ubuntu-24.04-server-cloudimg-amd64.img"
2828
arch: "x86_64"
29-
digest: "sha256:d2377667ea95222330ca2287817403c85178dad397e9fed768a9b4aec79d2a7f"
30-
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240725/ubuntu-24.04-server-cloudimg-arm64.img"
29+
digest: "sha256:dd8b691b3f0d1e61f01ae0d857dcb3088d1d8bf4148439bd07abc081e4fc31f8"
30+
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240809/ubuntu-24.04-server-cloudimg-arm64.img"
3131
arch: "aarch64"
32-
digest: "sha256:2c47dbf04477993ebcd921250b1aab8e582d2fdd03d7576b57d28b6aeeff1427"
32+
digest: "sha256:2e0c90562af1970ffff220a5073a7830f4acc2aad55b31593003e8c363381e7a"
3333
# Fallback to the latest release image.
3434
# Hint: run `limactl prune` to invalidate the cache
3535
- location: "https://cloud-images.ubuntu.com/releases/24.04/release/ubuntu-24.04-server-cloudimg-amd64.img"

examples/docker-rootful.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
# This template requires Lima v0.20.0 or later
1010
images:
1111
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
12-
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240725/ubuntu-24.04-server-cloudimg-amd64.img"
12+
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240809/ubuntu-24.04-server-cloudimg-amd64.img"
1313
arch: "x86_64"
14-
digest: "sha256:d2377667ea95222330ca2287817403c85178dad397e9fed768a9b4aec79d2a7f"
15-
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240725/ubuntu-24.04-server-cloudimg-arm64.img"
14+
digest: "sha256:dd8b691b3f0d1e61f01ae0d857dcb3088d1d8bf4148439bd07abc081e4fc31f8"
15+
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240809/ubuntu-24.04-server-cloudimg-arm64.img"
1616
arch: "aarch64"
17-
digest: "sha256:2c47dbf04477993ebcd921250b1aab8e582d2fdd03d7576b57d28b6aeeff1427"
17+
digest: "sha256:2e0c90562af1970ffff220a5073a7830f4acc2aad55b31593003e8c363381e7a"
1818
# Fallback to the latest release image.
1919
# Hint: run `limactl prune` to invalidate the cache
2020
- location: "https://cloud-images.ubuntu.com/releases/24.04/release/ubuntu-24.04-server-cloudimg-amd64.img"

examples/docker.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
# This template requires Lima v0.8.0 or later
1010
images:
1111
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
12-
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240725/ubuntu-24.04-server-cloudimg-amd64.img"
12+
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240809/ubuntu-24.04-server-cloudimg-amd64.img"
1313
arch: "x86_64"
14-
digest: "sha256:d2377667ea95222330ca2287817403c85178dad397e9fed768a9b4aec79d2a7f"
15-
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240725/ubuntu-24.04-server-cloudimg-arm64.img"
14+
digest: "sha256:dd8b691b3f0d1e61f01ae0d857dcb3088d1d8bf4148439bd07abc081e4fc31f8"
15+
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240809/ubuntu-24.04-server-cloudimg-arm64.img"
1616
arch: "aarch64"
17-
digest: "sha256:2c47dbf04477993ebcd921250b1aab8e582d2fdd03d7576b57d28b6aeeff1427"
17+
digest: "sha256:2e0c90562af1970ffff220a5073a7830f4acc2aad55b31593003e8c363381e7a"
1818
# Fallback to the latest release image.
1919
# Hint: run `limactl prune` to invalidate the cache
2020
- location: "https://cloud-images.ubuntu.com/releases/24.04/release/ubuntu-24.04-server-cloudimg-amd64.img"

examples/experimental/9p.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
# This template is planned to be merged to default.yaml in Lima v1.0 (ETA: 2022 Q2).
44
images:
55
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
6-
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240725/ubuntu-24.04-server-cloudimg-amd64.img"
6+
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240809/ubuntu-24.04-server-cloudimg-amd64.img"
77
arch: "x86_64"
8-
digest: "sha256:d2377667ea95222330ca2287817403c85178dad397e9fed768a9b4aec79d2a7f"
9-
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240725/ubuntu-24.04-server-cloudimg-arm64.img"
8+
digest: "sha256:dd8b691b3f0d1e61f01ae0d857dcb3088d1d8bf4148439bd07abc081e4fc31f8"
9+
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240809/ubuntu-24.04-server-cloudimg-arm64.img"
1010
arch: "aarch64"
11-
digest: "sha256:2c47dbf04477993ebcd921250b1aab8e582d2fdd03d7576b57d28b6aeeff1427"
11+
digest: "sha256:2e0c90562af1970ffff220a5073a7830f4acc2aad55b31593003e8c363381e7a"
1212
# Fallback to the latest release image.
1313
# Hint: run `limactl prune` to invalidate the cache
1414
- location: "https://cloud-images.ubuntu.com/releases/24.04/release/ubuntu-24.04-server-cloudimg-amd64.img"

examples/experimental/alsa.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# This template requires Lima v0.23.0 or later.
33
images:
44
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
5-
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240725/ubuntu-24.04-server-cloudimg-amd64.img"
5+
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240809/ubuntu-24.04-server-cloudimg-amd64.img"
66
arch: "x86_64"
7-
digest: "sha256:d2377667ea95222330ca2287817403c85178dad397e9fed768a9b4aec79d2a7f"
8-
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240725/ubuntu-24.04-server-cloudimg-arm64.img"
7+
digest: "sha256:dd8b691b3f0d1e61f01ae0d857dcb3088d1d8bf4148439bd07abc081e4fc31f8"
8+
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240809/ubuntu-24.04-server-cloudimg-arm64.img"
99
arch: "aarch64"
10-
digest: "sha256:2c47dbf04477993ebcd921250b1aab8e582d2fdd03d7576b57d28b6aeeff1427"
10+
digest: "sha256:2e0c90562af1970ffff220a5073a7830f4acc2aad55b31593003e8c363381e7a"
1111
# Fallback to the latest release image.
1212
# Hint: run `limactl prune` to invalidate the cache
1313
- location: "https://cloud-images.ubuntu.com/releases/24.04/release/ubuntu-24.04-server-cloudimg-amd64.img"

examples/experimental/armv7l.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
arch: "armv7l"
44
images:
55
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
6-
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240725/ubuntu-24.04-server-cloudimg-armhf.img"
6+
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240809/ubuntu-24.04-server-cloudimg-armhf.img"
77
arch: "armv7l"
8-
digest: "sha256:db5a77adc7d670a0ed98c0e917f283aea3f65cb09481328e1cda5bc538036d5a"
8+
digest: "sha256:93d33d8b1532c2db273db088c7bcc99c5da1fcfab9979d25518f6267ee53e77a"
99
# Fallback to the latest release image.
1010
# Hint: run `limactl prune` to invalidate the cache
1111
- location: "https://cloud-images.ubuntu.com/releases/24.04/release/ubuntu-24.04-server-cloudimg-armhf.img"

examples/experimental/riscv64.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
arch: "riscv64"
44
images:
5-
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240725/ubuntu-24.04-server-cloudimg-riscv64.img"
5+
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240809/ubuntu-24.04-server-cloudimg-riscv64.img"
66
arch: "riscv64"
7-
digest: "sha256:1025bce90cdced68998c47f23bbe198e342edd12ce6abb41467475ffe5180826"
7+
digest: "sha256:361d72c5ed9781b097ab2dfb1a489c64e51936be648bbc5badee762ebdc50c31"
88
kernel:
99
# Extracted from http://http.us.debian.org/debian/pool/main/u/u-boot/u-boot-qemu_2023.07+dfsg-1_all.deb (GPL-2.0)
1010
location: "https://github.com/lima-vm/u-boot-qemu-mirror/releases/download/2023.07%2Bdfsg-7/qemu-riscv64_smode_uboot.elf"

examples/experimental/rke2.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717

1818
images:
1919
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
20-
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240725/ubuntu-24.04-server-cloudimg-amd64.img"
20+
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240809/ubuntu-24.04-server-cloudimg-amd64.img"
2121
arch: "x86_64"
22-
digest: "sha256:d2377667ea95222330ca2287817403c85178dad397e9fed768a9b4aec79d2a7f"
23-
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240725/ubuntu-24.04-server-cloudimg-arm64.img"
22+
digest: "sha256:dd8b691b3f0d1e61f01ae0d857dcb3088d1d8bf4148439bd07abc081e4fc31f8"
23+
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240809/ubuntu-24.04-server-cloudimg-arm64.img"
2424
arch: "aarch64"
25-
digest: "sha256:2c47dbf04477993ebcd921250b1aab8e582d2fdd03d7576b57d28b6aeeff1427"
25+
digest: "sha256:2e0c90562af1970ffff220a5073a7830f4acc2aad55b31593003e8c363381e7a"
2626
# Fallback to the latest release image.
2727
# Hint: run `limactl prune` to invalidate the cache
2828
- location: "https://cloud-images.ubuntu.com/releases/24.04/release/ubuntu-24.04-server-cloudimg-amd64.img"

examples/experimental/u7s.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
# This template requires Lima v0.8.0 or later
1414
images:
1515
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
16-
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240725/ubuntu-24.04-server-cloudimg-amd64.img"
16+
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240809/ubuntu-24.04-server-cloudimg-amd64.img"
1717
arch: "x86_64"
18-
digest: "sha256:d2377667ea95222330ca2287817403c85178dad397e9fed768a9b4aec79d2a7f"
19-
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240725/ubuntu-24.04-server-cloudimg-arm64.img"
18+
digest: "sha256:dd8b691b3f0d1e61f01ae0d857dcb3088d1d8bf4148439bd07abc081e4fc31f8"
19+
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240809/ubuntu-24.04-server-cloudimg-arm64.img"
2020
arch: "aarch64"
21-
digest: "sha256:2c47dbf04477993ebcd921250b1aab8e582d2fdd03d7576b57d28b6aeeff1427"
21+
digest: "sha256:2e0c90562af1970ffff220a5073a7830f4acc2aad55b31593003e8c363381e7a"
2222
# Fallback to the latest release image.
2323
# Hint: run `limactl prune` to invalidate the cache
2424
- location: "https://cloud-images.ubuntu.com/releases/24.04/release/ubuntu-24.04-server-cloudimg-amd64.img"
@@ -52,7 +52,7 @@ provision:
5252
set -eux -o pipefail
5353
test -d ~/usernetes && exit 0
5454
cd ~
55-
git clone --branch=gen2-v20240203.0 https://github.com/rootless-containers/usernetes
55+
git clone --branch=gen2-v20240814.0 https://github.com/rootless-containers/usernetes
5656
- mode: user
5757
script: |
5858
#!/bin/bash

examples/experimental/virtiofs-linux.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
# for all operations.
66
images:
77
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
8-
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240725/ubuntu-24.04-server-cloudimg-amd64.img"
8+
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240809/ubuntu-24.04-server-cloudimg-amd64.img"
99
arch: "x86_64"
10-
digest: "sha256:d2377667ea95222330ca2287817403c85178dad397e9fed768a9b4aec79d2a7f"
11-
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240725/ubuntu-24.04-server-cloudimg-arm64.img"
10+
digest: "sha256:dd8b691b3f0d1e61f01ae0d857dcb3088d1d8bf4148439bd07abc081e4fc31f8"
11+
- location: "https://cloud-images.ubuntu.com/releases/24.04/release-20240809/ubuntu-24.04-server-cloudimg-arm64.img"
1212
arch: "aarch64"
13-
digest: "sha256:2c47dbf04477993ebcd921250b1aab8e582d2fdd03d7576b57d28b6aeeff1427"
13+
digest: "sha256:2e0c90562af1970ffff220a5073a7830f4acc2aad55b31593003e8c363381e7a"
1414
# Fallback to the latest release image.
1515
# Hint: run `limactl prune` to invalidate the cache
1616
- location: "https://cloud-images.ubuntu.com/releases/24.04/release/ubuntu-24.04-server-cloudimg-amd64.img"

0 commit comments

Comments
 (0)