Curator Docker image

Hi,

Is there an official docker image for ES curator, ideally with cron job running within the docker container and variables defined as env variables.

I looked around and found few ideas, but nothing up to date or fully covering my requirements.
https://hub.docker.com/r/igortimoshenko/docker-elasticsearch-curator/

I am trying to avoid running anything on the host, so would be great if a dockerized solution was available.

Thanks!

2 Likes

For now, your best bet is to build one yourself from the Dockerfile in the repository. You could publish it yourself, or just host it in your local Docker repository. There are a few more steps before Curator will be published with its own Docker image, so I apologize for its absence.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.