forked from lima-vm/lima
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opensuse-tumbleweed.yaml
20 lines (19 loc) · 1.02 KB
/
opensuse-tumbleweed.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This example 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"
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"
writable: true