Skip to content

Commit

Permalink
Merge pull request #3229 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
templates: update
  • Loading branch information
jandubois authored Feb 12, 2025
2 parents 0582803 + e289862 commit cb99e9f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions templates/centos-stream-10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

images:
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
- location: "https://cloud.centos.org/centos/10-stream/x86_64/images/CentOS-Stream-GenericCloud-10-20250203.0.x86_64.qcow2"
- location: "https://cloud.centos.org/centos/10-stream/x86_64/images/CentOS-Stream-GenericCloud-10-20250210.0.x86_64.qcow2"
arch: "x86_64"
digest: "sha256:5a2cad3acb3a2ac02ef75477282f0f46bfb265be788858fcc4b1423068ec408d"
- location: "https://cloud.centos.org/centos/10-stream/aarch64/images/CentOS-Stream-GenericCloud-10-20250203.0.aarch64.qcow2"
digest: "sha256:8f89d44d57fe892a14c312ed6b9321debd289af509c128027812aee4e26b296e"
- location: "https://cloud.centos.org/centos/10-stream/aarch64/images/CentOS-Stream-GenericCloud-10-20250210.0.aarch64.qcow2"
arch: "aarch64"
digest: "sha256:013c97806e433bf5342a261fe3034ca15256124fdd7cb27b6031cd6d4941a3d7"
digest: "sha256:996cdea7be4e13b04a71a45e89215e85c2909d5e08d6f1a8faaa66e7e2f93cbb"
# Fallback to the latest release image.
# Hint: run `limactl prune` to invalidate the cache
- location: "https://cloud.centos.org/centos/10-stream/x86_64/images/CentOS-Stream-GenericCloud-10-latest.x86_64.qcow2"
Expand Down
8 changes: 4 additions & 4 deletions templates/centos-stream-9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

images:
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
- location: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20250203.0.x86_64.qcow2"
- location: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20250210.0.x86_64.qcow2"
arch: "x86_64"
digest: "sha256:02285ea20c04d82b633d6d027b5b869b48ee1cb1280f7d5121d01bf0397d128f"
- location: "https://cloud.centos.org/centos/9-stream/aarch64/images/CentOS-Stream-GenericCloud-9-20250203.0.aarch64.qcow2"
digest: "sha256:6b7d6f10407c33c6a3ce152ecc12e7cd940b934587a57eefa2e1f5aba9bfc2a0"
- location: "https://cloud.centos.org/centos/9-stream/aarch64/images/CentOS-Stream-GenericCloud-9-20250210.0.aarch64.qcow2"
arch: "aarch64"
digest: "sha256:196ba5bd279dabb77ba33d071cf558a1855195e000b66e6f8f9be6e6b705c879"
digest: "sha256:507f3e49c8a62eed63e73887b7cdb97a4a1382f6a20ded1eb5eed69c18d9197f"
# Fallback to the latest release image.
# Hint: run `limactl prune` to invalidate the cache
- location: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2"
Expand Down
8 changes: 4 additions & 4 deletions templates/debian-12.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# This template requires Lima v0.7.0 or later
images:
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
- location: "https://cloud.debian.org/images/cloud/bookworm/20250115-1993/debian-12-genericcloud-amd64-20250115-1993.qcow2"
- location: "https://cloud.debian.org/images/cloud/bookworm/20250210-2019/debian-12-genericcloud-amd64-20250210-2019.qcow2"
arch: "x86_64"
digest: "sha512:9d2e5968e2d0bc0a3f40d89a652516e4aa06ebbe8a4bb728737b3588f4ff11e028de2a5582309bf948a673e8dc4c1ceb47708bf6e1bb4a8953e3b577ee6eaaf2"
- location: "https://cloud.debian.org/images/cloud/bookworm/20250115-1993/debian-12-genericcloud-arm64-20250115-1993.qcow2"
digest: "sha512:a58d86525d75fd8e139a2302531ce5d2ab75ef0273cfe78f9d53aada4b23efd45f8433b4806fa4570cfe981c8fae26f5e5e855cbd66ba2198862f28125fd2d45"
- location: "https://cloud.debian.org/images/cloud/bookworm/20250210-2019/debian-12-genericcloud-arm64-20250210-2019.qcow2"
arch: "aarch64"
digest: "sha512:54a2e3534d698442b8f2ad9776be687bacabed05be6b6093ec9b25dd688ea830a46dec9f8d738db790f2c09d20c5ab60b24b751ffc23b94d93371a047284570a"
digest: "sha512:a17a462acbc3412ef195390fb60dffba2134fef1a276d500ca50a06036c488035657409fcd02f2f70d1e7a91776ca4249cfbceabeb90e74cb123b9971381c72a"
# Fallback to the latest release image.
# Hint: run `limactl prune` to invalidate the cache
- location: "https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-genericcloud-amd64.qcow2"
Expand Down

0 comments on commit cb99e9f

Please sign in to comment.