Files
docker-curator/Dockerfile
Steyn Huizinga ac4fc4706e 3.4.0 release
2015-10-31 12:34:47 +01:00

7 lines
135 B
Docker

FROM alpine:3.2
RUN apk --update add python py-pip && \
pip install elasticsearch-curator==3.4.0
ENTRYPOINT ["/usr/bin/curator"]