upgraded elasticsearch, logstash and kibana images and provided an environment variable to specify a version for the entire ELK stack.

This commit is contained in:
Nathanael
2020-01-22 15:37:04 -03:00
parent cd84c464b3
commit 5aafed586b
5 changed files with 21 additions and 6 deletions

View File

@ -1,4 +1,5 @@
FROM docker.elastic.co/logstash/logstash:6.4.2
ARG ELK_VERSION=7.5.1
FROM docker.elastic.co/logstash/logstash:${ELK_VERSION}
USER root
RUN rm -f /usr/share/logstash/pipeline/logstash.conf