|
|
@ -18,6 +18,7 @@ |
|
|
<aws.ecr.registry>126588786019.dkr.ecr.ap-northeast-1.amazonaws.com</aws.ecr.registry> |
|
|
<aws.ecr.registry>126588786019.dkr.ecr.ap-northeast-1.amazonaws.com</aws.ecr.registry> |
|
|
<aws.ecr.registryTest>029530100103.dkr.ecr.ap-northeast-1.amazonaws.com</aws.ecr.registryTest> |
|
|
<aws.ecr.registryTest>029530100103.dkr.ecr.ap-northeast-1.amazonaws.com</aws.ecr.registryTest> |
|
|
<aws.ecr.repository>spf-sender-stg</aws.ecr.repository> |
|
|
<aws.ecr.repository>spf-sender-stg</aws.ecr.repository> |
|
|
|
|
|
<aws.ecr.repositoryProd>spf-sender</aws.ecr.repositoryProd> |
|
|
</properties> |
|
|
</properties> |
|
|
<dependencyManagement> |
|
|
<dependencyManagement> |
|
|
<dependencies> |
|
|
<dependencies> |
|
|
@ -501,28 +502,7 @@ |
|
|
</authConfig> |
|
|
</authConfig> |
|
|
<images> |
|
|
<images> |
|
|
<image> |
|
|
<image> |
|
|
<name>${aws.ecr.registry}/${aws.ecr.repository}:latest</name> |
|
|
<name>${aws.ecr.registry}/aeon-prod/${aws.ecr.repositoryProd}:latest</name> |
|
|
<registry>${aws.ecr.registry}</registry> |
|
|
|
|
|
<build> |
|
|
|
|
|
<dockerFile>${project.basedir}/Dockerfile</dockerFile> |
|
|
|
|
|
</build> |
|
|
|
|
|
</image> |
|
|
|
|
|
</images> |
|
|
|
|
|
</configuration> |
|
|
|
|
|
</plugin> |
|
|
|
|
|
<!-- 测试环境 --> |
|
|
|
|
|
<plugin> |
|
|
|
|
|
<groupId>io.fabric8</groupId> |
|
|
|
|
|
<artifactId>docker-maven-plugin</artifactId> |
|
|
|
|
|
<version>0.38.1</version> |
|
|
|
|
|
<configuration> |
|
|
|
|
|
<authConfig> |
|
|
|
|
|
<username>AKIAQNYBBSGDVT3VF4ON</username> |
|
|
|
|
|
<password>DEhPMTHAIsKK7L2klURQrmMe3r2Tqgbaa6z2FYQu</password> |
|
|
|
|
|
</authConfig> |
|
|
|
|
|
<images> |
|
|
|
|
|
<image> |
|
|
|
|
|
<name>${aws.ecr.registryTest}/aeon/${aws.ecr.repository}:latest</name> |
|
|
|
|
|
<registry>${aws.ecr.registry}</registry> |
|
|
<registry>${aws.ecr.registry}</registry> |
|
|
<build> |
|
|
<build> |
|
|
<dockerFile>${project.basedir}/Dockerfile</dockerFile> |
|
|
<dockerFile>${project.basedir}/Dockerfile</dockerFile> |
|
|
@ -531,6 +511,27 @@ |
|
|
</images> |
|
|
</images> |
|
|
</configuration> |
|
|
</configuration> |
|
|
</plugin> |
|
|
</plugin> |
|
|
|
|
|
<!-- <!– 测试环境 –>--> |
|
|
|
|
|
<!-- <plugin>--> |
|
|
|
|
|
<!-- <groupId>io.fabric8</groupId>--> |
|
|
|
|
|
<!-- <artifactId>docker-maven-plugin</artifactId>--> |
|
|
|
|
|
<!-- <version>0.38.1</version>--> |
|
|
|
|
|
<!-- <configuration>--> |
|
|
|
|
|
<!-- <authConfig>--> |
|
|
|
|
|
<!-- <username>AKIAQNYBBSGDVT3VF4ON</username>--> |
|
|
|
|
|
<!-- <password>DEhPMTHAIsKK7L2klURQrmMe3r2Tqgbaa6z2FYQu</password>--> |
|
|
|
|
|
<!-- </authConfig>--> |
|
|
|
|
|
<!-- <images>--> |
|
|
|
|
|
<!-- <image>--> |
|
|
|
|
|
<!-- <name>${aws.ecr.registryTest}/aeon/${aws.ecr.repository}:latest</name>--> |
|
|
|
|
|
<!-- <registry>${aws.ecr.registry}</registry>--> |
|
|
|
|
|
<!-- <build>--> |
|
|
|
|
|
<!-- <dockerFile>${project.basedir}/Dockerfile</dockerFile>--> |
|
|
|
|
|
<!-- </build>--> |
|
|
|
|
|
<!-- </image>--> |
|
|
|
|
|
<!-- </images>--> |
|
|
|
|
|
<!-- </configuration>--> |
|
|
|
|
|
<!-- </plugin>--> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</plugins> |
|
|
</plugins> |
|
|
|