2024-01-08 14:03:36 UTC
24.5 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa - 13.23% (3.24 MB)
[#001] sha256:f1317133efdb8cde410b71ef9e1d665a708e3bacc2a470e117a27f5e85dbd6ad - 1.28% (322 KB)
[#002] sha256:5fe81f7037817206524c6652296ab868569bb947f90a621915954abad3bd3656 - 85.47% (21 MB)
[#003] sha256:a0df5b70c81d4dd58004e4452adf0ef13669c8112bd900c6ce35af0d633417da - 0.0% (788 Bytes)
[#004] sha256:f6b976a44da9bb2806a135bfd5d6a32f40a069a81c2e7579a3becca17495e656 - 0.0% (1.21 KB)
[#005] sha256:632516de360fee9dbd689b1bb8857039dfff75ddc48fce8943c25e31a815e0f3 - 0.0% (852 Bytes)
/bin/sh -c #(nop) ADD file:756183bba9c7f4593c2b216e98e4208b9163c4c962ea0837ef88bd917609d001 in /
2023-09-28 21:19:27 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-01-08 13:57:18 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache ca-certificates libcap # buildkit
2024-01-08 14:03:36 UTC (buildkit.dockerfile.v0)COPY /src/loki/cmd/loki/loki /usr/bin/loki # buildkit
2024-01-08 14:03:36 UTC (buildkit.dockerfile.v0)COPY cmd/loki/loki-docker-config.yaml /etc/loki/local-config.yaml # buildkit
2024-01-08 14:03:36 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c addgroup -g 10001 -S loki && adduser -u 10001 -S loki -G loki # buildkit
2024-01-08 14:03:36 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-01-08 14:03:36 UTC (buildkit.dockerfile.v0)USER 10001
2024-01-08 14:03:36 UTC (buildkit.dockerfile.v0)EXPOSE map[3100/tcp:{}]
2024-01-08 14:03:36 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/loki"]
2024-01-08 14:03:36 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.