diff --git a/Dockerfile.rocky8 b/Dockerfile.rocky8 index 22fee34c..1724635f 100755 --- a/Dockerfile.rocky8 +++ b/Dockerfile.rocky8 @@ -1693,9 +1693,8 @@ RUN if [ "${ENABLE_QUOTA}" = "True" ] \ krb5-devel.x86_64 \ && dnf clean all \ && rm -fr /var/cache/dnf \ - # TODO: clean up after this download+build to avoid bloating image && cd ${MIG_ROOT}/mig/src/pylustrequota \ - && git clone git://git.whamcloud.com/fs/lustre-release.git \ + && git clone https://github.com/lustre/lustre-release \ && cd ${MIG_ROOT}/mig/src/pylustrequota/lustre-release \ && git checkout ${QUOTA_LUSTRE_VERSION} \ && sh ./autogen.sh \ diff --git a/Dockerfile.rocky9 b/Dockerfile.rocky9 index 6761d438..673b6ecb 100755 --- a/Dockerfile.rocky9 +++ b/Dockerfile.rocky9 @@ -1580,9 +1580,8 @@ RUN if [ "${ENABLE_QUOTA}" = "True" ] \ krb5-devel.x86_64 \ && dnf clean all \ && rm -fr /var/cache/dnf \ - # TODO: clean up after this download+build to avoid bloating image && cd ${MIG_ROOT}/mig/src/pylustrequota \ - && git clone git://git.whamcloud.com/fs/lustre-release.git \ + && git clone https://github.com/lustre/lustre-release \ && cd ${MIG_ROOT}/mig/src/pylustrequota/lustre-release \ && git checkout ${QUOTA_LUSTRE_VERSION} \ && sh ./autogen.sh \