Skip to content

Commit 4a8e4bc

Browse files
committed
examples: update debian
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 48e44a2 commit 4a8e4bc

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

examples/archlinux.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
arch: "x86_64"
33
images:
44
# NOTE: the image is periodically rotated, if you face 404, see https://mirror.pkgbuild.com/images/ to find the latest image.
5+
#
6+
# Skip v20210801.30574 as systemd 249 has a regression: https://github.com/AkihiroSuda/lima/pull/136#issuecomment-890790894
57
- location: "https://mirror.pkgbuild.com/images/v20210619.26314/Arch-Linux-x86_64-cloudimg-20210619.26314.qcow2"
68
arch: "x86_64"
79
digest: "sha256:d132d607fe4e97260b5a759f39cb11856bbf0dbb0ccaf8c65c6444b0ec22c545"

examples/debian.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
images:
2-
- location: "https://cloud.debian.org/images/cloud/bullseye/daily/20210627-686/debian-11-generic-amd64-daily-20210627-686.qcow2"
2+
- location: "https://cloud.debian.org/images/cloud/bullseye/daily/20210801-721/debian-11-generic-amd64-daily-20210801-721.qcow2"
33
arch: "x86_64"
4-
digest: "sha512:aaf41de057708b6b99f969d79aaeefa00e15f472e0641e6e282b7c1a88b05625e8fadf8fc026e4c023d670ac5982e071144f73bff32f3c29e379193b1772b6d3"
5-
- location: "https://cloud.debian.org/images/cloud/bullseye/daily/20210627-686/debian-11-generic-arm64-daily-20210627-686.qcow2"
4+
digest: "sha512:141cd661064f157eb4bd33c64be40a15dd0de9541297769cc2a81bede4c345a7dec0e3f524ab1128d996c6c0a78c1a90a68fb729538d816bc0ad933e69f5a9ae"
5+
- location: "https://cloud.debian.org/images/cloud/bullseye/daily/20210801-721/debian-11-generic-arm64-daily-20210801-721.qcow2"
66
arch: "aarch64"
7-
digest: "sha512:c399df3d7774a4cab4f3ccbe60f686d2db8c4637f220e513439d933ff55457cb40879be3d34081474176e05446a83b1c6287ad0ebb6be2d17ab2d13938c5bfa9"
7+
digest: "sha512:a98903c87d0a7f7620048045670abd2bcb74ff2d9164d9c08efc21ce14d39a76b310425210c3e38bed58ad2ec5bd79117a8f7f52980bc658f0cde4f9cb2e9d30"
88
mounts:
99
- location: "~"
1010
writable: false

0 commit comments

Comments
 (0)