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/" # 源仓库地址(本地编译时,使用阿里云源仓库)