spg-registry.cn-hangzhou.cr.aliyuncs.com/spg #andy

This commit is contained in:
andylau-55 2024-08-26 14:43:10 +08:00
parent 37e9055484
commit a4a44cc11a
4 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
server:
restart: always
image: openspg-registry.cn-hangzhou.cr.aliyuncs.com/openspg/openspg-server:latest
image: spg-registry.cn-hangzhou.cr.aliyuncs.com/spg/openspg-server:latest
container_name: release-openspg-server
ports:
- "8887:8887"
@ -19,7 +19,7 @@ services:
mysql:
restart: always
image: openspg-registry.cn-hangzhou.cr.aliyuncs.com/openspg/openspg-mysql:latest
image: spg-registry.cn-hangzhou.cr.aliyuncs.com/spg/openspg-mysql:latest
container_name: release-openspg-mysql
environment:
TZ: Asia/Shanghai

View File

@ -10,8 +10,8 @@
# or implied.
docker buildx build -f Dockerfile --platform linux/arm64/v8,linux/amd64 --push \
-t openspg-registry.cn-hangzhou.cr.aliyuncs.com/openspg/openspg-mysql:0.0.3 \
-t openspg-registry.cn-hangzhou.cr.aliyuncs.com/openspg/openspg-mysql:latest \
-t spg-registry.cn-hangzhou.cr.aliyuncs.com/spg/openspg-mysql:0.0.3 \
-t spg-registry.cn-hangzhou.cr.aliyuncs.com/spg/openspg-mysql:latest \
-t openspg/openspg-mysql:0.0.3 \
-t openspg/openspg-mysql:latest \
.

View File

@ -11,8 +11,8 @@
# for amd64
docker build -f Dockerfile --platform linux/amd64 --push \
-t openspg-registry.cn-hangzhou.cr.aliyuncs.com/openspg/openspg-python:0.0.3 \
-t openspg-registry.cn-hangzhou.cr.aliyuncs.com/openspg/openspg-python:latest \
-t spg-registry.cn-hangzhou.cr.aliyuncs.com/spg/openspg-python:0.0.3 \
-t spg-registry.cn-hangzhou.cr.aliyuncs.com/spg/openspg-python:latest \
-t openspg/openspg-python:0.0.3 \
-t openspg/openspg-python:latest \
.

View File

@ -10,8 +10,8 @@
# or implied.
docker buildx build -f Dockerfile --platform linux/arm64/v8,linux/amd64 --push \
-t openspg-registry.cn-hangzhou.cr.aliyuncs.com/openspg/openspg-server:0.0.3 \
-t openspg-registry.cn-hangzhou.cr.aliyuncs.com/openspg/openspg-server:latest \
-t spg-registry.cn-hangzhou.cr.aliyuncs.com/spg/openspg-server:0.0.3 \
-t spg-registry.cn-hangzhou.cr.aliyuncs.com/spg/openspg-server:latest \
-t openspg/openspg-server:0.0.3 \
-t openspg/openspg-server:latest \
.