Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions images/debian.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
- imagename: debian-13-amd64.qcow2
no-tmpfs: true
types:
- qcow2
environment:
DIB_RELEASE: trixie
DIB_CLOUD_INIT_DATASOURCES: "ConfigDrive, OpenStack"
elements:
- vm
- debian
- block-device-efi
- cloud-init
- cloud-init-datasources
- autoupdates
- systemd-resolved
- toolchain
packages:
- qemu-guest-agent
- vim-tiny
- tcpdump
- traceroute
- iputils-ping
- bind9-dnsutils
- iptables
- ssh-import-id
- screen
- htop

- imagename: debian-12-amd64.qcow2
no-tmpfs: true
types:
Expand Down
Loading