|
|
|
@ -9,10 +9,10 @@
|
|
|
|
|
</parent>
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<artifactId>manage</artifactId>
|
|
|
|
|
<version>2.3.0</version>
|
|
|
|
|
<version>2.3.1</version>
|
|
|
|
|
<properties>
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
<jib-maven-plugin.version>1.8.0</jib-maven-plugin.version>
|
|
|
|
|
<jib-maven-plugin.version>2.2.0</jib-maven-plugin.version>
|
|
|
|
|
<docker-image.version>${project.version}</docker-image.version>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
@ -247,9 +247,11 @@
|
|
|
|
|
<tag>${docker-image.version}</tag>
|
|
|
|
|
</tags>
|
|
|
|
|
</to>
|
|
|
|
|
<extraDirectory>
|
|
|
|
|
<path>extra/</path>
|
|
|
|
|
</extraDirectory>
|
|
|
|
|
<extraDirectories>
|
|
|
|
|
<paths>
|
|
|
|
|
<path>extra/</path>
|
|
|
|
|
</paths>
|
|
|
|
|
</extraDirectories>
|
|
|
|
|
<allowInsecureRegistries>true</allowInsecureRegistries>
|
|
|
|
|
</configuration>
|
|
|
|
|
<executions>
|
|
|
|
@ -277,11 +279,14 @@
|
|
|
|
|
<image>hkccr.ccs.tencentyun.com/rpay/serverjre:openj9</image>
|
|
|
|
|
</from>
|
|
|
|
|
<to>
|
|
|
|
|
<image>hkccr.ccs.tencentyun.com/cross-payment-dev/manage-dev:${docker-image.version}</image>
|
|
|
|
|
<image>hkccr.ccs.tencentyun.com/cross-payment-dev/manage-dev:${docker-image.version}
|
|
|
|
|
</image>
|
|
|
|
|
</to>
|
|
|
|
|
<extraDirectory>
|
|
|
|
|
<path>extra/</path>
|
|
|
|
|
</extraDirectory>
|
|
|
|
|
<extraDirectories>
|
|
|
|
|
<paths>
|
|
|
|
|
<path>extra/</path>
|
|
|
|
|
</paths>
|
|
|
|
|
</extraDirectories>
|
|
|
|
|
<allowInsecureRegistries>true</allowInsecureRegistries>
|
|
|
|
|
</configuration>
|
|
|
|
|
<executions>
|
|
|
|
@ -311,9 +316,11 @@
|
|
|
|
|
<to>
|
|
|
|
|
<image>hkccr.ccs.tencentyun.com/rpay/manage:${docker-image.version}</image>
|
|
|
|
|
</to>
|
|
|
|
|
<extraDirectory>
|
|
|
|
|
<path>extra/</path>
|
|
|
|
|
</extraDirectory>
|
|
|
|
|
<extraDirectories>
|
|
|
|
|
<paths>
|
|
|
|
|
<path>extra/</path>
|
|
|
|
|
</paths>
|
|
|
|
|
</extraDirectories>
|
|
|
|
|
<allowInsecureRegistries>true</allowInsecureRegistries>
|
|
|
|
|
</configuration>
|
|
|
|
|
<executions>
|
|
|
|
|