Skip to content

Commit

Permalink
Merge pull request #249 from AkihiroSuda/update-images-20210916
Browse files Browse the repository at this point in the history
examples: update {archlinux,debian}.yaml
  • Loading branch information
AkihiroSuda authored Sep 16, 2021
2 parents 44c5be8 + 49ab2ff commit 02dcc20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/archlinux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions examples/debian.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 02dcc20

Please sign in to comment.