Namespace
grafana
Image / Tag
tempo:main-e20401c-amd64
Content Digest
sha256:42e8ab2661b09e75e43490a3fa9d362b97d46818b0765c0b4310622b2c8055d1
Details
Created

2025-01-15 18:54:03 UTC

Size

56.3 MB

Content Digest
Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:1f3e46996e2966e4faa5846e56e76e3748b7315e2ded61476c24403d592134f0 - 6.17% (3.47 MB)

[#001] sha256:464f23df832935b5c1c50797be2167579e2db7f532c1b84885ca252b545f42b5 - 4.72% (2.65 MB)

[#002] sha256:88a686e5e961f72d22f5119f2c4a67247919fed80ff9e7deae1388b0b05ac11e - 89.11% (50.1 MB)

[#003] sha256:d9cebc43578471f4615bb6fd180aab911d3de42b818f62ec868683484e9a5ca9 - 0.0% (960 Bytes)

[#004] sha256:51458bcaf26ce5fd14652aedb344590e5c1db0c0b0ed8155d3d280d65dfdf86c - 0.0% (123 Bytes)


History
2025-01-08 12:07:30 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.21.2-x86_64.tar.gz / # buildkit

2025-01-08 12:07:30 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-01-15 18:54:02 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk --update add ca-certificates # buildkit

2025-01-15 18:54:03 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2025-01-15 18:54:03 UTC (buildkit.dockerfile.v0)

COPY bin/linux/tempo-amd64 /tempo # buildkit

2025-01-15 18:54:03 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETARCH=amd64 /bin/sh -c addgroup -g 10001 -S tempo && adduser -u 10001 -S tempo -G tempo # buildkit

2025-01-15 18:54:03 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETARCH=amd64 /bin/sh -c mkdir -p /var/tempo -m 0700 && chown -R tempo:tempo /var/tempo # buildkit

2025-01-15 18:54:03 UTC (buildkit.dockerfile.v0)

USER 10001:10001

2025-01-15 18:54:03 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/tempo"]

Danger Zone
Delete Tag

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.

Delete