diff --git a/src/docker.go b/src/docker.go index dbeff6e..e28e913 100644 --- a/src/docker.go +++ b/src/docker.go @@ -71,7 +71,7 @@ func initDockerProxy() { // 配置代理选项 options := []remote.Option{ remote.WithAuth(authn.Anonymous), - remote.WithUserAgent("ghproxy/go-containerregistry"), + remote.WithUserAgent("hubproxy/go-containerregistry"), } dockerProxy = &DockerProxy{