diff --git a/hack/gen-containerd-hosts.sh b/hack/gen-containerd-hosts.sh index 5d69fb995..5c0b8375d 100755 --- a/hack/gen-containerd-hosts.sh +++ b/hack/gen-containerd-hosts.sh @@ -26,4 +26,6 @@ server = "https://${registry_server}" capabilities = ["pull", "resolve"] [host."${d7y_proxy}".header] X-Dragonfly-Registry = ["https://${registry_server}"] + [host."https://${registry_server}"] + capabilities = ["pull", "resolve"] EOF