From ab0811c1f9d28333a5f5f464ca77a45fbbcabed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Tue, 7 Oct 2025 07:59:23 +0200 Subject: [PATCH] distros: use RHEL images from Docker Hub MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski (cherry picked from commit b265a8b7b4b9e0fb5f9b372ffa536f0ac567ce47) Signed-off-by: Paweł Gronowski --- distros.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/distros.json b/distros.json index c24cbf0366..0ed3378fb6 100644 --- a/distros.json +++ b/distros.json @@ -116,7 +116,7 @@ "end_of_support": "01-2026" }, "rhel-8": { - "image": "registry.access.redhat.com/ubi8/ubi", + "image": "redhat/ubi8", "arches": [ "amd64", "aarch64" @@ -126,7 +126,7 @@ "end_of_support": "05-2024" }, "rhel-9": { - "image": "registry.access.redhat.com/ubi9/ubi", + "image": "redhat/ubi9", "arches": [ "amd64", "aarch64" @@ -136,7 +136,7 @@ "end_of_support": "05-2027" }, "rhel-10": { - "image": "registry.access.redhat.com/ubi10/ubi", + "image": "redhat/ubi10", "arches": [ "amd64", "aarch64"