From df3b9f571e387d61816fb614d1bde2388dc70491 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 12 Dec 2022 12:31:04 +0900 Subject: [PATCH 1/8] nerdctl: update to v1.1.0 Signed-off-by: Akihiro Suda --- pkg/limayaml/defaults.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/limayaml/defaults.go b/pkg/limayaml/defaults.go index a99f9c9b653..103a5635afd 100644 --- a/pkg/limayaml/defaults.go +++ b/pkg/limayaml/defaults.go @@ -30,7 +30,7 @@ const ( ) func defaultContainerdArchives() []File { - const nerdctlVersion = "1.0.0" + const nerdctlVersion = "1.1.0" location := func(goarch string) string { return "https://github.com/containerd/nerdctl/releases/download/v" + nerdctlVersion + "/nerdctl-full-" + nerdctlVersion + "-linux-" + goarch + ".tar.gz" } @@ -38,12 +38,12 @@ func defaultContainerdArchives() []File { { Location: location("amd64"), Arch: X8664, - Digest: "sha256:b7f76a3bf1b8161eb94ebe885945feb2887dfc0d274f9da908a17bc0ef853eb9", + Digest: "sha256:5440c7b3af63df2ad2c98e185e06a27b4a21eea334b05408e84f8502251d9459", }, { Location: location("arm64"), Arch: AARCH64, - Digest: "sha256:e4c9b9434c88847f4d18f8b84c0d073555e4c949546cfa8a21e719de67afdf70", + Digest: "sha256:3b613a1be5a24460c44bb93a3609b790ada94e06efd1a86467d45bec7da8b449", }, // No riscv64 } From ea6c3ef792540cb9fe588cb5b5ff67b0a8bb602c Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 12 Dec 2022 13:39:54 +0900 Subject: [PATCH 2/8] templates: update Arch Linux to 20221201.106936 Signed-off-by: Akihiro Suda --- examples/archlinux.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/archlinux.yaml b/examples/archlinux.yaml index 5772849f56f..75b523a644f 100644 --- a/examples/archlinux.yaml +++ b/examples/archlinux.yaml @@ -1,9 +1,9 @@ # This example requires Lima v0.7.0 or later images: # Try to use yyyyMMdd.REV image if available. Note that yyyyMMdd.REV will be removed after several months. -- location: "https://geo.mirror.pkgbuild.com/images/v20221115.102717/Arch-Linux-x86_64-cloudimg-20221115.102717.qcow2" +- location: "https://geo.mirror.pkgbuild.com/images/v20221201.106936/Arch-Linux-x86_64-cloudimg-20221201.106936.qcow2" arch: "x86_64" - digest: "sha256:b7d7ee96fcd2e435592b1921a11165b0a52ebf4095b72c499139cf89f8b5c19a" + digest: "sha256:f380f983484014c5237e446550d49f88122b8176187d78bfdcdb3bc5bfeecce7" - location: "https://github.com/mcginty/arch-boxes/releases/download/v20220323/Arch-Linux-aarch64-cloudimg-20220323.0.qcow2" arch: "aarch64" digest: "sha512:27524910bf41cb9b3223c8749c6e67fd2f2fdb8b70d40648708e64d6b03c0b4a01b3c5e72d51fefd3e0c3f58487dbb400a79ca378cde2da341a3a19873612be8" From 41dfa558034e1c14f2647c986357efc824cd720f Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 12 Dec 2022 13:41:35 +0900 Subject: [PATCH 3/8] templates: update Debian 11 to 20221205-1220 Signed-off-by: Akihiro Suda --- examples/debian.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/debian.yaml b/examples/debian.yaml index 4041b22302c..c70ed2d2f6b 100644 --- a/examples/debian.yaml +++ b/examples/debian.yaml @@ -1,11 +1,11 @@ # This example requires Lima v0.7.0 or later images: -- location: "https://cloud.debian.org/images/cloud/bullseye/20221108-1193/debian-11-generic-amd64-20221108-1193.qcow2" +- location: "https://cloud.debian.org/images/cloud/bullseye/20221205-1220/debian-11-generic-amd64-20221205-1220.qcow2" arch: "x86_64" - digest: "sha512:c24edc82a8e3c9764d39b4b45cd8ad3d48f2927fc3b99431dde4ff69de8098d5f824fec570a520d38f1f95dd1f32c630803a473253f7d10a20de7dd3c09ccca9" -- location: "https://cloud.debian.org/images/cloud/bullseye/20221108-1193/debian-11-generic-arm64-20221108-1193.qcow2" + digest: "sha512:25c6f2b5d61b0897077533023cccb05badb2d3fd5adc9ca9071fb8f1fe5ffe682a09f12279ef8013dc5641d20ff16eedc09e3b4657d81bcf455bdb9b4cd8ba54" +- location: "https://cloud.debian.org/images/cloud/bullseye/20221205-1220/debian-11-generic-arm64-20221205-1220.qcow2" arch: "aarch64" - digest: "sha512:d5ea56e08552d61124fd55055741b42fd542eb28336474893d1b0a2abee50c8e7a6dcc2b294825d87043a8d3287d29f29f27d864216f82b1b952d0a3836cea2e" + digest: "sha512:9d09c70030bbbc4680f4ada358a2fc3e57f73d37789384a4230d4f374629a3edc04982ac67423e8dc4531cba9abf5f89891a974d51ebc8f48bfc626d4171f09b" mounts: - location: "~" - location: "/tmp/lima" From f7caec8b734350595c6bf2f7359a4811a591b604 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 12 Dec 2022 13:47:01 +0900 Subject: [PATCH 4/8] templates: update Ubuntu 22.10 to release-20221201 Signed-off-by: Akihiro Suda --- examples/buildkit.yaml | 8 ++++---- examples/default.yaml | 8 ++++---- examples/experimental/9p.yaml | 8 ++++---- examples/experimental/riscv64.yaml | 4 ++-- examples/ubuntu.yaml | 8 ++++---- examples/vmnet.yaml | 8 ++++---- 6 files changed, 22 insertions(+), 22 deletions(-) diff --git a/examples/buildkit.yaml b/examples/buildkit.yaml index f66127a9691..f1627d5792b 100644 --- a/examples/buildkit.yaml +++ b/examples/buildkit.yaml @@ -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/22.10/release-20221101/ubuntu-22.10-server-cloudimg-amd64.img" +- location: "https://cloud-images.ubuntu.com/releases/22.10/release-20221201/ubuntu-22.10-server-cloudimg-amd64.img" arch: "x86_64" - digest: "sha256:c6df4529228862a5497bd3090653030ffa79b6f33ca793dd4250aa2817271af4" -- location: "https://cloud-images.ubuntu.com/releases/22.10/release-20221101/ubuntu-22.10-server-cloudimg-arm64.img" + digest: "sha256:4228fae635160ee2eeebda7b3f466e99729121958c125c6fbefe79178355d09b" +- location: "https://cloud-images.ubuntu.com/releases/22.10/release-20221201/ubuntu-22.10-server-cloudimg-arm64.img" arch: "aarch64" - digest: "sha256:543af52b4e04ee98dd24f7654d0f234a0df5679de6ca12c7d7c1ca3d3facc5aa" + digest: "sha256:9575dfe9f925ec251a933b88a38c5582a18e9d19495025ac01cb2e217e5f14ca" # Fallback to the latest release image. # Hint: run `limactl prune` to invalidate the cache - location: "https://cloud-images.ubuntu.com/releases/22.10/release/ubuntu-22.10-server-cloudimg-amd64.img" diff --git a/examples/default.yaml b/examples/default.yaml index 12227bc155c..5601c19777b 100644 --- a/examples/default.yaml +++ b/examples/default.yaml @@ -18,12 +18,12 @@ arch: null # 🔵 This file: Ubuntu 22.10 Kinetic Kudu 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/22.10/release-20221101/ubuntu-22.10-server-cloudimg-amd64.img" +- location: "https://cloud-images.ubuntu.com/releases/22.10/release-20221201/ubuntu-22.10-server-cloudimg-amd64.img" arch: "x86_64" - digest: "sha256:c6df4529228862a5497bd3090653030ffa79b6f33ca793dd4250aa2817271af4" -- location: "https://cloud-images.ubuntu.com/releases/22.10/release-20221101/ubuntu-22.10-server-cloudimg-arm64.img" + digest: "sha256:4228fae635160ee2eeebda7b3f466e99729121958c125c6fbefe79178355d09b" +- location: "https://cloud-images.ubuntu.com/releases/22.10/release-20221201/ubuntu-22.10-server-cloudimg-arm64.img" arch: "aarch64" - digest: "sha256:543af52b4e04ee98dd24f7654d0f234a0df5679de6ca12c7d7c1ca3d3facc5aa" + digest: "sha256:9575dfe9f925ec251a933b88a38c5582a18e9d19495025ac01cb2e217e5f14ca" # Fallback to the latest release image. # Hint: run `limactl prune` to invalidate the cache - location: "https://cloud-images.ubuntu.com/releases/22.10/release/ubuntu-22.10-server-cloudimg-amd64.img" diff --git a/examples/experimental/9p.yaml b/examples/experimental/9p.yaml index 74ba5498248..115ddc15b5c 100644 --- a/examples/experimental/9p.yaml +++ b/examples/experimental/9p.yaml @@ -3,12 +3,12 @@ # This example 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/22.10/release-20221101/ubuntu-22.10-server-cloudimg-amd64.img" +- location: "https://cloud-images.ubuntu.com/releases/22.10/release-20221201/ubuntu-22.10-server-cloudimg-amd64.img" arch: "x86_64" - digest: "sha256:c6df4529228862a5497bd3090653030ffa79b6f33ca793dd4250aa2817271af4" -- location: "https://cloud-images.ubuntu.com/releases/22.10/release-20221101/ubuntu-22.10-server-cloudimg-arm64.img" + digest: "sha256:4228fae635160ee2eeebda7b3f466e99729121958c125c6fbefe79178355d09b" +- location: "https://cloud-images.ubuntu.com/releases/22.10/release-20221201/ubuntu-22.10-server-cloudimg-arm64.img" arch: "aarch64" - digest: "sha256:543af52b4e04ee98dd24f7654d0f234a0df5679de6ca12c7d7c1ca3d3facc5aa" + digest: "sha256:9575dfe9f925ec251a933b88a38c5582a18e9d19495025ac01cb2e217e5f14ca" # Fallback to the latest release image. # Hint: run `limactl prune` to invalidate the cache - location: "https://cloud-images.ubuntu.com/releases/22.10/release/ubuntu-22.10-server-cloudimg-amd64.img" diff --git a/examples/experimental/riscv64.yaml b/examples/experimental/riscv64.yaml index cc1a3e47769..e2ade1d67aa 100644 --- a/examples/experimental/riscv64.yaml +++ b/examples/experimental/riscv64.yaml @@ -2,8 +2,8 @@ arch: "riscv64" images: -- location: "https://cloud-images.ubuntu.com/releases/22.10/release-20221101/ubuntu-22.10-server-cloudimg-riscv64.img" - digest: "sha256:1ad03b15f75ca26c2be3543e079afdf5c29cf099136a8f7c61f08660d2c3a551" +- location: "https://cloud-images.ubuntu.com/releases/22.10/release-20221201/ubuntu-22.10-server-cloudimg-riscv64.img" + digest: "sha256:23f739af2caa7972f32c11ea32d5a32f56d0cc14513656606f3df173f3fdb42b" kernel: # Extracted from http://http.us.debian.org/debian/pool/main/u/u-boot/u-boot-qemu_2022.04+dfsg-2_all.deb (GPL-2.0) location: "https://github.com/lima-vm/u-boot-qemu-mirror/releases/download/2022.04%2Bdfsg-2/qemu-riscv64_smode_uboot.elf" diff --git a/examples/ubuntu.yaml b/examples/ubuntu.yaml index d5205312e60..91e5c9117d1 100644 --- a/examples/ubuntu.yaml +++ b/examples/ubuntu.yaml @@ -1,12 +1,12 @@ # This example 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/22.10/release-20221101/ubuntu-22.10-server-cloudimg-amd64.img" +- location: "https://cloud-images.ubuntu.com/releases/22.10/release-20221201/ubuntu-22.10-server-cloudimg-amd64.img" arch: "x86_64" - digest: "sha256:c6df4529228862a5497bd3090653030ffa79b6f33ca793dd4250aa2817271af4" -- location: "https://cloud-images.ubuntu.com/releases/22.10/release-20221101/ubuntu-22.10-server-cloudimg-arm64.img" + digest: "sha256:4228fae635160ee2eeebda7b3f466e99729121958c125c6fbefe79178355d09b" +- location: "https://cloud-images.ubuntu.com/releases/22.10/release-20221201/ubuntu-22.10-server-cloudimg-arm64.img" arch: "aarch64" - digest: "sha256:543af52b4e04ee98dd24f7654d0f234a0df5679de6ca12c7d7c1ca3d3facc5aa" + digest: "sha256:9575dfe9f925ec251a933b88a38c5582a18e9d19495025ac01cb2e217e5f14ca" # Fallback to the latest release image. # Hint: run `limactl prune` to invalidate the cache - location: "https://cloud-images.ubuntu.com/releases/22.10/release/ubuntu-22.10-server-cloudimg-amd64.img" diff --git a/examples/vmnet.yaml b/examples/vmnet.yaml index 4927dd85856..c0f96226f44 100644 --- a/examples/vmnet.yaml +++ b/examples/vmnet.yaml @@ -4,12 +4,12 @@ # This example 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/22.10/release-20221101/ubuntu-22.10-server-cloudimg-amd64.img" +- location: "https://cloud-images.ubuntu.com/releases/22.10/release-20221201/ubuntu-22.10-server-cloudimg-amd64.img" arch: "x86_64" - digest: "sha256:c6df4529228862a5497bd3090653030ffa79b6f33ca793dd4250aa2817271af4" -- location: "https://cloud-images.ubuntu.com/releases/22.10/release-20221101/ubuntu-22.10-server-cloudimg-arm64.img" + digest: "sha256:4228fae635160ee2eeebda7b3f466e99729121958c125c6fbefe79178355d09b" +- location: "https://cloud-images.ubuntu.com/releases/22.10/release-20221201/ubuntu-22.10-server-cloudimg-arm64.img" arch: "aarch64" - digest: "sha256:543af52b4e04ee98dd24f7654d0f234a0df5679de6ca12c7d7c1ca3d3facc5aa" + digest: "sha256:9575dfe9f925ec251a933b88a38c5582a18e9d19495025ac01cb2e217e5f14ca" # Fallback to the latest release image. # Hint: run `limactl prune` to invalidate the cache - location: "https://cloud-images.ubuntu.com/releases/22.10/release/ubuntu-22.10-server-cloudimg-amd64.img" From b6c07dfe0d265f49eea9d5ff4a8cf2fc4a0069e3 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 12 Dec 2022 13:48:29 +0900 Subject: [PATCH 5/8] templates: update Ubuntu 22.04 to release-20221201 Signed-off-by: Akihiro Suda --- examples/docker-rootful.yaml | 8 ++++---- examples/docker.yaml | 8 ++++---- examples/faasd.yaml | 8 ++++---- examples/k3s.yaml | 8 ++++---- examples/k8s.yaml | 8 ++++---- examples/ubuntu-lts.yaml | 8 ++++---- 6 files changed, 24 insertions(+), 24 deletions(-) diff --git a/examples/docker-rootful.yaml b/examples/docker-rootful.yaml index 86983fa44ed..9ba8a8e5370 100644 --- a/examples/docker-rootful.yaml +++ b/examples/docker-rootful.yaml @@ -9,12 +9,12 @@ # This example requires Lima v0.8.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/22.04/release-20221117/ubuntu-22.04-server-cloudimg-amd64.img" +- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20221201/ubuntu-22.04-server-cloudimg-amd64.img" arch: "x86_64" - digest: "sha256:dc5b5a43c26768b56e00c23da707a0f69103ba947edf298033dbcd1f9f18a5c6" -- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20221117/ubuntu-22.04-server-cloudimg-arm64.img" + digest: "sha256:8a814737df484d9e2f4cb2c04c91629aea2fced6799fc36f77376f0da91dba65" +- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20221201/ubuntu-22.04-server-cloudimg-arm64.img" arch: "aarch64" - digest: "sha256:61b29e585d5b3540a272f4777552453205d46e65d8b70108560f105deeac1068" + digest: "sha256:8a0477adcbdadefd58ae5c0625b53bbe618aedfe69983b824da8d02be0a8c961" # Fallback to the latest release image. # Hint: run `limactl prune` to invalidate the cache - location: "https://cloud-images.ubuntu.com/releases/22.04/release/ubuntu-22.04-server-cloudimg-amd64.img" diff --git a/examples/docker.yaml b/examples/docker.yaml index 2620258c8df..0cf7131bf3d 100644 --- a/examples/docker.yaml +++ b/examples/docker.yaml @@ -9,12 +9,12 @@ # This example requires Lima v0.8.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/22.04/release-20221117/ubuntu-22.04-server-cloudimg-amd64.img" +- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20221201/ubuntu-22.04-server-cloudimg-amd64.img" arch: "x86_64" - digest: "sha256:dc5b5a43c26768b56e00c23da707a0f69103ba947edf298033dbcd1f9f18a5c6" -- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20221117/ubuntu-22.04-server-cloudimg-arm64.img" + digest: "sha256:8a814737df484d9e2f4cb2c04c91629aea2fced6799fc36f77376f0da91dba65" +- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20221201/ubuntu-22.04-server-cloudimg-arm64.img" arch: "aarch64" - digest: "sha256:61b29e585d5b3540a272f4777552453205d46e65d8b70108560f105deeac1068" + digest: "sha256:8a0477adcbdadefd58ae5c0625b53bbe618aedfe69983b824da8d02be0a8c961" # Fallback to the latest release image. # Hint: run `limactl prune` to invalidate the cache - location: "https://cloud-images.ubuntu.com/releases/22.04/release/ubuntu-22.04-server-cloudimg-amd64.img" diff --git a/examples/faasd.yaml b/examples/faasd.yaml index a7ab384d6b4..bcf129c0a6e 100644 --- a/examples/faasd.yaml +++ b/examples/faasd.yaml @@ -27,12 +27,12 @@ message: | # Image is set to jammy (22.04 LTS) for long-term stability 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/22.04/release-20221117/ubuntu-22.04-server-cloudimg-amd64.img" +- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20221201/ubuntu-22.04-server-cloudimg-amd64.img" arch: "x86_64" - digest: "sha256:dc5b5a43c26768b56e00c23da707a0f69103ba947edf298033dbcd1f9f18a5c6" -- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20221117/ubuntu-22.04-server-cloudimg-arm64.img" + digest: "sha256:8a814737df484d9e2f4cb2c04c91629aea2fced6799fc36f77376f0da91dba65" +- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20221201/ubuntu-22.04-server-cloudimg-arm64.img" arch: "aarch64" - digest: "sha256:61b29e585d5b3540a272f4777552453205d46e65d8b70108560f105deeac1068" + digest: "sha256:8a0477adcbdadefd58ae5c0625b53bbe618aedfe69983b824da8d02be0a8c961" # Fallback to the latest release image. # Hint: run `limactl prune` to invalidate the cache - location: "https://cloud-images.ubuntu.com/releases/22.04/release/ubuntu-22.04-server-cloudimg-amd64.img" diff --git a/examples/k3s.yaml b/examples/k3s.yaml index 2a0429eeb58..c3d0769a94e 100644 --- a/examples/k3s.yaml +++ b/examples/k3s.yaml @@ -15,12 +15,12 @@ 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/22.04/release-20221117/ubuntu-22.04-server-cloudimg-amd64.img" +- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20221201/ubuntu-22.04-server-cloudimg-amd64.img" arch: "x86_64" - digest: "sha256:dc5b5a43c26768b56e00c23da707a0f69103ba947edf298033dbcd1f9f18a5c6" -- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20221117/ubuntu-22.04-server-cloudimg-arm64.img" + digest: "sha256:8a814737df484d9e2f4cb2c04c91629aea2fced6799fc36f77376f0da91dba65" +- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20221201/ubuntu-22.04-server-cloudimg-arm64.img" arch: "aarch64" - digest: "sha256:61b29e585d5b3540a272f4777552453205d46e65d8b70108560f105deeac1068" + digest: "sha256:8a0477adcbdadefd58ae5c0625b53bbe618aedfe69983b824da8d02be0a8c961" # Fallback to the latest release image. # Hint: run `limactl prune` to invalidate the cache - location: "https://cloud-images.ubuntu.com/releases/22.04/release/ubuntu-22.04-server-cloudimg-amd64.img" diff --git a/examples/k8s.yaml b/examples/k8s.yaml index b04f686b60e..088ce25ab5c 100644 --- a/examples/k8s.yaml +++ b/examples/k8s.yaml @@ -14,12 +14,12 @@ # This example 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/22.04/release-20221117/ubuntu-22.04-server-cloudimg-amd64.img" +- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20221201/ubuntu-22.04-server-cloudimg-amd64.img" arch: "x86_64" - digest: "sha256:dc5b5a43c26768b56e00c23da707a0f69103ba947edf298033dbcd1f9f18a5c6" -- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20221117/ubuntu-22.04-server-cloudimg-arm64.img" + digest: "sha256:8a814737df484d9e2f4cb2c04c91629aea2fced6799fc36f77376f0da91dba65" +- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20221201/ubuntu-22.04-server-cloudimg-arm64.img" arch: "aarch64" - digest: "sha256:61b29e585d5b3540a272f4777552453205d46e65d8b70108560f105deeac1068" + digest: "sha256:8a0477adcbdadefd58ae5c0625b53bbe618aedfe69983b824da8d02be0a8c961" # Fallback to the latest release image. # Hint: run `limactl prune` to invalidate the cache - location: "https://cloud-images.ubuntu.com/releases/22.04/release/ubuntu-22.04-server-cloudimg-amd64.img" diff --git a/examples/ubuntu-lts.yaml b/examples/ubuntu-lts.yaml index 3d102c1df15..44f1a9ac5a8 100644 --- a/examples/ubuntu-lts.yaml +++ b/examples/ubuntu-lts.yaml @@ -1,12 +1,12 @@ # This example 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/22.04/release-20221117/ubuntu-22.04-server-cloudimg-amd64.img" +- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20221201/ubuntu-22.04-server-cloudimg-amd64.img" arch: "x86_64" - digest: "sha256:dc5b5a43c26768b56e00c23da707a0f69103ba947edf298033dbcd1f9f18a5c6" -- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20221117/ubuntu-22.04-server-cloudimg-arm64.img" + digest: "sha256:8a814737df484d9e2f4cb2c04c91629aea2fced6799fc36f77376f0da91dba65" +- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20221201/ubuntu-22.04-server-cloudimg-arm64.img" arch: "aarch64" - digest: "sha256:61b29e585d5b3540a272f4777552453205d46e65d8b70108560f105deeac1068" + digest: "sha256:8a0477adcbdadefd58ae5c0625b53bbe618aedfe69983b824da8d02be0a8c961" # Fallback to the latest release image. # Hint: run `limactl prune` to invalidate the cache - location: "https://cloud-images.ubuntu.com/releases/22.04/release/ubuntu-22.04-server-cloudimg-amd64.img" From 102a52af989bda6192ff8c5e4a05924b046a5ed0 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 12 Dec 2022 13:53:38 +0900 Subject: [PATCH 6/8] templates: update CentOS Stream 9 to 20221206.0 Signed-off-by: Akihiro Suda --- examples/centos-stream-9.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/centos-stream-9.yaml b/examples/centos-stream-9.yaml index 5fd6e8c3065..b51a4a770af 100644 --- a/examples/centos-stream-9.yaml +++ b/examples/centos-stream-9.yaml @@ -1,12 +1,12 @@ # This example requires Lima v0.11.1 or later. images: -- location: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20221123.0.x86_64.qcow2" +- location: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20221206.0.x86_64.qcow2" arch: "x86_64" - digest: "sha256:ea3301463f91c2a45063b6223bd7af59cae89d4782df261c9664b7e3b5a367a4" -- location: "https://cloud.centos.org/centos/9-stream/aarch64/images/CentOS-Stream-GenericCloud-9-20221123.0.aarch64.qcow2" + digest: "sha256:16881d90b322c7ebe1f105a24c3abbc36c35b724366f38aa4022dfed08b93406" +- location: "https://cloud.centos.org/centos/9-stream/aarch64/images/CentOS-Stream-GenericCloud-9-20221206.0.aarch64.qcow2" arch: "aarch64" - digest: "sha256:e74cb4c9ab087cec508e9dae6c4384fc1b630b89cec33a91290d0b4178dd7fd8" + digest: "sha256:2f5d67e99153112eff92925aae89767b8d59d1ff4a9ce0c1055ceb92dcedc75e" mounts: - location: "~" - location: "/tmp/lima" From fb074ce726235e51c25028f7a75a784651f9834d Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 12 Dec 2022 13:56:29 +0900 Subject: [PATCH 7/8] templates: update Rocky Linux 9.1 to 20221130.0 Signed-off-by: Akihiro Suda --- examples/rocky-9.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/rocky-9.yaml b/examples/rocky-9.yaml index 1401b6f4d22..dcf86912e44 100644 --- a/examples/rocky-9.yaml +++ b/examples/rocky-9.yaml @@ -1,12 +1,12 @@ # This example requires Lima v0.11.1 or later. images: -- location: "https://dl.rockylinux.org/pub/rocky/9.1/images/x86_64/Rocky-9-GenericCloud-Base-9.1-20221123.0.x86_64.qcow2" +- location: "https://dl.rockylinux.org/pub/rocky/9.1/images/x86_64/Rocky-9-GenericCloud-Base-9.1-20221130.0.x86_64.qcow2" arch: "x86_64" - digest: "sha256:bc142fe8323608348d828d971691a66266f71c4fe68933fa7c062f09934c411b" -- location: "https://dl.rockylinux.org/pub/rocky/9.1/images/aarch64/Rocky-9-GenericCloud-Base-9.1-20221123.0.aarch64.qcow2" + digest: "sha256:4405926b4c84edf4a25a51d5ed36bffada04e5e143045c41c974a9a9d35937f1" +- location: "https://dl.rockylinux.org/pub/rocky/9.1/images/aarch64/Rocky-9-GenericCloud-Base-9.1-20221130.0.aarch64.qcow2" arch: "aarch64" - digest: "sha256:8f231d9be1951158ba0ebcb5e5b1fe84f941e7cc02c5afec09a94456e9fd1c05" + digest: "sha256:8e680f226adeaf9f09cfc7fc9b7839db3ca0f40c4a2e7838de605571d1b33fbb" mounts: - location: "~" - location: "/tmp/lima" From dbadd340d0ecbc6ce4fe5d5bd42565ce9465a81b Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 12 Dec 2022 13:58:47 +0900 Subject: [PATCH 8/8] templates: update Rocky Linux 8.7 to 20221130.0 Signed-off-by: Akihiro Suda --- examples/almalinux-9.yaml | 4 ++-- examples/rocky-8.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/almalinux-9.yaml b/examples/almalinux-9.yaml index 2e8d6eed5d8..83ba95d7dce 100644 --- a/examples/almalinux-9.yaml +++ b/examples/almalinux-9.yaml @@ -1,10 +1,10 @@ # This example requires Lima v0.11.1 or later. images: -- location: "https://repo.almalinux.org/almalinux/9.1/cloud/x86_64/images/AlmaLinux-9-GenericCloud-9.1-20221118.x86_64.qcow2" +- location: "https://repo.almalinux.org/almalinux/9.1/cloud/x86_64/images/AlmaLinux-9-GenericCloud-9.1-20221130.x86_64.qcow2" arch: "x86_64" digest: "sha256:1e93210a0c534de76ae01dc02e8224be14264fa8d54ad6cff9af15b673c6db1a" -- location: "https://repo.almalinux.org/almalinux/9.1/cloud/aarch64/images/AlmaLinux-9-GenericCloud-9.1-20221118.aarch64.qcow2" +- location: "https://repo.almalinux.org/almalinux/9.1/cloud/aarch64/images/AlmaLinux-9-GenericCloud-9.1-20221130.aarch64.qcow2" arch: "aarch64" digest: "sha256:3405f30db62441c18258c21c01754addeb4dfdf9714d151f042942d223ab3865" mounts: diff --git a/examples/rocky-8.yaml b/examples/rocky-8.yaml index 2d310523b23..70390a0dce6 100644 --- a/examples/rocky-8.yaml +++ b/examples/rocky-8.yaml @@ -4,12 +4,12 @@ # EL9-based distros are known to work. images: -- location: "https://dl.rockylinux.org/pub/rocky/8.7/images/x86_64/Rocky-8-GenericCloud-Base-8.7-20221122.0.x86_64.qcow2" +- location: "https://dl.rockylinux.org/pub/rocky/8.7/images/x86_64/Rocky-8-GenericCloud-Base-8.7-20221130.0.x86_64.qcow2" arch: "x86_64" - digest: "sha256:398c3a9c5dceea0c1dd5ea7df6e7090939ed51cb7dd5e2e2d03d7f3bec80ead9" -- location: "https://dl.rockylinux.org/pub/rocky/8.7/images/aarch64/Rocky-8-GenericCloud-Base-8.7-20221118.0.aarch64.qcow2" + digest: "sha256:02e5a7564c979bca08e86e4f5bfbdad9bafcf4154844f7d2a029ec3f3df0fbd9" +- location: "https://dl.rockylinux.org/pub/rocky/8.7/images/aarch64/Rocky-8-GenericCloud-Base-8.7-20221130.0.aarch64.qcow2" arch: "aarch64" - digest: "sha256:1a667b2e7e3fe885e5cd8283e64bd67326da828145dc934c09a7f0650d518582" + digest: "sha256:34480f38c986ab192c9330530622b1131f49336db234b952fe19c05ce30d44ee" mounts: - location: "~" - location: "/tmp/lima"