Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 091c93e211 | |||
| c0f0d6d4be | |||
| 432272ed47 | |||
| 6571a6e3e7 | |||
| 632919eafa | |||
| bd8a514ffb | |||
| b33eeb6585 |
@@ -7,7 +7,8 @@
|
|||||||
|
|
||||||
**版本信息:**
|
**版本信息:**
|
||||||
|
|
||||||
- 3.23
|
- latest
|
||||||
|
- 3.23、3.22
|
||||||
|
|
||||||
**镜像信息:**
|
**镜像信息:**
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# Docker 镜像构建脚本 - 主入口
|
# Docker 镜像构建脚本 - 主入口
|
||||||
|
|
||||||
# 编译后镜像名称
|
# 编译后镜像名称
|
||||||
export IMAGE_NAME="alpine"
|
export IMAGE_NAME="alpine-builder"
|
||||||
# 依赖镜像的仓库地址(本镜像需要依赖原生 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