jippi/elastic-curator
This is dockerized version of elasticsearch curator, tool to manage time-based indices.
5.7K
This is dockerized version of elasticsearch curator, tool to manage time-based indices.
This image keeps up to date with curator releases and has tags in the docker registry. It is also based on minimal alpine image, resulting in a just 50mb image.
make help
output instructions on how to use the Makefilemake build
to build a specific version of curator (you will be prompted for which version from pip you want to use)make build-all
will build all git-tagged versions of curator one by one (this will not modify the latest
tag)make push
will push a specific local docker tag of curator to dockerhubmake push-all
will push all local builds of curator to dockerhubmake tag-latest
will build and tag the latest curator version as suchBoth can be overwritten by ENV keys
DOCKERHUB_USER
defaults to jippi
DOCKERHUB_REPO
defaults to elastic-curator
Please see https://github.com/jippi/docker-elastic-curator for source code
Based on the idea of bobrik/curator
docker pull jippi/elastic-curator