Elasticsearch docker images for development and testing.
- Disable Bootstrap check
- Disable X-Packs Security
- because it is not required for development
https://hub.docker.com/r/bitjourney/elasticsearch/
docker pull bitjourney/elasticsearch
Use the latest version of Amazon Elasticsearch Service:
The available versions are listed here:
And you can check to build images with:
make # or `make check`
The docker images are automatically published via Circle CI when merging to master
branch.
In order to manually publish a new image, run:
docker login
make publish
Copyright 2017, Bit Journey, Inc.