aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGervais-Martial Ngueko <gervais-martial.ngueko@intl.att.com>2019-08-29 13:24:10 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-29 13:24:10 +0000
commit5d90175137b7129fce29547dbc72a743bacc9ee6 (patch)
tree2d7d115b6ed22fe116c36fb3181e41aa24c47c30
parenta610d12a1d2542cefb509294cc81a2b4fa48ddfb (diff)
parentba5fd7893e2460bc4cfc573dc1cf9bb577993df6 (diff)
Merge "Fix elastic search image"
-rw-r--r--pom.xml1
-rw-r--r--src/main/docker/elasticsearch/Dockerfile1
2 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ca20dfca..f857945e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1266,6 +1266,7 @@
</goals>
<phase>deploy</phase>
<configuration>
+ <skip>true</skip>
<arguments>publish --registry ${npm.publish.url}</arguments>
</configuration>
</execution>
diff --git a/src/main/docker/elasticsearch/Dockerfile b/src/main/docker/elasticsearch/Dockerfile
index 2c932c8e..41252be1 100644
--- a/src/main/docker/elasticsearch/Dockerfile
+++ b/src/main/docker/elasticsearch/Dockerfile
@@ -6,6 +6,7 @@ COPY config/ config/
COPY bin/ bin/
#RUN chmod +x bin/init_sg.sh
COPY my-entrypoint.sh /usr/local/bin/my-entrypoint.sh
+RUN chmod a+x /usr/local/bin/my-entrypoint.sh
# Search Guard plugin
RUN elasticsearch-plugin install --batch com.floragunn:search-guard-6:6.6.2-25.1 \
&& chmod +x plugins/search-guard-6/tools/*.sh \