We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1aea9 commit 49cf5f1Copy full SHA for 49cf5f1
1 file changed
_scripts/install.sh
@@ -53,19 +53,19 @@ mirrors:
53
endpoint:
54
- "https://hub-mirror.c.163.com"
55
- "https://mirror.baidubce.com"
56
- - "https://docker-mirror.drycc.cc"
+ - "https://docker-mirror.drycc.cc:1443"
57
- "https://registry-1.docker.io"
58
"quay.io":
59
60
- - "https://quay-mirror.drycc.cc"
+ - "https://quay-mirror.drycc.cc:1443"
61
- "https://quay.io"
62
"gcr.io":
63
64
- - "https://gcr-mirror.drycc.cc"
+ - "https://gcr-mirror.drycc.cc:1443"
65
- "https://gcr.io"
66
"k8s.gcr.io":
67
68
- - "https://k8s-mirror.drycc.cc"
+ - "https://k8s-mirror.drycc.cc:1443"
69
- "https://k8s.gcr.io"
70
EOF
71
INSTALL_K3S_MIRROR="${INSTALL_DRYCC_MIRROR}"
0 commit comments