2024-04-06 01:04:50 UTC
23.4 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 - 13.61% (3.18 MB)
[#001] sha256:0a9ac33ee4cf77a576fe51b5c8a7fdcbdd4001d897a43b47aacaeb1da5251a6f - 1.42% (340 KB)
[#002] sha256:51a534f0aa9d8be7bc79331fd71942e34c7d3160db4ceb96e4ea58e8db0834dd - 84.96% (19.8 MB)
[#003] sha256:3b9f1176d2f7a35b77645170ab488ccfc41321f346f7a0cf4ab832095aa29b56 - 0.0% (787 Bytes)
[#004] sha256:52d79aae9e36fb2e5d9c37795a081e4f8e150f78465dd74772075e11c30567a5 - 0.01% (1.21 KB)
[#005] sha256:33043aa675142cb2336db2adf95a6126e286ba4aca3118a2fd96ab1b768eaa30 - 0.0% (850 Bytes)
/bin/sh -c #(nop) ADD file:d8a30995bbcd627f084912c728fda5483b6ba486de25af588a0956069d0bd7ad in /
2023-11-30 23:11:03 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-04-06 00:48:07 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache ca-certificates libcap # buildkit
2024-04-06 01:04:50 UTC (buildkit.dockerfile.v0)COPY /src/loki/cmd/loki/loki /usr/bin/loki # buildkit
2024-04-06 01:04:50 UTC (buildkit.dockerfile.v0)COPY cmd/loki/loki-docker-config.yaml /etc/loki/local-config.yaml # buildkit
2024-04-06 01:04:50 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c addgroup -g 10001 -S loki && adduser -u 10001 -S loki -G loki # buildkit
2024-04-06 01:04:50 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir -p /loki/rules && mkdir -p /loki/rules-temp && chown -R loki:loki /etc/loki /loki # buildkit
2024-04-06 01:04:50 UTC (buildkit.dockerfile.v0)USER 10001
2024-04-06 01:04:50 UTC (buildkit.dockerfile.v0)EXPOSE map[3100/tcp:{}]
2024-04-06 01:04:50 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/loki"]
2024-04-06 01:04:50 UTC (buildkit.dockerfile.v0)CMD ["-config.file=/etc/loki/local-config.yaml"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.