File tree Expand file tree Collapse file tree 5 files changed +36
-0
lines changed Expand file tree Collapse file tree 5 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,11 @@ Distro:
32
32
- [ ` rocky-10 ` ] ( ./rocky-10.yaml ) , ` rocky.yaml ` : Rocky Linux 10
33
33
- [ ` ubuntu ` ] ( ./ubuntu.yaml ) : Ubuntu (same as ` default.yaml ` but without extra YAML lines)
34
34
- [ ` ubuntu-lts ` ] ( ./ubuntu-lts.yaml ) : Ubuntu LTS (same as ` ubuntu.yaml ` but pinned to an LTS version)
35
+ - [ ` experimental/ubuntu-next ` ] ( ./experimental/ubuntu-next.yaml ) : Ubuntu vNext
35
36
- [ ` experimental/gentoo ` ] ( ./experimental/gentoo.yaml ) : [ experimental] Gentoo
36
37
- [ ` experimental/opensuse-tumbleweed ` ] ( ./experimental/opensuse-tumbleweed.yaml ) : [ experimental] openSUSE Tumbleweed
37
38
- [ ` experimental/debian-sid ` ] ( ./experimental/debian-sid.yaml ) : [ experimental] Debian Sid
39
+ - [ ` experimental/debian-13 ` ] ( ./experimental/debian-13.yaml ) , ` experimental/debian-testing ` : [ experimental] Debian GNU/Linux 13 (Trixie)
38
40
39
41
Alternative package managers:
40
42
- [ ` linuxbrew.yaml ` ] ( ./linuxbrew.yaml ) : [ Homebrew] ( https://brew.sh ) on Linux (Ubuntu)
Original file line number Diff line number Diff line change
1
+ minimumLimaVersion : 1.1.0
2
+
3
+ base : template://_default/mounts
4
+
5
+ images :
6
+ - location : https://cloud.debian.org/images/cloud/trixie/daily/latest/debian-13-genericcloud-amd64-daily.qcow2
7
+ arch : x86_64
8
+
9
+ - location : https://cloud.debian.org/images/cloud/trixie/daily/latest/debian-13-genericcloud-arm64-daily.qcow2
10
+ arch : aarch64
11
+
12
+ - location : https://cloud.debian.org/images/cloud/trixie/daily/latest/debian-13-genericcloud-ppc64el-daily.qcow2
13
+ arch : ppc64le
14
+
15
+ mountTypesUnsupported : [9p]
Original file line number Diff line number Diff line change
1
+ debian-13.yaml
Original file line number Diff line number Diff line change
1
+ minimumLimaVersion : 1.1.0
2
+
3
+ base : template://_default/mounts
4
+
5
+ images :
6
+ - location : https://cloud-images.ubuntu.com/questing/current/questing-server-cloudimg-amd64.img
7
+ arch : x86_64
8
+ - location : https://cloud-images.ubuntu.com/questing/current/questing-server-cloudimg-arm64.img
9
+ arch : aarch64
10
+ - location : https://cloud-images.ubuntu.com/questing/current/questing-server-cloudimg-armhf.img
11
+ arch : armv7l
12
+ - location : https://cloud-images.ubuntu.com/questing/current/questing-server-cloudimg-riscv64.img
13
+ arch : riscv64
14
+ - location : https://cloud-images.ubuntu.com/questing/current/questing-server-cloudimg-s390x.img
15
+ arch : s390x
16
+ - location : https://cloud-images.ubuntu.com/questing/current/questing-server-cloudimg-ppc64el.img
17
+ arch : ppc64le
Original file line number Diff line number Diff line change
1
+ ubuntu-25.10.yaml
You can’t perform that action at this time.
0 commit comments