From 3e72ffb7be15dc2727e6285602a063fd6dcf82d7 Mon Sep 17 00:00:00 2001 From: starry <115192496+sky22333@users.noreply.github.com> Date: Wed, 11 Jun 2025 22:19:50 +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 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{