summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorshrek2000 <oren.kleks@amdocs.com>2019-10-30 15:04:37 +0200
committershrek2000 <oren.kleks@amdocs.com>2019-10-30 15:04:37 +0200
commit5ac4db020d162174b144540aa1ed464ae961d1b8 (patch)
tree5e73895c7bf10b36fe7c2fc4c82ec8264c0ecd39 /pom.xml
parentc0e96b55b3b71a69d0cfe47908a2e5c0ee7e4bae (diff)
Upgrade to Cassandra 3
Creating base dockers suitable for Cassandra 3 Issue-ID: SDC-2594 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: I8246f3e0d2e5324d033c51711364a59fcf9e9a95
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml18
1 files changed, 3 insertions, 15 deletions
diff --git a/pom.xml b/pom.xml
index cab2156..3cc06d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.26.0</version>
+ <version>0.31.0</version>
<configuration>
<images>
<!-- base_sdc-jetty for backend and frontend -->
@@ -47,19 +47,7 @@
<dockerFileDir>${project.basedir}/base_sdc-jetty</dockerFileDir>
</build>
</image>
- <!--base_sdc-kibana-->
- <image>
- <name>onap/base_sdc-kibana</name>
- <alias>base_sdc-kibana</alias>
- <build>
- <cleanup>true</cleanup>
- <tags>
- <tag>${docker.tag}</tag>
- <tag>${docker.latest.tag}</tag>
- </tags>
- <dockerFileDir>${project.basedir}/base_sdc-kibana</dockerFileDir>
- </build>
- </image>
+
<!--base_sdc-cassandra-->
<image>
<name>onap/base_sdc-cassandra</name>
@@ -150,7 +138,7 @@
<configuration>
<removeAll>true</removeAll>
<image>
- onap/base_sdc-jetty,onap/base_sdc-elasticsearch,onap/base_sdc-kibana,onap/base_sdc-cassandra,onap/base_sdc-sanity,onap/base_sdc-cqlsh,onap/base_sdc-python,onap/base_sdc-vnc
+ onap/base_sdc-jetty,onap/base_sdc-elasticsearch,onap/base_sdc-cassandra,onap/base_sdc-sanity,onap/base_sdc-cqlsh,onap/base_sdc-python,onap/base_sdc-vnc
</image>
</configuration>
</execution>