From ec3d81423834c81a92c9b531995b85b3a2bd74dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20F=20Bj=C3=B6rklund?= Date: Thu, 12 Sep 2024 20:14:32 +0200 Subject: [PATCH] Add the aarch64 cloud image for tumbleweed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Don't need to use the old "JeOS" anymore. And remove the references to closed issues. Signed-off-by: Anders F Björklund --- examples/experimental/opensuse-tumbleweed.yaml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/examples/experimental/opensuse-tumbleweed.yaml b/examples/experimental/opensuse-tumbleweed.yaml index c3fe0b1bc84..fdb9802e5a0 100644 --- a/examples/experimental/opensuse-tumbleweed.yaml +++ b/examples/experimental/opensuse-tumbleweed.yaml @@ -1,22 +1,10 @@ -# NOTE: Tumbleweed image is known to be broken as of April 2023: -# https://github.com/lima-vm/lima/issues/1496 -# # This template requires Lima v0.11.3 or later images: # Hint: run `limactl prune` to invalidate the "Current" cache - location: "https://download.opensuse.org/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.x86_64-Cloud.qcow2" arch: "x86_64" -# JeOS is deprecated and will be removed probably, but Minimal-VM.aarch64-kvm-and-xen still lacks cloud-init -# https://bugzilla.opensuse.org/show_bug.cgi?id=1210246 -- location: "https://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-ARM-JeOS-efi.aarch64.qcow2" +- location: "https://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.aarch64-Cloud.qcow2" arch: "aarch64" -# download.opensuse.org is inaccessible from Japan (500 Internal Server Error) -# https://bugzilla.opensuse.org/show_bug.cgi?id=1210240 -- location: "https://provo-mirror.opensuse.org/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.x86_64-Cloud.qcow2" - arch: "x86_64" -- location: "https://provo-mirror.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-ARM-JeOS-efi.aarch64.qcow2" - arch: "aarch64" - mounts: - location: "~" - location: "/tmp/lima"