fix(docker): drop archives.fedoraproject.org from EPEL to avoid el5 https redirect

This commit is contained in:
boypt
2026-08-21 16:24:20 +08:00
parent aa02c16f46
commit af284228a1

View File

@@ -46,10 +46,12 @@ VAULT_HTTP=(
"http://ftp.yandex.ru/centos"
"http://ftp.pasteur.fr/mirrors/centos-vault"
)
# EPEL archive mirrors (plain HTTP for all EL, 7/6/5 share)
# EPEL archive mirrors (plain HTTP for all EL, 7/6/5 share).
# archives.fedoraproject.org is excluded: it 302-redirects http->https, which
# EL5 Python 2.4 / M2Crypto cannot follow (uncaught SSLError aborts yum before
# mirror failover). All remaining mirrors serve plain HTTP without redirect.
# shellcheck disable=SC2034
EPEL=(
"http://archives.fedoraproject.org/pub/archive/epel"
"http://mirrors.aliyun.com/epel-archive"
"http://ftp.iij.ad.jp/pub/linux/Fedora/archive/epel"
"http://mirrors.sindad.cloud/epel-archive"