From c2332edb939d8f158619f97bc52eb9e4649a95d3 Mon Sep 17 00:00:00 2001 From: Yoni Bettan Date: Thu, 25 Jun 2026 08:32:00 -0500 Subject: [PATCH] Updating Dockerfile.rhel10 base image from base-rhel9 to base-rhel10. The base-rhel10 image is now available in the CI registry (registry.ci.openshift.org/ocp/5.0:base-rhel10), so we can use the proper RHEL 10 base image for the DTK-10 build. Signed-off-by: Yoni Bettan --- Dockerfile.rhel10 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.rhel10 b/Dockerfile.rhel10 index dc78bda..edddfb2 100644 --- a/Dockerfile.rhel10 +++ b/Dockerfile.rhel10 @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/5.0:base-rhel9 +FROM registry.ci.openshift.org/ocp/5.0:base-rhel10 ARG KERNEL_VERSION='' ARG RT_KERNEL_VERSION='' ARG RHEL_VERSION=''