We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0add66 commit 022ea83Copy full SHA for 022ea83
Dockerfile
@@ -1,7 +1,7 @@
1
ARG filebeat_version=6.5.4
2
FROM docker.elastic.co/beats/filebeat:${filebeat_version}
3
USER root
4
-RUN yum -y update && yum clean all
+# RUN yum -y update && yum clean all
5
RUN usermod -u 2000 filebeat && \
6
groupmod -g 2000 filebeat && \
7
find /usr/share/filebeat -uid 1000 -exec chown 2000 {} + && \
0 commit comments