Skip to content

Commit

Permalink
Merge pull request #1730 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
templates: update CentOS Stream 9, Debian, Ubuntu 23.04
  • Loading branch information
AkihiroSuda authored Aug 11, 2023
2 parents a410c44 + 93339dd commit 148b686
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 41 deletions.
8 changes: 4 additions & 4 deletions examples/buildkit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ message: |
-------
images:
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230729/ubuntu-23.04-server-cloudimg-amd64.img"
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230810/ubuntu-23.04-server-cloudimg-amd64.img"
arch: "x86_64"
digest: "sha256:300d765c17d047403e686c9513bcc71aecddbf4954750d109fb79634ebd69510"
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230729/ubuntu-23.04-server-cloudimg-arm64.img"
digest: "sha256:5ad255d32a30a2cda9f0df19f0a6ce8d6f3c81b63845086a4cb5c43cf97fcb92"
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230810/ubuntu-23.04-server-cloudimg-arm64.img"
arch: "aarch64"
digest: "sha256:a4c5368e462bdbd3b317cc27aa2ac96c3c302813ec138ba307aa6f5f21286f48"
digest: "sha256:af62ca6ba307388f7e0a8ad1c46103e6aea0130a09122e818df8d711637bf998"
# Fallback to the latest release image.
# Hint: run `limactl prune` to invalidate the cache
- location: "https://cloud-images.ubuntu.com/releases/23.04/release/ubuntu-23.04-server-cloudimg-amd64.img"
Expand Down
9 changes: 4 additions & 5 deletions examples/centos-stream-9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

