From 031a1db77b631ef5770da79ea0966fde4189bf2e Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Fri, 1 Aug 2025 17:11:15 +1000 Subject: [PATCH] docker library: test RHEL10 based images --- scripts/docker-library-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docker-library-test.sh b/scripts/docker-library-test.sh index 6c3cccf43..ec6011286 100755 --- a/scripts/docker-library-test.sh +++ b/scripts/docker-library-test.sh @@ -9,7 +9,7 @@ builderarch=${buildername%%-*} image=mariadb-${tarbuildnum} -if [[ "$buildername" = *-rhel-9-rpm-autobake ]]; then +if [[ "$buildername" = *-rhel-*-rpm-autobake ]]; then image=${image}-ubi fi