diff options
author | Arthur Martella <am153x@att.com> | 2018-05-10 14:09:52 -0400 |
---|---|---|
committer | Arthur Martella <am153x@att.com> | 2018-05-10 14:09:52 -0400 |
commit | 2bcb1f2bdefa3478031b3c3de7eeb568364c8161 (patch) | |
tree | 82887bd478f06b459afddaed70cdd8a3ce297c75 | |
parent | 62a8629fef90db13cebe07e07e5bb8fd059b5904 (diff) |
Add onap/so alias to docker build
Change-Id: I57525e367ddf5bdbbc13f9efa9e93fda4fb6748e
Issue-ID: SO-372
Signed-off-by: Arthur Martella <am153x@att.com>
-rw-r--r-- | packages/docker/pom.xml | 2 |
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> |