Skip to content

Commit f86aef1

Browse files
authored
Merge pull request #226 from AkihiroSuda/update-images-20210909
examples: update {archlinux,debian}.yaml
2 parents 0293d7a + e96e5a5 commit f86aef1

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

examples/archlinux.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
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/lima-vm/lima/pull/136#issuecomment-890790894
7-
- location: "https://mirror.pkgbuild.com/images/v20210619.26314/Arch-Linux-x86_64-cloudimg-20210619.26314.qcow2"
5+
- location: "https://mirror.pkgbuild.com/images/v20210906.33805/Arch-Linux-x86_64-cloudimg-20210906.0.qcow2"
86
arch: "x86_64"
9-
digest: "sha256:d132d607fe4e97260b5a759f39cb11856bbf0dbb0ccaf8c65c6444b0ec22c545"
7+
digest: "sha256:f9f63648d7863413883466daffcb2fcb5195264fc98c8e6eb0182bd368e32002"
108
mounts:
119
- location: "~"
1210
writable: false

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/20210816-736/debian-11-generic-amd64-daily-20210816-736.qcow2"
2+
- location: "https://cloud.debian.org/images/cloud/bullseye/daily/20210908-759/debian-11-generic-amd64-daily-20210908-759.qcow2"
33
arch: "x86_64"
4-
digest: "sha512:2a769ac8e29c999fa127a542f8e1577709aa76d2b69f78524bfe0328bde47a75f1339a985cc660e2e6533ba0e2b53919d0a738e5ce862bd7dfb8d30be17f62fa"
5-
- location: "https://cloud.debian.org/images/cloud/bullseye/daily/20210816-736/debian-11-generic-arm64-daily-20210816-736.qcow2"
4+
digest: "sha512:0b6e8f25873b64d3086e612879ad56ee88ae868ad94e9fb1214124b08b10994bc6f687a428a4717c8e3058ce27238111ceaf7aa64039748cf5babb00b5a70ec5"
5+
- location: "https://cloud.debian.org/images/cloud/bullseye/daily/20210908-759/debian-11-generic-arm64-daily-20210908-759.qcow2"
66
arch: "aarch64"
7-
digest: "sha512:e16301345099aed5ce4eb1e2528b50236fa64fe9515577ac51941730aa89703a662300f6e78799d55e1ef586d9d42854218c3788dbc9720e69c92820db5aa465"
7+
digest: "sha512:ffe8807eed47ebfe34afd474f4d8075d65e8ececb482a316bd430c7566b32523fd5ee89b8cf2d0ff8c58cec0be57be9a1c6d476c94fc845242edcbdf0d4389e3"
88
mounts:
99
- location: "~"
1010
writable: false

0 commit comments

Comments
 (0)