Skip to content

Commit c345be1

Browse files
authored
Merge pull request #4029 from unsuman/promote-debian13
Make Debian 13(Trixie) as default image for templates
2 parents a992787 + 29885f6 commit c345be1

File tree

7 files changed

+27
-20
lines changed

7 files changed

+27
-20
lines changed

templates/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Distro:
2020
- [`archlinux`](./archlinux.yaml): ☆Arch Linux
2121
- [`centos-stream-9`](./centos-stream-9.yaml), `centos-stream.yaml`: CentOS Stream 9
2222
- [`centos-stream-10`](./centos-stream-10.yaml): CentOS Stream 10
23-
- [`debian-11`](./debian-11.yaml): Debian GNU/Linux 11(bullseye)
24-
- [`debian-12`](./debian-12.yaml), `debian.yaml`: ⭐Debian GNU/Linux 12(bookworm)
23+
- [`debian-12`](./debian-12.yaml): Debian GNU/Linux 12(bookworm)
24+
- [`debian-13`](./debian-13.yaml), `debian.yaml`: ⭐Debian GNU/Linux 13(trixie)
2525
- [`fedora-41`](./fedora-41.yaml): Fedora 41
2626
- [`fedora-42`](./fedora-42.yaml), `fedora.yaml`: ⭐Fedora 42
2727
- [`opensuse-leap`](./opensuse-leap.yaml), `opensuse.yaml`: ⭐openSUSE Leap

templates/_images/debian-11.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# DEPRECATED: Debian 11 (Bullseye) is deprecated. Use debian-12 (Bookworm) or debian-13 (Trixie) instead.
12
images:
23
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
34

templates/_images/debian-13.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
images:
2+
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
3+
4+
- location: "https://cloud.debian.org/images/cloud/trixie/20250911-2232/debian-13-genericcloud-amd64-20250911-2232.qcow2"
5+
arch: "x86_64"
6+
digest: "sha512:82ca129c665d6d1d9a919aa64a1c275646755de078a4e07de83d741e28f38f506b907f46432c0368d4ab3c740cfacf9894238be7052aeb46b1933259cabecc62"
7+
- location: "https://cloud.debian.org/images/cloud/trixie/20250911-2232/debian-13-genericcloud-arm64-20250911-2232.qcow2"
8+
arch: "aarch64"
9+
digest: "sha512:4c9cf2f8733670ff8d56a88b6e0f04900c55f68c1a4757a257605b314062fdd6dbe37b61b8b9ecda376a16770e9f12aeddc23bd5c5f499f91443d99308790a32"
10+
# Fallback to the latest release image.
11+
# Hint: run `limactl prune` to invalidate the cache
12+
13+
- location: https://cloud.debian.org/images/cloud/trixie/daily/latest/debian-13-genericcloud-amd64-daily.qcow2
14+
arch: x86_64
15+
16+
- location: https://cloud.debian.org/images/cloud/trixie/daily/latest/debian-13-genericcloud-arm64-daily.qcow2
17+
arch: aarch64
18+
19+
- location: https://cloud.debian.org/images/cloud/trixie/daily/latest/debian-13-genericcloud-ppc64el-daily.qcow2
20+
arch: ppc64le
21+
22+
mountTypesUnsupported: [9p]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
minimumLimaVersion: 1.1.0
22

33
base:
4-
- template://_images/debian-11
4+
- template://_images/debian-13
55
- template://_default/mounts

templates/debian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
debian-12.yaml
1+
debian-13.yaml

templates/experimental/debian-13.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

templates/experimental/debian-testing.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)