setup for loki
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Colin 2024-04-21 15:37:40 -04:00
parent fc4b443431
commit cbb1adf214
2 changed files with 9 additions and 6 deletions

View File

@ -1 +1,3 @@
<!-- build 1 -->
<!-- build 0 -->
<!-- build 0 -->
![Build Status](https://woodpecker.nixc.us/api/badges/129/status.svg)

View File

@ -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