This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 76ed555e7e5 [improve][build] Upgrade docker-maven-plugin to 0.45.0
(#23091)
76ed555e7e5 is described below
commit 76ed555e7e5ad60247e32fd2624fdb39ca537204
Author: Zixuan Liu <[email protected]>
AuthorDate: Mon Jul 29 19:00:35 2024 +0800
[improve][build] Upgrade docker-maven-plugin to 0.45.0 (#23091)
Signed-off-by: Zixuan Liu <[email protected]>
---
docker/pom.xml | 7 +++++++
docker/pulsar-all/pom.xml | 9 ---------
docker/pulsar/pom.xml | 9 ---------
pom.xml | 2 +-
4 files changed, 8 insertions(+), 19 deletions(-)
diff --git a/docker/pom.xml b/docker/pom.xml
index 90a845400d3..f35da13a96e 100644
--- a/docker/pom.xml
+++ b/docker/pom.xml
@@ -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>
diff --git a/docker/pulsar-all/pom.xml b/docker/pulsar-all/pom.xml
index 6a957d6f462..4f1e0425f09 100644
--- a/docker/pulsar-all/pom.xml
+++ b/docker/pulsar-all/pom.xml
@@ -145,7 +145,6 @@
<phase>package</phase>
<goals>
<goal>build</goal>
- <goal>tag</goal>
<goal>push</goal>
</goals>
<configuration>
@@ -178,13 +177,5 @@
</plugins>
</build>
</profile>
-
- <profile>
- <id>docker-push</id>
- <properties>
- <docker.skip.push>false</docker.skip.push>
- </properties>
- </profile>
-
</profiles>
</project>
diff --git a/docker/pulsar/pom.xml b/docker/pulsar/pom.xml
index 228c2b81031..0317effc908 100644
--- a/docker/pulsar/pom.xml
+++ b/docker/pulsar/pom.xml
@@ -72,7 +72,6 @@
<phase>package</phase>
<goals>
<goal>build</goal>
- <goal>tag</goal>
<goal>push</goal>
</goals>
<configuration>
@@ -123,13 +122,5 @@
</plugins>
</build>
</profile>
-
- <profile>
- <id>docker-push</id>
- <properties>
- <docker.skip.push>false</docker.skip.push>
- </properties>
- </profile>
-
</profiles>
</project>
diff --git a/pom.xml b/pom.xml
index c497ea12e83..c2cdcee2ff3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,7 +167,7 @@ flexible messaging model and an intuitive client
API.</description>
<reflections.version>0.10.2</reflections.version>
<swagger.version>1.6.2</swagger.version>
<puppycrawl.checkstyle.version>10.14.2</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>