This repository has been archived on 2024-02-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
fluentd/Dockerfile
2023-08-22 19:55:11 +02:00

4 lines
164 B
Docker

FROM fluent/fluentd:v1.16-debian-1
USER root
RUN ["gem", "install", "fluent-plugin-elasticsearch", "fluent-plugin-rewrite-tag-filter", "--no-document"]
USER fluent