|
|
|
@ -15,9 +15,9 @@ |
|
|
|
<description>Demo project for Spring Boot</description> |
|
|
|
<properties> |
|
|
|
<java.version>17</java.version> |
|
|
|
<aws.ecr.registry>381659385655.dkr.ecr.ap-northeast-1.amazonaws.com</aws.ecr.registry> |
|
|
|
<aws.ecr.registryTest>923770123186.dkr.ecr.ap-northeast-1.amazonaws.com</aws.ecr.registryTest> |
|
|
|
<aws.ecr.repository>tokyo-build-sender</aws.ecr.repository> |
|
|
|
<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.repository>spf-sender-stg</aws.ecr.repository> |
|
|
|
</properties> |
|
|
|
<dependencyManagement> |
|
|
|
<dependencies> |
|
|
|
@ -482,27 +482,27 @@ |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|
|
|
|
|
<!--<!– 正式环境 –>--> |
|
|
|
<!-- <plugin>--> |
|
|
|
<!-- <groupId>io.fabric8</groupId>--> |
|
|
|
<!-- <artifactId>docker-maven-plugin</artifactId>--> |
|
|
|
<!-- <version>0.38.1</version>--> |
|
|
|
<!-- <configuration>--> |
|
|
|
<!-- <authConfig>--> |
|
|
|
<!-- <username>AKIAVRXFMB43TOELSROK</username>--> |
|
|
|
<!-- <password>GYxb5qzuYeEuXLj9/kW9FJB05c2oAu7Cw7j82pLS</password>--> |
|
|
|
<!-- </authConfig>--> |
|
|
|
<!-- <images>--> |
|
|
|
<!-- <image>--> |
|
|
|
<!-- <name>${aws.ecr.registry}/${aws.ecr.repository}: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>AKIAR26KHSVRUEAKRBPZ</username> |
|
|
|
<password>wmMPx9vypaNi5ZIlyz4c018hKCb2M1dnGBdA+oh2</password> |
|
|
|
</authConfig> |
|
|
|
<images> |
|
|
|
<image> |
|
|
|
<name>${aws.ecr.registry}/${aws.ecr.repository}:latest</name> |
|
|
|
<registry>${aws.ecr.registry}</registry> |
|
|
|
<build> |
|
|
|
<dockerFile>${project.basedir}/Dockerfile</dockerFile> |
|
|
|
</build> |
|
|
|
</image> |
|
|
|
</images> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|
<!-- 测试环境 --> |
|
|
|
<plugin> |
|
|
|
<groupId>io.fabric8</groupId> |
|
|
|
@ -510,12 +510,12 @@ |
|
|
|
<version>0.38.1</version> |
|
|
|
<configuration> |
|
|
|
<authConfig> |
|
|
|
<username>AKIA5OFH5OOZPCXZIRUQ</username> |
|
|
|
<password>TMIN27+OxamT1FmBQSVKfUIWpOVldhxQx2Stxwix</password> |
|
|
|
<username>AKIAQNYBBSGDVT3VF4ON</username> |
|
|
|
<password>DEhPMTHAIsKK7L2klURQrmMe3r2Tqgbaa6z2FYQu</password> |
|
|
|
</authConfig> |
|
|
|
<images> |
|
|
|
<image> |
|
|
|
<name>${aws.ecr.registryTest}/${aws.ecr.repository}:latest</name> |
|
|
|
<name>${aws.ecr.registryTest}/aeon/${aws.ecr.repository}:latest</name> |
|
|
|
<registry>${aws.ecr.registry}</registry> |
|
|
|
<build> |
|
|
|
<dockerFile>${project.basedir}/Dockerfile</dockerFile> |
|
|
|
|