Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gingerhot/elasticsearch-with-ik-analysis-plugin
Dockerfile for Elasticsearch with IK Analysis plugin
https://github.com/gingerhot/elasticsearch-with-ik-analysis-plugin
dockerfile elasticsearch ik-analyzer plugin
Last synced: 13 minutes ago
JSON representation
Dockerfile for Elasticsearch with IK Analysis plugin
- Host: GitHub
- URL: https://github.com/gingerhot/elasticsearch-with-ik-analysis-plugin
- Owner: gingerhot
- Created: 2017-04-07T02:31:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-16T16:15:23.000Z (over 7 years ago)
- Last Synced: 2024-04-13T21:35:12.051Z (9 months ago)
- Topics: dockerfile, elasticsearch, ik-analyzer, plugin
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elasticsearch-with-ik-analysis-plugin
Dockerfile for Elasticsearch with IK Analysis plugin.
The Dockerfile base is from: https://github.com/docker-library/elasticsearch , and I add the IK analysis plugin: https://github.com/medcl/elasticsearch-analysis-ik.
* Elasticsearch version: 5.3.0
* IK analysis plugin version: 5.3.0You can change the verison in Dockerfile to match your requirement:
```bash
ENV ELASTICSEARCH_VERSION 5.3.0
ENV ELASTICSEARCH_DEB_VERSION 5.3.0
```
before make sure the ik plugin version is available.and just build the image:
```bash
docker build -t give_your_tag_here .
```