Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 674960bbbf | |||
| 503ebce3d6 | |||
| d457ab7d47 | |||
| eaae8b36c6 | |||
| cfc74f136f | |||
| a70f372622 | |||
| a960fae662 |
@@ -7,8 +7,7 @@
|
|||||||
|
|
||||||
**版本信息:**
|
**版本信息:**
|
||||||
|
|
||||||
- latest
|
- 3.23
|
||||||
- 3.23、3.22
|
|
||||||
|
|
||||||
**镜像信息:**
|
**镜像信息:**
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# Docker 镜像构建脚本 - 主入口
|
# Docker 镜像构建脚本 - 主入口
|
||||||
|
|
||||||
# 编译后镜像名称
|
# 编译后镜像名称
|
||||||
export IMAGE_NAME="alpine-builder"
|
export IMAGE_NAME="alpine"
|
||||||
# 依赖镜像的仓库地址(本镜像需要依赖原生 alpine 镜像)
|
# 依赖镜像的仓库地址(本镜像需要依赖原生 alpine 镜像)
|
||||||
export REGISTRY_URL="swr.cn-north-4.myhuaweicloud.com/img-sync/docker.io/"
|
export REGISTRY_URL="swr.cn-north-4.myhuaweicloud.com/img-sync/docker.io/"
|
||||||
# 源仓库地址(本地编译时,使用阿里云源仓库)
|
# 源仓库地址(本地编译时,使用阿里云源仓库)
|
||||||
|
|||||||
Reference in New Issue
Block a user