Sniro Emulator - Set up docker maven plugin 45/15645/1
authorGeora Barsky <georab@amdocs.com>
Tue, 26 Sep 2017 16:18:28 +0000 (12:18 -0400)
committerGeora Barsky <georab@amdocs.com>
Tue, 26 Sep 2017 16:18:28 +0000 (12:18 -0400)
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>
test/mocks/sniroemulator/pom.xml

index f7c91bf..072f0ea 100644 (file)
             <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>