From 55da4c98ce9c6d718aa943102f3b9a1720406ea7 Mon Sep 17 00:00:00 2001 From: Eric Le Lay Date: Tue, 13 Jan 2026 11:47:51 +0100 Subject: [PATCH 1/2] Force the rocky minor version set ROCKY_MINOR_DOT_VERSION=.6 --- elements/rocky-container-stackhpc/containerfiles/9-stackhpc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elements/rocky-container-stackhpc/containerfiles/9-stackhpc b/elements/rocky-container-stackhpc/containerfiles/9-stackhpc index d7666c9..aa3d5cb 100644 --- a/elements/rocky-container-stackhpc/containerfiles/9-stackhpc +++ b/elements/rocky-container-stackhpc/containerfiles/9-stackhpc @@ -1,6 +1,6 @@ # Based on https://github.com/openstack/diskimage-builder/blob/master/diskimage_builder/elements/rocky-container/containerfiles/9 - -FROM docker.io/rockylinux/rockylinux:9 +ARG ROCKY_MINOR_DOT_VERSION=.6 +FROM docker.io/rockylinux/rockylinux:9${ROCKY_MINOR_DOT_VERSION} ARG ROCKY_USE_CUSTOM_DNF_MIRRORS="false" # Comma-delimited list of repo URLs ARG ROCKY_CUSTOM_DNF_MIRROR_URLS From 0ed9cdbeb1dd68c482e3a7e73dc5a3953f31e544 Mon Sep 17 00:00:00 2001 From: Eric Le Lay Date: Tue, 13 Jan 2026 11:53:14 +0100 Subject: [PATCH 2/2] Switch to quay.io for rockylinux base image --- elements/rocky-container-stackhpc/containerfiles/9-stackhpc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/rocky-container-stackhpc/containerfiles/9-stackhpc b/elements/rocky-container-stackhpc/containerfiles/9-stackhpc index aa3d5cb..1177807 100644 --- a/elements/rocky-container-stackhpc/containerfiles/9-stackhpc +++ b/elements/rocky-container-stackhpc/containerfiles/9-stackhpc @@ -1,6 +1,6 @@ # Based on https://github.com/openstack/diskimage-builder/blob/master/diskimage_builder/elements/rocky-container/containerfiles/9 ARG ROCKY_MINOR_DOT_VERSION=.6 -FROM docker.io/rockylinux/rockylinux:9${ROCKY_MINOR_DOT_VERSION} +FROM quay.io/rockylinux/rockylinux:9${ROCKY_MINOR_DOT_VERSION} ARG ROCKY_USE_CUSTOM_DNF_MIRRORS="false" # Comma-delimited list of repo URLs ARG ROCKY_CUSTOM_DNF_MIRROR_URLS