We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab41f26 commit 9522a9dCopy full SHA for 9522a9d
images/fluentd/Dockerfile
@@ -78,6 +78,7 @@ RUN apk add --no-cache $BUILD_DEPS \
78
&& rm -rf /usr/include/fortify \
79
&& touch /etc/gemrc \
80
&& fluent-gem specific_install -l https://github.com/kube-logging/fluent-plugin-syslog_rfc5424.git --ref 4ab9f7df3757b0e31e4bc209acab05a518efdce3 \
81
+ && fluent-gem specific_install -l https://github.com/kube-logging/fluent-plugin-elasticsearch.git --ref f711c4322e37852a83caab0385ba4567031eb9ab \
82
&& fluent-gem install --file /Gemfile.outputs \
83
&& find /usr/local/bundle/gems/ -newer /etc/gemrc -exec chown fluent:fluent {} \; \
84
&& apk del $BUILD_DEPS \
0 commit comments