Skip to content

Commit

Permalink
DD#0000: feat: Updated to elasticsarch 7.17
Browse files Browse the repository at this point in the history
  • Loading branch information
valguss committed Apr 20, 2023
1 parent 94b0b3b commit 2884d01
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions skywire-docker/elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
#get official docker image
FROM docker.elastic.co/elasticsearch/elasticsearch:6.8.6
FROM docker.elastic.co/elasticsearch/elasticsearch:7.17.9

MAINTAINER Tom Scott-Malden [email protected]

LABEL com.skywire.container="ElasticSearch"
LABEL version="0.0.1"
LABEL version="0.0.2"
LABEL description="Skywire ElasticSearch Docker container"

RUN cd /usr/share/elasticsearch; bin/elasticsearch-plugin install analysis-phonetic; bin/elasticsearch-plugin install analysis-icu
RUN printf '\nscript.inline: on\nscript.indexed: on' >> $ES_PATH_CONF/elasticsearch.yml
RUN cd /usr/share/elasticsearch; bin/elasticsearch-plugin install analysis-phonetic;

0 comments on commit 2884d01

Please sign in to comment.