This is an automated email from the ASF dual-hosted git repository.

xiangying pushed a commit to branch remove_cpp_python
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/remove_cpp_python by this push:
     new 4231099ca27 fix
4231099ca27 is described below

commit 4231099ca2742e3fffd3c725059454019c764203
Author: xiangying <[email protected]>
AuthorDate: Sun Aug 13 19:56:36 2023 +0800

    fix
---
 docker/pulsar-all/pom.xml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/docker/pulsar-all/pom.xml b/docker/pulsar-all/pom.xml
index 83fef91a949..0621ad5e31b 100644
--- a/docker/pulsar-all/pom.xml
+++ b/docker/pulsar-all/pom.xml
@@ -73,9 +73,6 @@
           <missing>${basedir}/../../.git/index</missing>
         </file>
       </activation>
-      <properties>
-        <git.commit.id.abbrev>no-git</git.commit.id.abbrev>
-      </properties>
     </profile>
     <profile>
       <id>docker</id>
@@ -155,12 +152,12 @@
                         <contextDir>${project.basedir}</contextDir>
                         <tags>
                           <tag>latest</tag>
-                          <tag>${project.version}-${git.commit.id.abbrev}</tag>
+                          <tag>${project.version}</tag>
                         </tags>
                         <args>
                           
<PULSAR_IO_DIR>target/apache-pulsar-io-connectors-${project.version}-bin</PULSAR_IO_DIR>
                           
<PULSAR_OFFLOADER_TARBALL>target/pulsar-offloader-distribution-${project.version}-bin.tar.gz</PULSAR_OFFLOADER_TARBALL>
-                          
<PULSAR_IMAGE>${docker.organization}/pulsar:${project.version}-${git.commit.id.abbrev}</PULSAR_IMAGE>
+                          
<PULSAR_IMAGE>${docker.organization}/pulsar:${project.version}</PULSAR_IMAGE>
                         </args>
                         <buildx>
                           <platforms>

Reply via email to