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
+20
View File
@@ -1,4 +1,24 @@
.. _install-ubuntu-2204:
.. os-image-location::
[ubuntu-2204]
download_type = 'checksum-file'
url = 'https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS'
filename_pattern = 'jammy-server-cloudimg-amd64\.img'
[ubuntu-2204-arm]
download_type = 'checksum-file'
arch = 'aarch64'
url = 'https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS'
filename_pattern = 'jammy-server-cloudimg-arm64\.img'
[ubuntu-2204-arm-raspi]
download_type = 'checksum-file'
arch = 'aarch64'
machine_type = 'raspi3b'
image_format = 'raw+xz'
url = 'https://cdimage.ubuntu.com/releases/jammy/release/SHA256SUMS'
filename_pattern = 'ubuntu-22\.04\.\d+-preinstalled-server-arm64\+raspi\.img\.xz'
==================================
Installing Red on Ubuntu 22.04 LTS