images:
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
# NOTE: 20230727.1 does not boot (fails to mount rootfs)
- location: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20230720.0.x86_64.qcow2"
- location: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20230807.1.x86_64.qcow2"
arch: "x86_64"
digest: "sha256:f23d3f002948141ac6b3287ccdc43a7c7b5a1266fdd08c104e74dbc20f0074ae"
- location: "https://cloud.centos.org/centos/9-stream/aarch64/images/CentOS-Stream-GenericCloud-9-20230720.0.aarch64.qcow2"
digest: "sha256:6a004e591d0a6b84bc4c1b5cd7a797a3376181162a7e1cf010e0bbf0cdfd6724"
- location: "https://cloud.centos.org/centos/9-stream/aarch64/images/CentOS-Stream-GenericCloud-9-20230807.1.aarch64.qcow2"
arch: "aarch64"
digest: "sha256:dffcd081cd0060fa2f356ecc4117642934f41f416d7eecf982c410305216ef97"
digest: "sha256:0ed3b428f282866cf1c74048ea566fb579979b12f5e1fb527133223883ad8f76"
# 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 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/20230717-1444/debian-11-genericcloud-amd64-20230717-1444.qcow2"
- location: "https://cloud.debian.org/images/cloud/bullseye/20230802-1460/debian-11-genericcloud-amd64-20230717-1444.qcow2"
arch: "x86_64"
digest: "sha512:5c5e15e9ff65f2d1a6bdedbdc74a4521cd0ebb04eb01bd78bf3c59b85b6607b4dc43143b0502187264491898a5fabf2189dcb94761348fe1e074479659ba767b"
- location: "https://cloud.debian.org/images/cloud/bullseye/20230717-1444/debian-11-genericcloud-arm64-20230717-1444.qcow2"
digest: "sha512:f16512174452ea49e34d302e86bb11b6f821013dde583bf703550998e87819f98c6e411d7737bd53f16c73007f1c039218f9cd40421ec3a6b5b1fe38044018c0"
- location: "https://cloud.debian.org/images/cloud/bullseye/20230802-1460/debian-11-genericcloud-arm64-20230717-1444.qcow2"
arch: "aarch64"
digest: "sha512:6b37153864a87dbea0cbeb6b8cb958f081dca53e752754e8454ece6d0d7523262faf90731f4d86186d881f171bf3869a248a8a6231b3289ee58f51fb2f124968"
digest: "sha512:55e7c954194a735c312a475444373373f3056e10e31530e3120bb97d2718c3c843a6a497d1a1447e494a1a7413e41951457bf154f8307ebe285b52ffcd2a9e70"
# 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/2023230723-1450/debian-12-genericcloud-amd64-2023230723-1450.qcow2"
- location: "https://cloud.debian.org/images/cloud/bookworm/20230802-1460/debian-12-genericcloud-amd64-20230802-1460.qcow2"
arch: "x86_64"
digest: "sha512:5f1f7df848e2f898f354ecd873775588e213d752ca6f1adc2e3052d304cd21e56092182e0a559510c2af37aed14d8d3ddbe10d7b2838c3fdaaff62f076dd3737"
- location: "https://cloud.debian.org/images/cloud/bookworm/2023230723-1450/debian-12-genericcloud-arm64-2023230723-1450.qcow2"
digest: "sha512:5baa9145e87b21b4523d07a02b1374e30ab9cef301b6e92f519d6411a9ce996d7817b746005854343cdcb17cc2488b9f07727b8a64d17e440bd7cd18eac7f4ef"
- location: "https://cloud.debian.org/images/cloud/bookworm/20230802-1460/debian-12-genericcloud-arm64-20230802-1460.qcow2"
arch: "aarch64"
digest: "sha512:8c4e6f47a4e523e04a6a736f547c534312a3a3907a59e76b96db029a8747e13d8e2baec2f884751918960cc11ba91703b11fd09d66478bec81711ad43df527bc"
digest: "sha512:645b7710b16c2687f0f77ab612684a48630e546acdf03335652bf1fd9958276f250e8fa6859f35c184df35414fd00a95823e2703303ff90932ab8f21bd54a8c0"
# 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
8 changes: 4 additions & 4 deletions examples/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ arch: null
# 🔵 This file: Ubuntu 23.04 Lunar Lobster images
images:
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230729/ubuntu-23.04-server-cloudimg-amd64.img"
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230810/ubuntu-23.04-server-cloudimg-amd64.img"
arch: "x86_64"
digest: "sha256:300d765c17d047403e686c9513bcc71aecddbf4954750d109fb79634ebd69510"
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230729/ubuntu-23.04-server-cloudimg-arm64.img"
digest: "sha256:5ad255d32a30a2cda9f0df19f0a6ce8d6f3c81b63845086a4cb5c43cf97fcb92"
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230810/ubuntu-23.04-server-cloudimg-arm64.img"
arch: "aarch64"
digest: "sha256:a4c5368e462bdbd3b317cc27aa2ac96c3c302813ec138ba307aa6f5f21286f48"
digest: "sha256:af62ca6ba307388f7e0a8ad1c46103e6aea0130a09122e818df8d711637bf998"
# Fallback to the latest release image.
# Hint: run `limactl prune` to invalidate the cache
- location: "https://cloud-images.ubuntu.com/releases/23.04/release/ubuntu-23.04-server-cloudimg-amd64.img"
Expand Down
8 changes: 4 additions & 4 deletions examples/experimental/9p.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# This template is planned to be merged to default.yaml in Lima v1.0 (ETA: 2022 Q2).
images:
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230729/ubuntu-23.04-server-cloudimg-amd64.img"
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230810/ubuntu-23.04-server-cloudimg-amd64.img"
arch: "x86_64"
digest: "sha256:300d765c17d047403e686c9513bcc71aecddbf4954750d109fb79634ebd69510"
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230729/ubuntu-23.04-server-cloudimg-arm64.img"
digest: "sha256:5ad255d32a30a2cda9f0df19f0a6ce8d6f3c81b63845086a4cb5c43cf97fcb92"
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230810/ubuntu-23.04-server-cloudimg-arm64.img"
arch: "aarch64"
digest: "sha256:a4c5368e462bdbd3b317cc27aa2ac96c3c302813ec138ba307aa6f5f21286f48"
digest: "sha256:af62ca6ba307388f7e0a8ad1c46103e6aea0130a09122e818df8d711637bf998"
# Fallback to the latest release image.
# Hint: run `limactl prune` to invalidate the cache
- location: "https://cloud-images.ubuntu.com/releases/23.04/release/ubuntu-23.04-server-cloudimg-amd64.img"
Expand Down
4 changes: 2 additions & 2 deletions examples/experimental/armv7l.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
arch: "armv7l"
images:
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230729/ubuntu-23.04-server-cloudimg-armhf.img"
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230810/ubuntu-23.04-server-cloudimg-armhf.img"
arch: "armv7l"
digest: "sha256:ab0a4f4e9538694f6edc0e2f8bc18923ec364333dd2883377949d99e2f4788c6"
digest: "sha256:6068615edd597552079ac15c76c7c7645973eed7e0e7d9f5bb2852ce9ebc8479"
# Fallback to the latest release image.
# Hint: run `limactl prune` to invalidate the cache
- location: "https://cloud-images.ubuntu.com/releases/23.04/release/ubuntu-23.04-server-cloudimg-armhf.img"
Expand Down
4 changes: 2 additions & 2 deletions examples/experimental/riscv64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

