Add OS image location rST directive for use by Red-Install-Tests (#6786)

This commit is contained in:
Jakub Kuczys
2026-06-17 03:11:53 +02:00
committed by GitHub
parent 65da489a1a
commit c1aa59e3d6
21 changed files with 302 additions and 3 deletions
+16
View File
@@ -1,4 +1,20 @@
.. _install-debian-12:
.. os-image-location::
[debian-12]
download_type = 'checksum-file'
url = 'https://cloud.debian.org/images/cloud/bookworm/latest/SHA512SUMS'
checksum_type = 'sha512'
filename_pattern = 'debian-12-generic-amd64\.qcow2'
expected_java_version = 17
[debian-12-arm]
download_type = 'checksum-file'
arch = 'aarch64'
url = 'https://cloud.debian.org/images/cloud/bookworm/latest/SHA512SUMS'
checksum_type = 'sha512'
filename_pattern = 'debian-12-genericcloud-arm64\.qcow2'
expected_java_version = 17
====================================
Installing Red on Debian 12 Bookworm