mirror of
https://github.com/Febbweiss/docker-curator.git
synced 2026-03-05 14:55:37 +00:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c4ab139bf8 | ||
|
|
573234a5ed | ||
|
|
35e32edea0 | ||
|
|
43d9a1225d | ||
|
|
d91d20f0de | ||
|
|
f633b8094e | ||
|
|
bc55081d44 | ||
|
|
28e14938b7 |
@@ -1,6 +1,8 @@
|
|||||||
FROM alpine:3.2
|
FROM alpine:3.3
|
||||||
|
|
||||||
RUN apk --update add python py-pip && \
|
RUN apk --update add python py-pip && \
|
||||||
pip install elasticsearch-curator==3.4.0
|
pip install elasticsearch-curator==3.5.1 && \
|
||||||
|
apk del py-pip && \
|
||||||
|
rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/bin/curator"]
|
ENTRYPOINT ["/usr/bin/curator"]
|
||||||
|
|||||||
Reference in New Issue
Block a user