pires / docker-elasticsearch

Dockerfile for a base Elasticsearch image to be extended by others (allow to install plug-ins, change configuration, etc.)
Apache License 2.0
161 stars 173 forks source link

Add sync to run.sh #34

Closed devth closed 7 years ago

devth commented 7 years ago

Without a sync I get an error about 50% of the time on GKE when trying to install plugins:

/run.sh: line 28: /elasticsearch/bin/elasticsearch-plugin: Text file busy

Fixes #33

devth commented 7 years ago

@pires if you can push a docker image with the change I'll test this out to confirm.

pires commented 7 years ago

Yeah, I'll include this with 5.3.0 release to be made available later today. Thanks a lot!