Update docker.go
This commit is contained in:
@@ -71,7 +71,7 @@ func initDockerProxy() {
|
|||||||
// 配置代理选项
|
// 配置代理选项
|
||||||
options := []remote.Option{
|
options := []remote.Option{
|
||||||
remote.WithAuth(authn.Anonymous),
|
remote.WithAuth(authn.Anonymous),
|
||||||
remote.WithUserAgent("ghproxy/go-containerregistry"),
|
remote.WithUserAgent("hubproxy/go-containerregistry"),
|
||||||
}
|
}
|
||||||
|
|
||||||
dockerProxy = &DockerProxy{
|
dockerProxy = &DockerProxy{
|
||||||
|
|||||||
Reference in New Issue
Block a user