Skip to content

Commit

Permalink
Merge pull request bobrik#34 from cparmar/master
Browse files Browse the repository at this point in the history
Update curator to 5.5.4
bobrik authored Jul 8, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents a38e3df + 717d0fd commit 654c0fa
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.6

RUN apk --no-cache add python py-setuptools py-pip gcc libffi py-cffi python-dev libffi-dev py-openssl musl-dev linux-headers openssl-dev libssl1.0 && \
pip install elasticsearch-curator==5.5.1 && \
pip install elasticsearch-curator==5.5.4 && \
pip install boto3==1.4.8 && \
pip install requests-aws4auth==0.9 && \
pip install cryptography==2.1.3 && \
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ resulting in a just 50mb image.
Image entrypoint is set to curator script, so just run the image:

```
docker run --rm bobrik/curator:4.0.4 --help
docker run --rm bobrik/curator:5.5.4 --help
```

Pick whatever version you need.

0 comments on commit 654c0fa

Please sign in to comment.