forked from lima-vm/lima
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opensuse.yaml
19 lines (18 loc) · 997 Bytes
/
opensuse.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This example requires Lima v0.7.0 or later
images:
# Hint: run `limactl prune` to invalidate the "Current" cache
- location: "https://download.opensuse.org/distribution/leap/15.4/appliances/openSUSE-Leap-15.4-JeOS.x86_64-15.4-OpenStack-Cloud-Current.qcow2"
arch: "x86_64"
- location: "https://download.opensuse.org/distribution/leap/15.4/appliances/openSUSE-Leap-15.4-ARM-JeOS-efi.aarch64.qcow2"
arch: "aarch64"
# download.opensuse.org is inaccessible from Japan (500 Internal Server Error)
# https://bugzilla.opensuse.org/show_bug.cgi?id=1210240
# NOTE: the file name on provo-mirror.opensuse.org lacks the "-Current" suffix.
- location: "https://provo-mirror.opensuse.org/distribution/leap/15.4/appliances/openSUSE-Leap-15.4-JeOS.x86_64-OpenStack-Cloud.qcow2"
arch: "x86_64"
- location: "https://provo-mirror.opensuse.org/distribution/leap/15.4/appliances/openSUSE-Leap-15.4-ARM-JeOS-efi.aarch64.qcow2"
arch: "aarch64"
mounts:
- location: "~"
- location: "/tmp/lima"
writable: true