File tree Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,17 @@ images:
33# Hint: run `limactl prune` to invalidate the "Current" cache
44- location : " https://download.opensuse.org/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.x86_64-Cloud.qcow2"
55 arch : " x86_64"
6- # JeOS is deprecated and will be removed probably
7- - location : " http://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-ARM-JeOS-efi.aarch64.qcow2"
6+ # JeOS is deprecated and will be removed probably, but Minimal-VM.aarch64-kvm-and-xen still lacks cloud-init
7+ # https://bugzilla.opensuse.org/show_bug.cgi?id=1210246
8+ - location : " https://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-ARM-JeOS-efi.aarch64.qcow2"
89 arch : " aarch64"
9- # Minimal-VM.aarch64-kvm-and-xen is known to hang: https://github.com/lima-vm/lima/pull/1194#issuecomment-1326943869
10- # - location: "https://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.aarch64-kvm-and-xen.qcow2"
11- # arch: "aarch64"
10+ # download.opensuse.org is inaccessible from Japan (500 Internal Server Error)
11+ # https://bugzilla.opensuse.org/show_bug.cgi?id=1210240
12+ - location : " https://provo-mirror.opensuse.org/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.x86_64-Cloud.qcow2"
13+ arch : " x86_64"
14+ - location : " https://provo-mirror.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-ARM-JeOS-efi.aarch64.qcow2"
15+ arch : " aarch64"
16+
1217mounts :
1318- location : " ~"
1419- location : " /tmp/lima"
Original file line number Diff line number Diff line change 11# This example requires Lima v0.7.0 or later
22images :
33# Hint: run `limactl prune` to invalidate the "Current" cache
4- - location : https://download.opensuse.org/distribution/leap/15.4/appliances/openSUSE-Leap-15.4-JeOS.x86_64-15.4-OpenStack-Cloud-Current.qcow2
4+ - location : " https://download.opensuse.org/distribution/leap/15.4/appliances/openSUSE-Leap-15.4-JeOS.x86_64-15.4-OpenStack-Cloud-Current.qcow2"
55 arch : " x86_64"
6- - location : https://download.opensuse.org/distribution/leap/15.4/appliances/openSUSE-Leap-15.4-ARM-JeOS-efi.aarch64.qcow2
6+ - location : " https://download.opensuse.org/distribution/leap/15.4/appliances/openSUSE-Leap-15.4-ARM-JeOS-efi.aarch64.qcow2"
77 arch : " aarch64"
8+ # download.opensuse.org is inaccessible from Japan (500 Internal Server Error)
9+ # https://bugzilla.opensuse.org/show_bug.cgi?id=1210240
10+ # NOTE: the file name on provo-mirror.opensuse.org lacks the "-Current" suffix.
11+ - location : " https://provo-mirror.opensuse.org/distribution/leap/15.4/appliances/openSUSE-Leap-15.4-JeOS.x86_64-OpenStack-Cloud.qcow2"
12+ arch : " x86_64"
13+ - location : " https://provo-mirror.opensuse.org/distribution/leap/15.4/appliances/openSUSE-Leap-15.4-ARM-JeOS-efi.aarch64.qcow2"
14+ arch : " aarch64"
15+
816mounts :
917- location : " ~"
1018- location : " /tmp/lima"
You can’t perform that action at this time.
0 commit comments