File tree Expand file tree Collapse file tree 7 files changed +27
-20
lines changed Expand file tree Collapse file tree 7 files changed +27
-20
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ Distro:
20
20
- [ ` archlinux ` ] ( ./archlinux.yaml ) : ☆Arch Linux
21
21
- [ ` centos-stream-9 ` ] ( ./centos-stream-9.yaml ) , ` centos-stream.yaml ` : CentOS Stream 9
22
22
- [ ` 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 )
25
25
- [ ` fedora-41 ` ] ( ./fedora-41.yaml ) : Fedora 41
26
26
- [ ` fedora-42 ` ] ( ./fedora-42.yaml ) , ` fedora.yaml ` : ⭐Fedora 42
27
27
- [ ` opensuse-leap ` ] ( ./opensuse-leap.yaml ) , ` opensuse.yaml ` : ⭐openSUSE Leap
Original file line number Diff line number Diff line change
1
+ # DEPRECATED: Debian 11 (Bullseye) is deprecated. Use debian-12 (Bookworm) or debian-13 (Trixie) instead.
1
2
images :
2
3
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
3
4
Original file line number Diff line number Diff line change
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]
Original file line number Diff line number Diff line change 1
1
minimumLimaVersion : 1.1.0
2
2
3
3
base :
4
- - template://_images/debian-11
4
+ - template://_images/debian-13
5
5
- template://_default/mounts
Original file line number Diff line number Diff line change 1
- debian-12 .yaml
1
+ debian-13 .yaml
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments