We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6544e8e commit 802ef8fCopy full SHA for 802ef8f
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 microdnf -y update && microdnf clean all
+RUN dnf -y update && dnf 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