mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-22 12:48:58 +08:00
ADD docker mirror aliyun
This commit is contained in:
parent
53e7dee8c5
commit
5117f5dd0c
@ -1,4 +1,4 @@
|
|||||||
FROM mysql/mysql-server:8.0.32
|
FROM registry.cn-hangzhou.aliyuncs.com/dockerhub_mirror/mysql-server:8.0.32
|
||||||
|
|
||||||
MAINTAINER lengleng(wangiegie@gmail.com)
|
MAINTAINER lengleng(wangiegie@gmail.com)
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ services:
|
|||||||
- spring_cloud_default
|
- spring_cloud_default
|
||||||
|
|
||||||
pig-redis:
|
pig-redis:
|
||||||
image: redis:7.2.5
|
image: registry.cn-hangzhou.aliyuncs.com/dockerhub_mirror/redis
|
||||||
ports:
|
ports:
|
||||||
- 36379:6379
|
- 36379:6379
|
||||||
restart: always
|
restart: always
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM alibabadragonwell/dragonwell:21-anolis
|
FROM registry.cn-hangzhou.aliyuncs.com/dockerhub_mirror/java:21-anolis
|
||||||
|
|
||||||
WORKDIR /pig-auth
|
WORKDIR /pig-auth
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM alibabadragonwell/dragonwell:21-anolis
|
FROM registry.cn-hangzhou.aliyuncs.com/dockerhub_mirror/java:21-anolis
|
||||||
|
|
||||||
WORKDIR /pig-boot
|
WORKDIR /pig-boot
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM alibabadragonwell/dragonwell:21-anolis
|
FROM registry.cn-hangzhou.aliyuncs.com/dockerhub_mirror/java:21-anolis
|
||||||
|
|
||||||
WORKDIR /pig-gateway
|
WORKDIR /pig-gateway
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM alibabadragonwell/dragonwell:21-anolis
|
FROM registry.cn-hangzhou.aliyuncs.com/dockerhub_mirror/java:21-anolis
|
||||||
|
|
||||||
WORKDIR /pig-register
|
WORKDIR /pig-register
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM alibabadragonwell/dragonwell:21-anolis
|
FROM registry.cn-hangzhou.aliyuncs.com/dockerhub_mirror/java:21-anolis
|
||||||
|
|
||||||
WORKDIR /pig-upms-biz
|
WORKDIR /pig-upms-biz
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM alibabadragonwell/dragonwell:21-anolis
|
FROM registry.cn-hangzhou.aliyuncs.com/dockerhub_mirror/java:21-anolis
|
||||||
|
|
||||||
WORKDIR /pig-codegen
|
WORKDIR /pig-codegen
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM alibabadragonwell/dragonwell:21-anolis
|
FROM registry.cn-hangzhou.aliyuncs.com/dockerhub_mirror/java:21-anolis
|
||||||
|
|
||||||
WORKDIR /pig-monitor
|
WORKDIR /pig-monitor
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM alibabadragonwell/dragonwell:21-anolis
|
FROM registry.cn-hangzhou.aliyuncs.com/dockerhub_mirror/java:21-anolis
|
||||||
|
|
||||||
WORKDIR /pig-quartz
|
WORKDIR /pig-quartz
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user