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

init

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