Skip to content

Commit e598f53

Browse files
committed
examples: update Arch Linux from 20220301.49177 to 20220415.53207
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 7b927fe commit e598f53

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

examples/archlinux.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# This example requires Lima v0.7.0 or later
22
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"
37
- location: "https://github.com/mcginty/arch-boxes/releases/download/v20220323/Arch-Linux-aarch64-cloudimg-20220323.0.qcow2"
48
arch: "aarch64"
59
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"
813
arch: "x86_64"
9-
digest: "sha256:613aa264a6ac4e9352e3a72e28840a51a3416db882d5881cc4efb30116605582"
14+
1015
mounts:
1116
- location: "~"
1217
- location: "/tmp/lima"

0 commit comments

Comments
 (0)