arch: "riscv64"
images:
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230729/ubuntu-23.04-server-cloudimg-riscv64.img"
digest: "sha256:cd6c2e63abb57eeff2b74d89ae02396790a9b96663b058956b60308b32f9d837"
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230810/ubuntu-23.04-server-cloudimg-riscv64.img"
digest: "sha256:d9f56eac9c644f78353154d9f17e1ce739d7c63beac63ccefe2380b2f2e9aa38"
kernel:
# Extracted from http://http.us.debian.org/debian/pool/main/u/u-boot/u-boot-qemu_2023.01+dfsg-2_all.deb (GPL-2.0)
location: "https://github.com/lima-vm/u-boot-qemu-mirror/releases/download/2023.01%2Bdfsg-2/qemu-riscv64_smode_uboot.elf"
Expand Down
8 changes: 4 additions & 4 deletions examples/experimental/virtiofs-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
# for all operations.
images:
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230729/ubuntu-23.04-server-cloudimg-amd64.img"
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230810/ubuntu-23.04-server-cloudimg-amd64.img"
arch: "x86_64"
digest: "sha256:300d765c17d047403e686c9513bcc71aecddbf4954750d109fb79634ebd69510"
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230729/ubuntu-23.04-server-cloudimg-arm64.img"
digest: "sha256:5ad255d32a30a2cda9f0df19f0a6ce8d6f3c81b63845086a4cb5c43cf97fcb92"
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230810/ubuntu-23.04-server-cloudimg-arm64.img"
arch: "aarch64"
digest: "sha256:a4c5368e462bdbd3b317cc27aa2ac96c3c302813ec138ba307aa6f5f21286f48"
digest: "sha256:af62ca6ba307388f7e0a8ad1c46103e6aea0130a09122e818df8d711637bf998"
# Fallback to the latest release image.
# Hint: run `limactl prune` to invalidate the cache
- location: "https://cloud-images.ubuntu.com/releases/23.04/release/ubuntu-23.04-server-cloudimg-amd64.img"
Expand Down
8 changes: 4 additions & 4 deletions examples/ubuntu.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-images.ubuntu.com/releases/23.04/release-20230729/ubuntu-23.04-server-cloudimg-amd64.img"
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230810/ubuntu-23.04-server-cloudimg-amd64.img"
arch: "x86_64"
digest: "sha256:300d765c17d047403e686c9513bcc71aecddbf4954750d109fb79634ebd69510"
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230729/ubuntu-23.04-server-cloudimg-arm64.img"
digest: "sha256:5ad255d32a30a2cda9f0df19f0a6ce8d6f3c81b63845086a4cb5c43cf97fcb92"
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230810/ubuntu-23.04-server-cloudimg-arm64.img"
arch: "aarch64"
digest: "sha256:a4c5368e462bdbd3b317cc27aa2ac96c3c302813ec138ba307aa6f5f21286f48"
digest: "sha256:af62ca6ba307388f7e0a8ad1c46103e6aea0130a09122e818df8d711637bf998"
# Fallback to the latest release image.
# Hint: run `limactl prune` to invalidate the cache
- location: "https://cloud-images.ubuntu.com/releases/23.04/release/ubuntu-23.04-server-cloudimg-amd64.img"
Expand Down
8 changes: 4 additions & 4 deletions examples/vmnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
# This template requires Lima v0.7.0 or later.
# Older versions of Lima were using a different syntax for supporting vmnet.framework.
images:
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230729/ubuntu-23.04-server-cloudimg-amd64.img"
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230810/ubuntu-23.04-server-cloudimg-amd64.img"
arch: "x86_64"
digest: "sha256:300d765c17d047403e686c9513bcc71aecddbf4954750d109fb79634ebd69510"
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230729/ubuntu-23.04-server-cloudimg-arm64.img"
digest: "sha256:5ad255d32a30a2cda9f0df19f0a6ce8d6f3c81b63845086a4cb5c43cf97fcb92"
- location: "https://cloud-images.ubuntu.com/releases/23.04/release-20230810/ubuntu-23.04-server-cloudimg-arm64.img"
arch: "aarch64"
digest: "sha256:a4c5368e462bdbd3b317cc27aa2ac96c3c302813ec138ba307aa6f5f21286f48"
digest: "sha256:af62ca6ba307388f7e0a8ad1c46103e6aea0130a09122e818df8d711637bf998"
# Fallback to the latest release image.
# Hint: run `limactl prune` to invalidate the cache
- location: "https://cloud-images.ubuntu.com/releases/23.04/release/ubuntu-23.04-server-cloudimg-amd64.img"
Expand Down

0 comments on commit 148b686

Please sign in to comment.