elk change to docker official repository

This commit is contained in:
zhangxuejiang
2021-05-14 17:39:35 +08:00
parent 477428146e
commit a98cc18a74
3 changed files with 3 additions and 3 deletions

View File

@ -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