mirror of
https://github.com/Febbweiss/docker-curator.git
synced 2026-03-05 06:45:38 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8cab50782b |
@@ -1,6 +1,10 @@
|
|||||||
FROM google/python:2.7
|
FROM debian:wheezy
|
||||||
MAINTAINER Ian Babrou <ibobrik@gmail.com>
|
MAINTAINER Ian Babrou <ibobrik@gmail.com>
|
||||||
|
|
||||||
RUN pip install elasticsearch-curator==2.0.2
|
RUN apt-get update && \
|
||||||
|
apt-get -y upgrade && \
|
||||||
|
apt-get install --no-install-recommends -y python2.7 python-pip
|
||||||
|
|
||||||
|
RUN pip install elasticsearch-curator==2.1.1
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/bin/python", "/usr/local/lib/python2.7/dist-packages/curator/curator_script.py"]
|
ENTRYPOINT ["/usr/bin/python", "/usr/local/lib/python2.7/dist-packages/curator/curator_script.py"]
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ This image keeps up to date with curator releases and has tags in docker registr
|
|||||||
Image entrypoint is set to curator script, so just run the image:
|
Image entrypoint is set to curator script, so just run the image:
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run --rm bobrik/curator:2.0.2 --help
|
docker run --rm bobrik/curator:2.1.0 --help
|
||||||
```
|
```
|
||||||
|
|
||||||
Pick whatever version you need.
|
Pick whatever version you need.
|
||||||
|
|||||||
Reference in New Issue
Block a user