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

Commit

Permalink
Switched back to non-oss image
Browse files Browse the repository at this point in the history
  • Loading branch information
SQiShER authored Nov 2, 2018
1 parent 11e5b1b commit c4f4e76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM docker.elastic.co/elasticsearch/elasticsearch-oss:6.3.2
FROM docker.elastic.co/elasticsearch/elasticsearch:6.3.2

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

# 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 c4f4e76

Please sign in to comment.