aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeora Barsky <georab@amdocs.com>2017-09-26 12:18:28 -0400
committerGeora Barsky <georab@amdocs.com>2017-09-26 12:18:28 -0400
commit505b09580abcfe9ad3cf147e7047e2352e5c2e7e (patch)
tree5f42199fb1b32268074621faf93aa86651270cba
parent660257086371b1073c16162b3e2a9eeff543b664 (diff)
Sniro Emulator - Set up docker maven plugin
Adding docker push registry variable into docker maven plugin image name Change-Id: Id5f20558a67a37a5921e0da272befc42341aaf7b JIRA-ID: INT-215 Signed-off-by: Geora Barsky <georab@amdocs.com>
-rw-r--r--test/mocks/sniroemulator/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/mocks/sniroemulator/pom.xml b/test/mocks/sniroemulator/pom.xml
index f7c91bf47..072f0ea31 100644
--- a/test/mocks/sniroemulator/pom.xml
+++ b/test/mocks/sniroemulator/pom.xml
@@ -228,9 +228,8 @@
<artifactId>docker-maven-plugin</artifactId>
<version>0.4.11</version>
<configuration>
- <imageName>openecomp/${project.artifactId}</imageName>
+ <imageName>${docker.push.registry}/onap/${project.artifactId}</imageName>
<dockerDirectory>${dockerLocation}</dockerDirectory>
- <serverId>docker-hub</serverId>
<imageTags>
<imageTag>latest</imageTag>
</imageTags>