Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ Distro:
- [`rocky-9`](./rocky-9.yaml), `rocky.yaml`: Rocky Linux 9
- [`ubuntu`](./ubuntu.yaml): Ubuntu (same as `default.yaml` but without extra YAML lines)
- [`ubuntu-lts`](./ubuntu-lts.yaml): Ubuntu LTS (same as `ubuntu.yaml` but pinned to an LTS version)
- [`experimental/ubuntu-next`](./experimental/ubuntu-next.yaml): Ubuntu vNext
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For consistency with the other entries:

Suggested change
- [`experimental/ubuntu-next`](./experimental/ubuntu-next.yaml): Ubuntu vNext
- [`experimental/ubuntu-25.10`](./experimental/ubuntu-25.10.yaml), `experimental/ubuntu-next.yaml`: Ubuntu vNext

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently we have no ubuntu-%d.%d in the README.
Needs to be fixed at once, probably in a separate PR.

- [`experimental/gentoo`](./experimental/gentoo.yaml): [experimental] Gentoo
- [`experimental/opensuse-tumbleweed`](./experimental/opensuse-tumbleweed.yaml): [experimental] openSUSE Tumbleweed
- [`experimental/debian-sid`](./experimental/debian-sid.yaml): [experimental] Debian Sid
- [`experimental/debian-13`](./experimental/debian-13.yaml), `experimental/debian-testing`: [experimental] Debian GNU/Linux 13 (Trixie)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All other entries have a .yaml suffix on the alternate template name.

Suggested change
- [`experimental/debian-13`](./experimental/debian-13.yaml), `experimental/debian-testing`: [experimental] Debian GNU/Linux 13 (Trixie)
- [`experimental/debian-13`](./experimental/debian-13.yaml), `experimental/debian-testing.yaml`: [experimental] Debian GNU/Linux 13 (Trixie)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The suffix doesn't make sense here for template names.

Should be fixed at once, probably in a separate PR.


Alternative package managers:
- [`linuxbrew.yaml`](./linuxbrew.yaml): [Homebrew](https://brew.sh) on Linux (Ubuntu)
Expand Down
15 changes: 15 additions & 0 deletions templates/experimental/debian-13.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
minimumLimaVersion: 1.1.0

base: template://_default/mounts

images:
- location: https://cloud.debian.org/images/cloud/trixie/daily/latest/debian-13-genericcloud-amd64-daily.qcow2
arch: x86_64

- location: https://cloud.debian.org/images/cloud/trixie/daily/latest/debian-13-genericcloud-arm64-daily.qcow2
arch: aarch64

- location: https://cloud.debian.org/images/cloud/trixie/daily/latest/debian-13-genericcloud-ppc64el-daily.qcow2
arch: ppc64le

mountTypesUnsupported: [9p]
1 change: 1 addition & 0 deletions templates/experimental/debian-testing.yaml
17 changes: 17 additions & 0 deletions templates/experimental/ubuntu-25.10.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
minimumLimaVersion: 1.1.0

base: template://_default/mounts

images:
- location: https://cloud-images.ubuntu.com/questing/current/questing-server-cloudimg-amd64.img
arch: x86_64
- location: https://cloud-images.ubuntu.com/questing/current/questing-server-cloudimg-arm64.img
arch: aarch64
- location: https://cloud-images.ubuntu.com/questing/current/questing-server-cloudimg-armhf.img
arch: armv7l
- location: https://cloud-images.ubuntu.com/questing/current/questing-server-cloudimg-riscv64.img
arch: riscv64
- location: https://cloud-images.ubuntu.com/questing/current/questing-server-cloudimg-s390x.img
arch: s390x
- location: https://cloud-images.ubuntu.com/questing/current/questing-server-cloudimg-ppc64el.img
arch: ppc64le
1 change: 1 addition & 0 deletions templates/experimental/ubuntu-next.yaml
Loading