We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793b1bf commit fae7f9bCopy full SHA for fae7f9b
elements/rocky-container-stackhpc/containerfiles/9-stackhpc
@@ -1,7 +1,7 @@
1
# Based on https://github.com/openstack/diskimage-builder/blob/master/diskimage_builder/elements/rocky-container/containerfiles/9
2
# For least surprise when a new minor version is out, specify the full version, eg `ROCKY_VERSION=9.7`
3
ARG ROCKY_VERSION=9
4
-FROM docker.io/rockylinux/rockylinux:${ROCKY_VERSION}
+FROM quay.io/rockylinux/rockylinux:${ROCKY_VERSION}
5
ARG ROCKY_USE_CUSTOM_DNF_MIRRORS="false"
6
# Comma-delimited list of repo URLs
7
ARG ROCKY_CUSTOM_DNF_MIRROR_URLS
0 commit comments