Skip to content

Commit ef2f623

Browse files
authored
Merge pull request #580 from AkihiroSuda/dev
examples: update {archlinux,debian}.yaml
2 parents cdb2a9e + 3d70922 commit ef2f623

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/archlinux.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +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-
- location: "https://mirror.pkgbuild.com/images/v20211201.40458/Arch-Linux-x86_64-cloudimg-20211201.40458.qcow2"
5+
- location: "https://mirror.pkgbuild.com/images/v20220123.45392/Arch-Linux-x86_64-cloudimg-20220123.45392.qcow2"
66
arch: "x86_64"
7-
digest: "sha256:90fb8ea170be6fcfff0821b7544ccc8c3c1282fd0d08fcc0432a72552b929999"
7+
digest: "sha256:1b9ad530a2f9a6440e9fb54ff1861e80dc583f1692e872e360650f6bd4630257"
88
mounts:
99
- location: "~"
1010
- location: "/tmp/lima"

examples/debian.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# This example requires Lima v0.7.0 or later
22
images:
3-
- location: "https://cloud.debian.org/images/cloud/bullseye/daily/20220102-875/debian-11-generic-amd64-daily-20220102-875.qcow2"
3+
- location: "https://cloud.debian.org/images/cloud/bullseye/daily/20220124-897/debian-11-generic-amd64-daily-20220124-897.qcow2"
44
arch: "x86_64"
5-
digest: "sha512:3810dda9397bcf22f31c0aba5631186ad6169aab0b470961fc02664305c85bce7ce5c194d3e426777e9436a260f0241ad091f92f795e2bfc27c5be45b489f94e"
6-
- location: "https://cloud.debian.org/images/cloud/bullseye/daily/20220102-875/debian-11-generic-arm64-daily-20220102-875.qcow2"
5+
digest: "sha512:f9613c5519d4185e51123bd9c369104ad24d5020582bc36b9d08e3fdc18b24ec86955f12151c7d9143e7aa951bf424fa514df32c8aa51aac26b0b08242d0fb3d"
6+
- location: "https://cloud.debian.org/images/cloud/bullseye/daily/20220124-897/debian-11-generic-arm64-daily-20220124-897.qcow2"
77
arch: "aarch64"
8-
digest: "sha512:dffa62e9f9a9543644fd99a835d8d3e9a56e8614689c38100da61bd57c6d3d1b230401286f5fe9594a3efc70e4c29671a135a744e7d2051592f0dd797c00f5c8"
8+
digest: "sha512:1ad17af61c439c5f9df308d68a9f76742850a4a5c2ee5e8b2235aced978bea50143b903fa2f3026dd7fd96c70c9fb4f0ef8de14b12e8fd87b32f1e64ead15097"
99
mounts:
1010
- location: "~"
1111
- location: "/tmp/lima"

0 commit comments

Comments
 (0)