Skip to content

Commit fae7f9b

Browse files
committed
Switch to quay.io for rockylinux base image
1 parent 793b1bf commit fae7f9b

File tree

1 file changed

+1
-1
lines changed
  • elements/rocky-container-stackhpc/containerfiles

1 file changed

+1
-1
lines changed

elements/rocky-container-stackhpc/containerfiles/9-stackhpc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Based on https://github.com/openstack/diskimage-builder/blob/master/diskimage_builder/elements/rocky-container/containerfiles/9
22
# For least surprise when a new minor version is out, specify the full version, eg `ROCKY_VERSION=9.7`
33
ARG ROCKY_VERSION=9
4-
FROM docker.io/rockylinux/rockylinux:${ROCKY_VERSION}
4+
FROM quay.io/rockylinux/rockylinux:${ROCKY_VERSION}
55
ARG ROCKY_USE_CUSTOM_DNF_MIRRORS="false"
66
# Comma-delimited list of repo URLs
77
ARG ROCKY_CUSTOM_DNF_MIRROR_URLS

0 commit comments

Comments
 (0)