diff options
author | ac2550 <ac2550@intl.att.com> | 2018-09-18 10:07:58 +0200 |
---|---|---|
committer | ac2550 <ac2550@intl.att.com> | 2018-09-18 10:07:58 +0200 |
commit | 96f162e2e2dbe7c40d019337d29a46f2fd3e73d8 (patch) | |
tree | 0381f9f707cbb7d91f4789361e4ac9031eea7bd5 /pom.xml | |
parent | 3aec59e72323d6b04640061ad8d1cd57f6f31e11 (diff) |
Add plugin in logstash image
Issue-ID: CLAMP-222
Change-Id: I71814297cfb729e3815a7fac0f5aa59b0f3d39e0
Signed-off-by: ac2550 <ac2550@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -945,6 +945,22 @@ </assembly> </build> </image> + <image> + <name>onap/clamp-dashboard-logstash</name> + <alias>onap-clamp-dashboard-logstash</alias> + <run> + <skip>true</skip> + </run> + <build> + <cleanup>true</cleanup> + <tags> + <tag>latest</tag> + <tag>${project.docker.latesttagtimestamp.version}</tag> + <tag>${project.docker.latesttag.version}</tag> + </tags> + <dockerFile>Dockerfile.logstash</dockerFile> + </build> + </image> </images> </configuration> |