| ADD file:d8a30995bbcd627f084912c728fda5483b6ba486de25af588a0956069d0bd7ad in / |
| CMD ["/bin/sh"] |
| /bin/sh -c apk add --no-cache ca-certificates libcap |
| COPY file:8c2ca6f094d271286cfe37c6d922d53df03503f37a5fa5f6e4749aa532c7c6b2 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:14Z |
| 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 |