From 091c93e21165764ef36d784bc24bc01be7a907af Mon Sep 17 00:00:00 2001 From: Endial Fang Date: Tue, 20 Jan 2026 10:19:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E8=84=9A=E6=9C=AC=E4=B8=AD=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E5=AE=9A=E4=B9=89=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c084481..a9bff95 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ # Docker 镜像构建脚本 - 主入口 # 编译后镜像名称 -export IMAGE_NAME="alpine" +export IMAGE_NAME="alpine-builder" # 依赖镜像的仓库地址(本镜像需要依赖原生 alpine 镜像) export REGISTRY_URL="swr.cn-north-4.myhuaweicloud.com/img-sync/docker.io/" # 源仓库地址(本地编译时,使用阿里云源仓库)