fix: add fallback registry mirror in gen-containerd-host.sh (#1774)
Signed-off-by: bigerous <cuidajun.cdj@alibaba-inc.com>
This commit is contained in:
parent
42eb1a92c5
commit
e9469d3487
|
|
@ -26,4 +26,6 @@ server = "https://${registry_server}"
|
||||||
capabilities = ["pull", "resolve"]
|
capabilities = ["pull", "resolve"]
|
||||||
[host."${d7y_proxy}".header]
|
[host."${d7y_proxy}".header]
|
||||||
X-Dragonfly-Registry = ["https://${registry_server}"]
|
X-Dragonfly-Registry = ["https://${registry_server}"]
|
||||||
|
[host."https://${registry_server}"]
|
||||||
|
capabilities = ["pull", "resolve"]
|
||||||
EOF
|
EOF
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue