From c066bcb1cbc2787d836980bba033d961d1aeddd6 Mon Sep 17 00:00:00 2001 From: Boris Glimcher <36732377+glimchb@users.noreply.github.com> Date: Wed, 26 Nov 2025 11:47:59 -0500 Subject: [PATCH] ci: Add Red Hat UBI images to container testing workflow Added Red Hat Universal Base Images (UBIs) for versions 8, 9, and 10 to the workflow. Since all of them are still supproted Signed-off-by: Boris Glimcher --- .github/workflows/spdk-common-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/spdk-common-tests.yml b/.github/workflows/spdk-common-tests.yml index bcb332c..99c0e15 100644 --- a/.github/workflows/spdk-common-tests.yml +++ b/.github/workflows/spdk-common-tests.yml @@ -104,6 +104,9 @@ jobs: container: - quay.io/centos/centos:9 - quay.io/centos/centos:10 + # - registry.access.redhat.com/ubi8/ubi + - registry.access.redhat.com/ubi9/ubi + - registry.access.redhat.com/ubi10/ubi - docker.io/rockylinux/rockylinux:9 - docker.io/rockylinux/rockylinux:10 - docker.io/library/ubuntu:20.04