diff options
author | Geora Barsky <georab@amdocs.com> | 2017-09-26 12:18:28 -0400 |
---|---|---|
committer | Geora Barsky <georab@amdocs.com> | 2017-09-26 12:18:28 -0400 |
commit | 505b09580abcfe9ad3cf147e7047e2352e5c2e7e (patch) | |
tree | 5f42199fb1b32268074621faf93aa86651270cba /test/mocks | |
parent | 660257086371b1073c16162b3e2a9eeff543b664 (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>
Diffstat (limited to 'test/mocks')
-rw-r--r-- | test/mocks/sniroemulator/pom.xml | 3 |
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> |