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:
3
3
# Hint: run `limactl prune` to invalidate the "Current" cache
4
4
- location : " https://download.opensuse.org/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.x86_64-Cloud.qcow2"
5
5
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"
8
9
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
+
12
17
mounts :
13
18
- location : " ~"
14
19
- location : " /tmp/lima"
Original file line number Diff line number Diff line change 1
1
# This example requires Lima v0.7.0 or later
2
2
images :
3
3
# 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"
5
5
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"
7
7
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
+
8
16
mounts :
9
17
- location : " ~"
10
18
- location : " /tmp/lima"
You can’t perform that action at this time.
0 commit comments