diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-02-10 15:51:07 +0100 |
---|---|---|
committer | Sébastien Determe <sebastien.determe@intl.att.com> | 2020-02-10 17:16:24 +0000 |
commit | e06b7efed417389decbf043b5fa7bf7253652583 (patch) | |
tree | 6864b09351094d533bc37bbcbda28f8aa682a154 /src/main/docker/elasticsearch/Dockerfile | |
parent | 5d03e8b55ff7780079085184f6d30a4d0a26a4a7 (diff) |
Removal of ELK
Removal of ELK stack in this repo as now we have clamp-dashboard repo to
handle the images construction
Issue-ID: CLAMP-483
Change-Id: Icdea709015a973acc6e7884b5444caa1ee3c8cc8
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'src/main/docker/elasticsearch/Dockerfile')
-rw-r--r-- | src/main/docker/elasticsearch/Dockerfile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/main/docker/elasticsearch/Dockerfile b/src/main/docker/elasticsearch/Dockerfile deleted file mode 100644 index 24352429..00000000 --- a/src/main/docker/elasticsearch/Dockerfile +++ /dev/null @@ -1,21 +0,0 @@ -# https://github.com/elastic/elasticsearch-docker -FROM docker.elastic.co/elasticsearch/elasticsearch-oss:6.6.2 - -COPY config/sg/ config/sg/ -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 \ - && chown -R elasticsearch config/sg/ \ - && chmod -R go= config/sg/ - -# Add your elasticsearch plugins setup here -# Example: RUN elasticsearch-plugin install analysis-icu - -# This custom entrypoint script is used instead of -# the original's /usr/local/bin/docker-entrypoint.sh -ENTRYPOINT ["bash","-c","my-entrypoint.sh"]
\ No newline at end of file |