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-oracle-linux-8:
.. os-image-location::
[oracle-linux-8]
download_type = 'html'
url = 'https://yum.oracle.com/oracle-linux-templates.html'
url_xpath = ".//*[@id='ol8']//a[@class='kvm-image']/@href"
checksum_xpath = ".//*[@id='ol8']//*[@class='kvm-sha256']/text()"
expected_java_version = 21
[oracle-linux-8-arm]
download_type = 'html'
arch = 'aarch64'
url = 'https://yum.oracle.com/oracle-linux-templates.html'
url_xpath = ".//*[@id='ol8_aarch64']//a[@class='kvm-image']/@href"
checksum_xpath = ".//*[@id='ol8_aarch64']//*[@class='kvm-sha256']/text()"
expected_java_version = 21
======================================
Installing Red on Oracle Linux 8.6-8.x