Skip to content

Commit ad746b5

Browse files
committed
make debian trixie as default image for templates
Signed-off-by: Ansuman Sahoo <[email protected]>
1 parent 69538a7 commit ad746b5

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/20250814-2204/debian-13-genericcloud-amd64-20250814-2204.qcow2"
5+
arch: "x86_64"
6+
digest: "sha512:d76122c87c940d1ab9334f4307c98c01dc42f0b49a20cddf278d59b92d34ab63d05ac1f40dffda3d2d32e381f097706eee6ccbf79a596bfb2cbb3d83c635ae35"
7+
- location: "https://cloud.debian.org/images/cloud/trixie/20250814-2204/debian-13-genericcloud-arm64-20250814-2204.qcow2"
8+
arch: "aarch64"
9+
digest: "sha512:e36d98d9ee1f09fc9d7748f0f0f703e6424a2637f075de1aa9f06a4a58039e88086ee14bdaf9483bbc259633248d28b89a32190da959a767f4732c088bdd30d0"
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)