提交 dfbcb7c6 编写于 作者: sq3536's avatar sq3536

init

上级 975af4e9
......@@ -23,12 +23,6 @@ TARGET=PSSYSTEM
<version>${r'${project.version}'}</version>
</dependency>
</dependencies>
<#if pub.getPSDeployCenter()?? && pub.getPSDeployCenter().getPSRegistryRepo()??>
<properties>
<docker.image.prefix>${pub.getPSDeployCenter().getPSRegistryRepo().getConnStr()}</docker.image.prefix>
</properties>
</#if>
<profiles>
<profile>
<id>boot</id>
......@@ -68,7 +62,7 @@ TARGET=PSSYSTEM
<version>0.4.13</version>
<configuration>
<serverId>ibiz-dev</serverId>
<imageName>${r'${docker.image.prefix}/${project.artifactId}'}:latest</imageName>
<imageName>dstimage</imageName>
<dockerDirectory>${r'${project.basedir}'}/src/main/docker</dockerDirectory>
<resources>
<resource>
......@@ -105,7 +99,7 @@ TARGET=PSSYSTEM
<argument>--platform</argument>
<argument>linux/amd64,linux/arm64</argument>
<argument>-t</argument>
<argument>${r'${docker.image.prefix}/${project.artifactId}'}:latest</argument>
<argument>dstimage</argument>
<argument>${r'${project.basedir}'}/src/main/docker</argument>
<argument>--push</argument>
</arguments>
......@@ -184,7 +178,7 @@ TARGET=PSSYSTEM
../
</output>
<inputSpec>
${r'${basedir}'}/src/main/resources/static/remotemodel
../${pub.modelFolder}
</inputSpec>
<templateDirs>
${r'${basedir}'}/src/main/resources/templ
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册