2022-04-05 13:18:55 UTC
18.7 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:6097bfa160c13665f946cea95b206a812a795d2517d7690a0a0796d64ec5f817 - 14.37% (2.69 MB)
[#001] sha256:e5cb28311a3a277f90588edf3c37be3023364433ac5be95a40184ea0d498f3b3 - 1.54% (295 KB)
[#002] sha256:c9f669ba07ea958e89a44af283907e865af5a90e4bb3b1bf947ba194aba90381 - 84.07% (15.7 MB)
[#003] sha256:e6da42a2147d578049b97d52ceff9ca173ceab7cdf4a6bbd2eb35e580b88639f - 0.0% (448 Bytes)
[#004] sha256:9f33972d257a40646d2314dd721d3c359e93e1daf2c86f58eddd8bbe9bbe9dc1 - 0.01% (1.22 KB)
[#005] sha256:679efba4b4345a420d54866cc09062e82c7c177f40e7f99b04c7f48a546ea813 - 0.0% (503 Bytes)
[#006] sha256:5632c0f7f8bd2d30f8ce67dc02cb37ef8589d1945df08835cd5e99fe7487a6b7 - 0.0% (154 Bytes)
/bin/sh -c #(nop) ADD file:0f80c1db9ba5535d5020662b1c880624848316637bf3f9c189f459ab31f365d0 in /
2022-04-05 00:20:14 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-04-05 08:37:37 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache ca-certificates libcap # buildkit
2022-04-05 13:18:55 UTC (buildkit.dockerfile.v0)COPY /src/loki/cmd/loki/loki /usr/bin/loki # buildkit
2022-04-05 13:18:55 UTC (buildkit.dockerfile.v0)COPY cmd/loki/loki-docker-config.yaml /etc/loki/local-config.yaml # buildkit
2022-04-05 13:18:55 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c addgroup -g 10001 -S loki && adduser -u 10001 -S loki -G loki # buildkit
2022-04-05 13:18:55 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
2022-04-05 13:18:55 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf # buildkit
2022-04-05 13:18:55 UTC (buildkit.dockerfile.v0)USER loki
2022-04-05 13:18:55 UTC (buildkit.dockerfile.v0)EXPOSE map[3100/tcp:{}]
2022-04-05 13:18:55 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/loki"]
2022-04-05 13:18:55 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.