Skip to content

Commit 9508bb4

Browse files
committed
templates: update openSUSE to 15.5
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 0c1873b commit 9508bb4

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

examples/opensuse.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
# This example requires Lima v0.7.0 or later
22
images:
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.5/appliances/openSUSE-Leap-15.5-Minimal-VM.x86_64-Cloud.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.5/appliances/openSUSE-Leap-15.5-Minimal-VM.aarch64-Cloud.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-
168
mounts:
179
- location: "~"
1810
- location: "/tmp/lima"

0 commit comments

Comments
 (0)