Update docker/fluentd-ingest/Dockerfile
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
7c866e79b6
commit
72bda1d7cc
|
@ -1,5 +1,6 @@
|
||||||
FROM fluent/fluentd:v1.12-debian-1
|
FROM fluent/fluentd:v1.12-debian-1
|
||||||
USER root
|
USER root
|
||||||
COPY fluent.conf /fluentd/etc/
|
COPY fluent.conf /fluentd/etc/
|
||||||
RUN chown -R fluent:fluent /fluentd && chmod -R 700 /fluentd/etc
|
RUN chown -R fluent:fluent /fluentd && chmod -R 700 /fluentd/etc && \
|
||||||
|
gem install fluent-plugin-gelf
|
||||||
USER fluent
|
USER fluent
|
Loading…
Reference in New Issue