File tree Expand file tree Collapse file tree 5 files changed +1
-13
lines changed Expand file tree Collapse file tree 5 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 5
5
> 有时部分镜像可能不可用,请尝试另一个即可。
6
6
7
7
* ` https://registry-1.docker.io `
8
- * ` https://mirror.baidubce.com `
9
8
10
9
## k8s.gcr.io
11
10
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ RUNC_VERSION=1.3.0
39
39
# => docker.cnb.cool/khs1994-docker/lwpm/kubernetes-{server,node}
40
40
41
41
# registry-1.docker.io
42
- # mirror.baidubce.com
43
42
# gcr.mirror/google-containers | k8s.gcr.io
44
43
# gcr.mirror/khs1994 | k8s.gcr.io
45
44
# registry.cn-hangzhou.aliyuncs.com/google_containers | k8s.gcr.io
Original file line number Diff line number Diff line change @@ -122,9 +122,6 @@ prefix = "docker.io"
122
122
# blocked = false
123
123
location = "docker.io"
124
124
125
- [[registry.mirror]]
126
- location = "mirror.baidubce.com"
127
-
128
125
[[registry.mirror]]
129
126
location = "registry-1.docker.io"
130
127
@@ -145,9 +142,6 @@ location = "registry-1.docker.io/library"
145
142
[[registry.mirror]]
146
143
location = "ccr.ccs.tencentyun.com/library-mirror"
147
144
148
- [[registry.mirror]]
149
- location = "mirror.baidubce.com/library"
150
-
151
145
[[registry.mirror]]
152
146
location = "registry-1.docker.io/library"
153
147
@@ -168,9 +162,6 @@ location = "registry-1.docker.io/khs1994"
168
162
[[registry.mirror]]
169
163
location = "ccr.ccs.tencentyun.com/khs1994"
170
164
171
- [[registry.mirror]]
172
- location = "mirror.baidubce.com/khs1994"
173
-
174
165
[[registry.mirror]]
175
166
location = "registry-1.docker.io/khs1994"
176
167
Original file line number Diff line number Diff line change @@ -1065,7 +1065,7 @@ _containerd_cri_config(){
1065
1065
fi
1066
1066
1067
1067
if [ -n " $GITHUB_ACTIONS " ]; then
1068
- $( _sudo) mkdir $CONTAINERD_CONF_ROOT /certs.d/docker.io
1068
+ $( _sudo) mkdir -p $CONTAINERD_CONF_ROOT /certs.d/docker.io
1069
1069
1070
1070
cat << EOF | $( _sudo) tee $CONTAINERD_CONF_ROOT /certs.d/docker.io/hosts.toml
1071
1071
server = "https://docker.io"
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ rootfs(){
11
11
local dest=$5 # dest 下载到哪里
12
12
local layersIndex=${6:- 0}
13
13
14
- registry=" registry-1.docker.io"
15
14
registry=" registry-1.docker.io"
16
15
# registry="mirror.baidubce.com"
17
16
You can’t perform that action at this time.
0 commit comments