File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# This example requires Lima v0.7.0 or later
2
2
images :
3
+ # Try to use yyyyMMdd.REV image if available. Note that yyyyMMdd.REV will be removed after several months.
4
+ - location : " https://mirror.pkgbuild.com/images/v20220415.53207/Arch-Linux-x86_64-cloudimg-20220415.53207.qcow2"
5
+ arch : " x86_64"
6
+ digest : " sha256:04db7dddfec7cff457c3d76f5cd4724725233129fc0fc1b6c0198f3bb728e116"
3
7
- location : " https://github.com/mcginty/arch-boxes/releases/download/v20220323/Arch-Linux-aarch64-cloudimg-20220323.0.qcow2"
4
8
arch : " aarch64"
5
9
digest : " sha512:27524910bf41cb9b3223c8749c6e67fd2f2fdb8b70d40648708e64d6b03c0b4a01b3c5e72d51fefd3e0c3f58487dbb400a79ca378cde2da341a3a19873612be8"
6
- # NOTE: the image is periodically rotated, if you face 404, see https://mirror.pkgbuild.com/images/ to find the latest image.
7
- - location : " https://mirror.pkgbuild.com/images/v20220301.49177/Arch-Linux-x86_64-cloudimg-20220301.49177.qcow2"
10
+ # Fallback to the latest release image.
11
+ # Hint: run `limactl prune` to invalidate the cache
12
+ - location : " https://mirror.pkgbuild.com/images/latest/Arch-Linux-x86_64-cloudimg.qcow2"
8
13
arch : " x86_64"
9
- digest : " sha256:613aa264a6ac4e9352e3a72e28840a51a3416db882d5881cc4efb30116605582 "
14
+
10
15
mounts :
11
16
- location : " ~"
12
17
- location : " /tmp/lima"
You can’t perform that action at this time.
0 commit comments