Official Elasticsearch Docker image with a custom entrypoint script in order to run properly in Kubernetes:
#!/bin/bash
ulimit -n 65536 -u 2048 -l unlimited
exec /usr/local/bin/docker-entrypoint.sh "${@}"
Content type
Image
Digest
Size
435.6 MB
Last updated
about 7 years ago
docker pull hygt/elasticsearch:7.2.0