elk change to docker official repository
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
ARG ELK_VERSION
|
||||
FROM docker.elastic.co/logstash/logstash:${ELK_VERSION}
|
||||
FROM logstash:${ELK_VERSION}
|
||||
|
||||
USER root
|
||||
RUN rm -f /usr/share/logstash/pipeline/logstash.conf
|
||||
|
Reference in New Issue
Block a user