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:
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
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.
12images :
23# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
34
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/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]
Original file line number Diff line number Diff line change 11minimumLimaVersion : 1.1.0
22
33base :
4- - template://_images/debian-11
4+ - template://_images/debian-13
55- 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