From a3564c746c4f0a5dad3b53a3cb307a49a1377906 Mon Sep 17 00:00:00 2001 From: Chopper Date: Wed, 15 Sep 2021 17:20:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=95=9C=E5=83=8F=E9=85=8D=E7=BD=AE=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DB/{version4.2to4.3.sql => version4.2to4.2.2.sql} | 0 docker-image.sh | 1 + pom.xml | 4 ++-- 3 files changed, 3 insertions(+), 2 deletions(-) rename DB/{version4.2to4.3.sql => version4.2to4.2.2.sql} (100%) create mode 100644 docker-image.sh diff --git a/DB/version4.2to4.3.sql b/DB/version4.2to4.2.2.sql similarity index 100% rename from DB/version4.2to4.3.sql rename to DB/version4.2to4.2.2.sql diff --git a/docker-image.sh b/docker-image.sh new file mode 100644 index 00000000..5acb242e --- /dev/null +++ b/docker-image.sh @@ -0,0 +1 @@ +mvn clean package docker:build -DskipTests -DpushImage \ No newline at end of file diff --git a/pom.xml b/pom.xml index e88664e2..6a552275 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 1.8 4.2.2 registry.cn-beijing.aliyuncs.com/lili-images - 0.0.1 + 1 1.9.6 4.13.40.ALL 5.1.48 @@ -85,7 +85,7 @@ docker-maven-plugin ${spotify} - ${docker-registry}/${project.build.finalName}:${images-version} + ${docker-registry}/${project.artifactId}:${revision}.${images-version} java ["java", "-jar", "/${project.build.finalName}.jar"] true