Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions elements/rocky-container-stackhpc/containerfiles/9-stackhpc
Original file line number Diff line number Diff line change
@@ -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 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
Expand Down