From 49ab2ff5f19815ff05131a5016335d063e899961 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Thu, 16 Sep 2021 15:49:34 +0900 Subject: [PATCH] examples: update {archlinux,debian}.yaml Signed-off-by: Akihiro Suda --- examples/archlinux.yaml | 4 ++-- examples/debian.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/archlinux.yaml b/examples/archlinux.yaml index 994bca608f0..8e4f0d355f2 100644 --- a/examples/archlinux.yaml +++ b/examples/archlinux.yaml @@ -2,9 +2,9 @@ arch: "x86_64" images: # NOTE: the image is periodically rotated, if you face 404, see https://mirror.pkgbuild.com/images/ to find the latest image. - - location: "https://mirror.pkgbuild.com/images/v20210906.33805/Arch-Linux-x86_64-cloudimg-20210906.0.qcow2" + - location: "https://mirror.pkgbuild.com/images/v20210915.34349/Arch-Linux-x86_64-cloudimg-20210915.0.qcow2" arch: "x86_64" - digest: "sha256:f9f63648d7863413883466daffcb2fcb5195264fc98c8e6eb0182bd368e32002" + digest: "sha256:de8de860fec1efbae75418948f5bc7873ca53a2f4c31b0e9306facc94fffd5a8" mounts: - location: "~" writable: false diff --git a/examples/debian.yaml b/examples/debian.yaml index ccdec22a5d2..bbbfb38b448 100644 --- a/examples/debian.yaml +++ b/examples/debian.yaml @@ -1,10 +1,10 @@ images: - - location: "https://cloud.debian.org/images/cloud/bullseye/daily/20210908-759/debian-11-generic-amd64-daily-20210908-759.qcow2" + - location: "https://cloud.debian.org/images/cloud/bullseye/daily/20210916-767/debian-11-generic-amd64-daily-20210916-767.qcow2" arch: "x86_64" - digest: "sha512:0b6e8f25873b64d3086e612879ad56ee88ae868ad94e9fb1214124b08b10994bc6f687a428a4717c8e3058ce27238111ceaf7aa64039748cf5babb00b5a70ec5" - - location: "https://cloud.debian.org/images/cloud/bullseye/daily/20210908-759/debian-11-generic-arm64-daily-20210908-759.qcow2" + digest: "sha512:ed3a2631488eb4b31eed3757f936928322f2e6bc5717844173b41db0a77847ef9602e715fd16faf0b46aba2ff990d29cc79167d3940fbd1fdd9161866dee90ff" + - location: "https://cloud.debian.org/images/cloud/bullseye/daily/20210916-767/debian-11-generic-arm64-daily-20210916-767.qcow2" arch: "aarch64" - digest: "sha512:ffe8807eed47ebfe34afd474f4d8075d65e8ececb482a316bd430c7566b32523fd5ee89b8cf2d0ff8c58cec0be57be9a1c6d476c94fc845242edcbdf0d4389e3" + digest: "sha512:8cb39915c402956b1e3ffd0c4e16d4cae61ed6521e65b3c578d8f099bf710297a5c51881e6ca7d0840f0cc2b4417c663a0e67c25695d560a2dabde58f4e6bd7d" mounts: - location: "~" writable: false