Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Upgrade to Elasticsearch version 6.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SQiShER committed Nov 16, 2018
1 parent c4f4e76 commit 379dcf8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM docker.elastic.co/elasticsearch/elasticsearch:6.3.2
FROM docker.elastic.co/elasticsearch/elasticsearch:6.4.3

RUN bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.3.2.0.zip
RUN bin/elasticsearch-plugin install -b com.floragunn:search-guard-6:6.3.2-23.1
RUN bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.4.3.0.zip
RUN bin/elasticsearch-plugin install -b com.floragunn:search-guard-6:6.4.3-23.1

# workaround to avoid file mounts
RUN mkdir -p /usr/share/elasticsearch/config/overrides \
&& mv /usr/share/elasticsearch/config/elasticsearch.yml /usr/share/elasticsearch/config/overrides \
&& ln -s /usr/share/elasticsearch/config/overrides/elasticsearch.yml /usr/share/elasticsearch/config/elasticsearch.yml
&& mv /usr/share/elasticsearch/config/elasticsearch.yml /usr/share/elasticsearch/config/overrides \
&& ln -s /usr/share/elasticsearch/config/overrides/elasticsearch.yml /usr/share/elasticsearch/config/elasticsearch.yml

0 comments on commit 379dcf8

Please sign in to comment.