mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-21 20:37:10 +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)
|
||||
|
||||
|
@ -15,7 +15,7 @@ services:
|
||||
- spring_cloud_default
|
||||
|
||||
pig-redis:
|
||||
image: redis:7.2.5
|
||||
image: registry.cn-hangzhou.aliyuncs.com/dockerhub_mirror/redis
|
||||
ports:
|
||||
- 36379:6379
|
||||
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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM alibabadragonwell/dragonwell:21-anolis
|
||||
FROM registry.cn-hangzhou.aliyuncs.com/dockerhub_mirror/java:21-anolis
|
||||
|
||||
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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM alibabadragonwell/dragonwell:21-anolis
|
||||
FROM registry.cn-hangzhou.aliyuncs.com/dockerhub_mirror/java:21-anolis
|
||||
|
||||
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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM alibabadragonwell/dragonwell:21-anolis
|
||||
FROM registry.cn-hangzhou.aliyuncs.com/dockerhub_mirror/java:21-anolis
|
||||
|
||||
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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM alibabadragonwell/dragonwell:21-anolis
|
||||
FROM registry.cn-hangzhou.aliyuncs.com/dockerhub_mirror/java:21-anolis
|
||||
|
||||
WORKDIR /pig-quartz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user