镜像自地址
https://github.com/devcm-repo/container-images.git
已同步 2026-06-06 05:31:06 +00:00
7 行
190 B
Markdown
7 行
190 B
Markdown
## images
|
|
https://hub.docker.com/u/devcm
|
|
|
|
```shell
|
|
docker build --no-cache --platform="linux/amd64" ./ -t ${IMAGE_TAG}:latest -t ${IMAGE_TAG}:${VERSION} --build-arg VERSION="${VERSION}"
|
|
```
|