Skip to content

Commit

Permalink
[improve][build] Upgrade docker-maven-plugin to 0.45.0 (apache#23091)
Browse files Browse the repository at this point in the history
Signed-off-by: Zixuan Liu <[email protected]>

(cherry picked from commit 76ed555)
Signed-off-by: Zixuan Liu <[email protected]>
  • Loading branch information
nodece committed Aug 28, 2024
1 parent aa84c6e commit d1a579f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 19 deletions.
7 changes: 7 additions & 0 deletions docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,12 @@
</plugins>
</build>
</profile>
<profile>
<id>docker-push</id>
<properties>
<docker.skip.push>false</docker.skip.push>
<docker.platforms>linux/amd64,linux/arm64</docker.platforms>
</properties>
</profile>
</profiles>
</project>
9 changes: 0 additions & 9 deletions docker/pulsar-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@
<phase>package</phase>
<goals>
<goal>build</goal>
<goal>tag</goal>
<goal>push</goal>
</goals>
<configuration>
Expand Down Expand Up @@ -178,13 +177,5 @@
</plugins>
</build>
</profile>

<profile>
<id>docker-push</id>
<properties>
<docker.skip.push>false</docker.skip.push>
</properties>
</profile>

</profiles>
</project>
9 changes: 0 additions & 9 deletions docker/pulsar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
<phase>package</phase>
<goals>
<goal>build</goal>
<goal>tag</goal>
<goal>push</goal>
</goals>
<configuration>
Expand Down Expand Up @@ -132,13 +131,5 @@
</plugins>
</build>
</profile>

<profile>
<id>docker-push</id>
<properties>
<docker.skip.push>false</docker.skip.push>
</properties>
</profile>

</profiles>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ flexible messaging model and an intuitive client API.</description>
<reflections.version>0.9.11</reflections.version>
<swagger.version>1.6.10</swagger.version>
<puppycrawl.checkstyle.version>8.37</puppycrawl.checkstyle.version>
<docker-maven.version>0.43.3</docker-maven.version>
<docker-maven.version>0.45.0</docker-maven.version>
<docker.verbose>true</docker.verbose>
<typetools.version>0.5.0</typetools.version>
<byte-buddy.version>1.14.12</byte-buddy.version>
Expand Down

0 comments on commit d1a579f

Please sign in to comment.