Skip to content

Commit 86bc07a

Browse files
committed
Add Debian 13 (trixie) image to image-manager.
This addresses issue osism#953. Notes: - Used version 20250903-2224 - Imaging on OSISM swift still needed - I already included the os_purpose field (see PR osism#952), so this will lead to a schema validation error until we merge osism#952. In case we decide to merge this one first, we can of course easily drop one line. Signed-off-by: Kurt Garloff <kurt@garloff.de>
1 parent e51bc7e commit 86bc07a

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

etc/images/debian.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,39 @@ images:
105105
mirror_url:
106106
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20250331-debian-12.qcow2
107107
version: '20250331'
108+
- name: Debian 13
109+
enable: true
110+
shortname: debian-13
111+
format: qcow2
112+
login: debian
113+
min_disk: 8
114+
min_ram: 512
115+
status: active
116+
visibility: public
117+
multi: true
118+
meta:
119+
architecture: x86_64
120+
hw_disk_bus: scsi
121+
hw_rng_model: virtio
122+
hw_scsi_model: virtio-scsi
123+
hw_watchdog_action: reset
124+
hypervisor_type: qemu
125+
os_distro: debian
126+
os_version: '13'
127+
os_purpose: generic
128+
replace_frequency: quarterly
129+
uuid_validity: last-3
130+
provided_until: none
131+
tags: []
132+
latest_checksum_url: https://cdimage.debian.org/cdimage/cloud/trixie/daily/latest/SHA512SUMS
133+
latest_url:
134+
https://cdimage.debian.org/cdimage/cloud/trixie/daily/latest/debian-13-genericcloud-amd64-daily.qcow2
135+
versions:
136+
- build_date: 2025-09-03
137+
checksum:
138+
sha512:647ea89d16685dc2e9bd8e960340945d515d29e673fd2521b9db57f9a2be70083c48fcaa17ad3ca6f82780cee8617cec4e66fddc1daeee4976b077eede4f6130
139+
url:
140+
https://cdimage.debian.org/cdimage/cloud/trixie/daily/20250903-2224/debian-13-genericcloud-amd64-daily-20250903-2224.qcow2
141+
mirror_url:
142+
https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-13/20250903-debian-13.qcow2
143+
version: '20250903'

0 commit comments

Comments
 (0)