From 143b85942f25450132a3b43154330d090ea7c594 Mon Sep 17 00:00:00 2001 From: 11353 <1135361399@qq.com> Date: Thu, 31 Mar 2022 23:31:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9docker=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 46 +++++++++++++++++++++++++++++++++++++++++++++- ruoyi-auth/pom.xml | 32 +++++++++++++++++++++++++++++++- 2 files changed, 76 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a81553a6..b358ad1b 100644 --- a/pom.xml +++ b/pom.xml @@ -46,6 +46,11 @@ 2.12.2 1.4.13 3.10.1 + + + registry.cn-guangzhou.aliyuncs.com + ry_base + ry @@ -349,5 +354,44 @@ - + + + local + + local + dockerBuild + true + ${project.version} + + + true + + + + develop + + develop + build + ${project.version} + + + + + test + + test + build + latest + + + + product + + product + build + + ${jib.docker.tag}.RELEASE + + + \ No newline at end of file diff --git a/ruoyi-auth/pom.xml b/ruoyi-auth/pom.xml index c51306d4..d24de415 100644 --- a/ruoyi-auth/pom.xml +++ b/ruoyi-auth/pom.xml @@ -79,10 +79,20 @@ openjdk:8-jre - ${project.name}/${project.artifactId}:${project.version} + + ${docker.url}/${docker.space}/${docker.warehouse} + + + ${artifactId} + + ${project.version} + + + + -Xms1g @@ -92,8 +102,28 @@ 12200 + + + USE_CURRENT_TIMESTAMP + + com.bpo.BpoSignAppllication + + + Asia/Shanghai + + true + + + + + install + + ${jib.key} + + +