-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DD#0000: feat: Updated to elasticsarch 7.17
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |