setup for loki
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
fc4b443431
commit
cbb1adf214
|
@ -1 +1,3 @@
|
|||
<!-- build 1 -->
|
||||
<!-- build 0 -->
|
||||
<!-- build 0 -->
|
||||

|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
FROM fluent/fluentd:v1.12-debian-1
|
||||
USER root
|
||||
COPY fluent.conf /fluentd/etc/
|
||||
RUN chown -R fluent:fluent /fluentd && chmod -R 700 /fluentd/etc && \
|
||||
gem install fluent-plugin-grafana-loki
|
||||
|
||||
USER fluent
|
||||
USER root
|
||||
COPY fluent.conf /fluentd/etc/
|
||||
RUN chown -R fluent:fluent /fluentd && chmod -R 700 /fluentd/etc && \
|
||||
gem install fluent-plugin-grafana-loki -v 1.2.18
|
||||
|
||||
USER fluent
|
||||
|
|
Loading…
Reference in New Issue