Skip to content

Commit d3647d7

Browse files
committed
feat: add debian 13
1 parent a5fc6c4 commit d3647d7

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

images/debian.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
- imagename: debian-13-amd64.qcow2
2+
no-tmpfs: true
3+
types:
4+
- qcow2
5+
environment:
6+
DIB_RELEASE: trixie
7+
DIB_CLOUD_INIT_DATASOURCES: "ConfigDrive, OpenStack"
8+
elements:
9+
- vm
10+
- debian
11+
- block-device-efi
12+
- cloud-init
13+
- cloud-init-datasources
14+
- autoupdates
15+
- systemd-resolved
16+
- toolchain
17+
packages:
18+
- qemu-guest-agent
19+
- vim-tiny
20+
- tcpdump
21+
- traceroute
22+
- iputils-ping
23+
- bind9-dnsutils
24+
- iptables
25+
- ssh-import-id
26+
- screen
27+
- htop
28+
- git
29+
130
- imagename: debian-12-amd64.qcow2
231
no-tmpfs: true
332
types:

0 commit comments

Comments
 (0)