You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2018/09/17 07:26:32 UTC

[incubator-pulsar] branch master updated: Change repository tag for test image (#2571)

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

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 844f46f  Change repository tag for test image (#2571)
844f46f is described below

commit 844f46f156687fad1a08d7e88716fa5ee6937943
Author: Ali Ahmed <al...@gmail.com>
AuthorDate: Mon Sep 17 00:26:27 2018 -0700

    Change repository tag for test image (#2571)
    
    This uses the docker.organization property to tag the test image to make it consistent with other pom files
---
 tests/docker-images/latest-version-image/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/docker-images/latest-version-image/pom.xml b/tests/docker-images/latest-version-image/pom.xml
index 78a12e2..b58530c 100644
--- a/tests/docker-images/latest-version-image/pom.xml
+++ b/tests/docker-images/latest-version-image/pom.xml
@@ -68,13 +68,13 @@
                   <goal>tag</goal>
                 </goals>
                 <configuration>
-                  <repository>apachepulsar/pulsar-test-latest-version</repository>
+                  <repository>${docker.organization}/pulsar-test-latest-version</repository>
                   <tag>latest</tag>
                 </configuration>
               </execution>
             </executions>
             <configuration>
-              <repository>apachepulsar/pulsar-test-latest-version</repository>
+              <repository>${docker.organization}/pulsar-test-latest-version</repository>
               <tag>${project.version}</tag>
               <pullNewerImage>false</pullNewerImage>
               <noCache>true</noCache>