docker-elasticsearch-alpine
docker-elasticsearch-alpine copied to clipboard
Alpine Linux based Elasticsearch Docker Image
Why not make a MySQL image :D
Hello, There seems to be a bug in java, which causes this error when running on overlay2 docker driver > [2020-03-03T09:49:24,727][ERROR][org.elasticsearch.bootstrap.Bootstrap] Exception java.lang.IllegalStateException: failed to obtain node locks, tried [[/usr/share/elasticsearch/data]]...
Hi @blacktop! Setting password by the ENV - `ELASTIC_PASSWORD` doesn't work because of the condition - https://github.com/blacktop/docker-elasticsearch-alpine/blob/90c412f28a90aa7c8b34a516ecf0f2d51399b317/x-pack/elastic-entrypoint.sh#L23 `false` as this folder doesn't present in a folder `/usr/share/elasticsearch/bin` ```shell root@elasticsearch:/# ls...
Hi, please see https://openjdk.java.net/jeps/310. It reduces startup times and memory usage. Great for docker!
This PR modified the Github action so it uses a matrix, and is generic so that any forked repo can build its own repo images. It also updates the Version...
Hello, I'm trying to add the "analysis-icu" plugin to the "blacktop/elasticsearch:8.1.2" image, below my dockerfile ``` FROM blacktop/elasticsearch:8.1.2 RUN elasticsearch-plugin install analysis-icu ``` But on image build i'm having this...