Update docker.go
This commit is contained in:
@@ -669,7 +669,7 @@ func handleUpstreamTagsRequest(c *gin.Context, imageRef string, mapping Registry
|
|||||||
func createUpstreamOptions(mapping RegistryMapping) []remote.Option {
|
func createUpstreamOptions(mapping RegistryMapping) []remote.Option {
|
||||||
options := []remote.Option{
|
options := []remote.Option{
|
||||||
remote.WithAuth(authn.Anonymous),
|
remote.WithAuth(authn.Anonymous),
|
||||||
remote.WithUserAgent("ghproxy/go-containerregistry"),
|
remote.WithUserAgent("hubproxy/go-containerregistry"),
|
||||||
}
|
}
|
||||||
|
|
||||||
// 根据Registry类型添加特定的认证选项
|
// 根据Registry类型添加特定的认证选项
|
||||||
|
|||||||
Reference in New Issue
Block a user