Skip to content

Commit

Permalink
Merge pull request #2 from inway/rel-with-multi-format-parser
Browse files Browse the repository at this point in the history
Add `multi-format-parser` plugin
  • Loading branch information
SPodjasek authored Jun 23, 2022
2 parents b34f0ce + ece2466 commit 463e2f3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
FROM bitnami/fluentd:1.14.6-debian-11-r8

RUN fluent-gem install 'fluent-plugin-parser-cri'
ENV PLUGINS "fluent-plugin-parser-cri fluent-plugin-multi-format-parser"

RUN for PLUGIN in $PLUGINS; do \
echo "=> Install $PLUGIN" && fluent-gem install $PLUGIN --no-document; \
done

0 comments on commit 463e2f3

Please sign in to comment.