From f23b238aa52e09e59f8fc5c0a915e94b7823c760 Mon Sep 17 00:00:00 2001 From: starry <115192496+sky22333@users.noreply.github.com> Date: Wed, 11 Jun 2025 19:11:12 +0800 Subject: [PATCH] Update docker.go --- src/docker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docker.go b/src/docker.go index 9c4192a..dbeff6e 100644 --- a/src/docker.go +++ b/src/docker.go @@ -669,7 +669,7 @@ func handleUpstreamTagsRequest(c *gin.Context, imageRef string, mapping Registry func createUpstreamOptions(mapping RegistryMapping) []remote.Option { options := []remote.Option{ remote.WithAuth(authn.Anonymous), - remote.WithUserAgent("ghproxy/go-containerregistry"), + remote.WithUserAgent("hubproxy/go-containerregistry"), } // 根据Registry类型添加特定的认证选项