summaryrefslogtreecommitdiffstats
path: root/datarouter-node
diff options
context:
space:
mode:
authorsg481n <sg481n@att.com>2017-09-12 14:28:06 -0400
committersg481n <sg481n@att.com>2017-09-12 14:28:59 -0400
commit4b5742452dfe119cdb026a686b15bdc34869ab0f (patch)
tree2dab78ae7827060f5af8f40cdbf0758d6ca4b284 /datarouter-node
parent035dae8ed345471f7a52488047b3940d7255432f (diff)
Update docker Image name in DR
Update docker image names in the datarouter pom files. Issue-id: DMAAP-81 Change-Id: Icfcc9556d735fa48a495de25e458bd088a3686d5 Signed-off-by: sg481n <sg481n@att.com>
Diffstat (limited to 'datarouter-node')
-rw-r--r--datarouter-node/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml
index 85203c25..2b784236 100644
--- a/datarouter-node/pom.xml
+++ b/datarouter-node/pom.xml
@@ -336,7 +336,7 @@
<artifactId>docker-maven-plugin</artifactId>
<version>0.4.11</version>
<configuration>
- <imageName>datarouter-node</imageName>
+ <imageName>onap/dmaap/datarouter-node</imageName>
<dockerDirectory>${dockerLocation}</dockerDirectory>
<serverId>docker-hub</serverId>
<registryUrl>https://${docker.registry}</registryUrl>