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-2404:
.. os-image-location::
[ubuntu-2404]
download_type = 'checksum-file'
url = 'https://cloud-images.ubuntu.com/noble/current/SHA256SUMS'
filename_pattern = 'noble-server-cloudimg-amd64\.img'
[ubuntu-2404-arm]
download_type = 'checksum-file'
arch = 'aarch64'
url = 'https://cloud-images.ubuntu.com/noble/current/SHA256SUMS'
filename_pattern = 'noble-server-cloudimg-arm64\.img'
[ubuntu-2404-arm-raspi]
download_type = 'checksum-file'
arch = 'aarch64'
machine_type = 'raspi3b'
image_format = 'raw+xz'
url = 'https://cdimage.ubuntu.com/ubuntu-server/noble/daily-preinstalled/current/SHA256SUMS'
filename_pattern = 'noble-preinstalled-server-arm64\+raspi\.img\.xz'
==================================
Installing Red on Ubuntu 24.04 LTS