aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorArthur Martella <am153x@att.com>2018-05-10 14:09:52 -0400
committerArthur Martella <am153x@att.com>2018-05-10 14:09:52 -0400
commit2bcb1f2bdefa3478031b3c3de7eeb568364c8161 (patch)
tree82887bd478f06b459afddaed70cdd8a3ce297c75 /packages
parent62a8629fef90db13cebe07e07e5bb8fd059b5904 (diff)
Add onap/so alias to docker build
Change-Id: I57525e367ddf5bdbbc13f9efa9e93fda4fb6748e Issue-ID: SO-372 Signed-off-by: Arthur Martella <am153x@att.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/docker/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/docker/pom.xml b/packages/docker/pom.xml
index abab75265a..5303ce366a 100644
--- a/packages/docker/pom.xml
+++ b/packages/docker/pom.xml
@@ -159,7 +159,9 @@
</image>
<image>
<name>openecomp/mso:%l</name>
+ <alias>onap/so:%1</alias>
<alias>mso</alias>
+ <alias>so</alias>
<build>
<tags>
<tag>${project.version}-STAGING-${maven.build.timestamp}</tag>