| ADD file:dbf65487d049081dc2d39b3d99d2c64b6c89754e7e2996a46169d3512e59f32a in / |
| CMD ["/bin/sh"] |
| /bin/sh -c apk add --no-cache ca-certificates libcap |
| COPY file:5b8fda46b0608e9fa8f7ee6fe376f6c6de93b340d66ad549c5f7639bc43390dd in /usr/bin/loki |
| COPY file:ed079c0716411ccb1f53714fcfb4b1b99f1c60806937b5264348720a1ae6f957 in /etc/loki/local-config.yaml |
| /bin/sh -c addgroup -g 10001 -S loki && adduser -u 10001 -S loki -G loki |
| /bin/sh -c mkdir -p /loki/rules && mkdir -p /loki/rules-temp && chown -R loki:loki /etc/loki /loki |
| USER 10001 |
| EXPOSE 3100 |
| ENTRYPOINT ["/usr/bin/loki"] |
| CMD ["-config.file=/etc/loki/local-config.yaml"] |
| LABEL org.opencontainers.image.created=2023-12-11T19:11:12Z |
| LABEL org.opencontainers.image.revision=2535f9bedeae5f27abdbfaf0cc1a8e9f91b6c96d |
| LABEL org.opencontainers.image.source=https://github.com/grafana/loki.git |
| LABEL org.opencontainers.image.url=https://github.com/grafana/loki |