Skip to content

Commit 897978a

Browse files
committed
Add fallback locations for the debian images
Signed-off-by: Anders F Björklund <[email protected]>
1 parent f92f1a2 commit 897978a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/debian.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# This example requires Lima v0.7.0 or later
22
images:
3+
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
34
- location: "https://cloud.debian.org/images/cloud/bullseye/20230515-1381/debian-11-genericcloud-amd64-20230515-1381.qcow2"
45
arch: "x86_64"
56
digest: "sha512:bf6e2e8550dd1f296338e8f6dedaa7bd3d4e31de73ef33e46882430af055a2ce0df9da27c30c159f8d544220a6cf428083724685c4472334fcd7c1191cbbfe27"
67
- location: "https://cloud.debian.org/images/cloud/bullseye/20230515-1381/debian-11-genericcloud-arm64-20230515-1381.qcow2"
78
arch: "aarch64"
89
digest: "sha512:895806e31400c6322fbf240349228a5cf8040e1fac8d1ab3e12ee3a0e11d15ee733ff6d27e0b4db9cbd7adac02dfda1eff34f3174c7898caefb4026c51269823"
10+
# Fallback to the latest release image.
11+
# Hint: run `limactl prune` to invalidate the cache
12+
- location: "https://cloud.debian.org/images/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2"
13+
arch: "x86_64"
14+
- location: "https://cloud.debian.org/images/cloud/bullseye/latest/debian-11-genericcloud-arm64.qcow2"
15+
arch: "aarch64"
16+
917
mounts:
1018
- location: "~"
1119
- location: "/tmp/lima"

0 commit comments

Comments
 (0)