update at 2019-10-17 13:59:51 by ehlxr
This commit is contained in:
parent
ef39af4609
commit
6a8f12cfe8
@ -4,7 +4,7 @@ LABEL maintainer="ehlxr <ehlxr.me@gmail.com>"
|
||||
|
||||
ENV FILEBEAT_VERSION=6.5.4
|
||||
|
||||
COPY filebeat.yml /filebeat.yml
|
||||
# COPY filebeat.yml /filebeat.yml
|
||||
|
||||
RUN apk add libc6-compat \
|
||||
&& wget https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-${FILEBEAT_VERSION}-linux-x86_64.tar.gz \
|
||||
@ -13,4 +13,4 @@ RUN apk add libc6-compat \
|
||||
&& rm -rf filebeat-* \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
CMD ["filebeat", "-c", "filebeat.yml"]
|
||||
# CMD ["filebeat", "-c", "filebeat.yml"]
|
Loading…
Reference in New Issue
Block a user