Skip to content

Commit

Permalink
Update Debian examples to the latest September builds
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Szpetkowski <[email protected]>
  • Loading branch information
pszpetkowski committed Sep 14, 2023
1 parent f811ccf commit 9a1e8df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions examples/debian-11.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/bullseye/20230802-1460/debian-11-genericcloud-amd64-20230717-1444.qcow2"
- location: "https://cloud.debian.org/images/cloud/bullseye/20230912-1501/debian-11-genericcloud-amd64-20230912-1501.qcow2"
arch: "x86_64"
digest: "sha512:f16512174452ea49e34d302e86bb11b6f821013dde583bf703550998e87819f98c6e411d7737bd53f16c73007f1c039218f9cd40421ec3a6b5b1fe38044018c0"
- location: "https://cloud.debian.org/images/cloud/bullseye/20230802-1460/debian-11-genericcloud-arm64-20230717-1444.qcow2"
digest: "sha512:7c02b0407250f99881987499f496834d925352ce7644476a7858fe9d25a0def20062087c267d54728699e803ec81dee09b8b86af37e18388623cf97e40c423a9"
- location: "https://cloud.debian.org/images/cloud/bullseye/20230912-1501/debian-11-genericcloud-arm64-20230912-1501.qcow2"
arch: "aarch64"
digest: "sha512:55e7c954194a735c312a475444373373f3056e10e31530e3120bb97d2718c3c843a6a497d1a1447e494a1a7413e41951457bf154f8307ebe285b52ffcd2a9e70"
digest: "sha512:972696f3d3b4d0899c157c18772a74cdfb578ec1e547c47f8a8bc7344257c802346616a7bf8006b7647f73c662fd9179643600a6cc2b10c58992527457332fc7"
# Fallback to the latest release image.
# Hint: run `limactl prune` to invalidate the cache
- location: "https://cloud.debian.org/images/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2"
Expand Down
8 changes: 4 additions & 4 deletions examples/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/20230802-1460/debian-12-genericcloud-amd64-20230802-1460.qcow2"
- location: "https://cloud.debian.org/images/cloud/bookworm/20230910-1499/debian-12-genericcloud-amd64-20230910-1499.qcow2"
arch: "x86_64"
digest: "sha512:5baa9145e87b21b4523d07a02b1374e30ab9cef301b6e92f519d6411a9ce996d7817b746005854343cdcb17cc2488b9f07727b8a64d17e440bd7cd18eac7f4ef"
- location: "https://cloud.debian.org/images/cloud/bookworm/20230802-1460/debian-12-genericcloud-arm64-20230802-1460.qcow2"
digest: "sha512:42f3565ef632bea438b55acffb24a87400c4e285c50a5b79083da1c2ba6eb02e381adb3b45fec387f2852b64170a451be46bcc3b50c0d79a229daaf641b96453"
- location: "https://cloud.debian.org/images/cloud/bookworm/20230910-1499/debian-12-genericcloud-arm64-20230910-1499.qcow2"
arch: "aarch64"
digest: "sha512:645b7710b16c2687f0f77ab612684a48630e546acdf03335652bf1fd9958276f250e8fa6859f35c184df35414fd00a95823e2703303ff90932ab8f21bd54a8c0"
digest: "sha512:a359237f488ce8c57bae9639212d2a0906a12ff3a58d87a1bab4bbafef4585e682dd1af41136f0bb2471dbecad012d5616e4c977f5f32336fa7bb8a72f675eb1"
# 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 9a1e8df

Please sign in to comment.