Namespace
library
Image / Tag
traefik:v2.4.14
Content Digest
sha256:840e948af3c8d1e45e986eee7d97004ab29cfccffdf0be4c116ba9aaeff5d17a
Details
Created

2021-08-16 19:20:55 UTC

Size

26.8 MB

Content Digest
Labels
  • org.opencontainers.image.description
    A modern reverse-proxy
  • org.opencontainers.image.documentation
    https://docs.traefik.io
  • org.opencontainers.image.title
    Traefik
  • org.opencontainers.image.url
    https://traefik.io
  • org.opencontainers.image.vendor
    Traefik Labs
  • org.opencontainers.image.version
    v2.4.14

Environment
PATH

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


Layers

[#000] sha256:ddad3d7c1e96adf9153f8921a7c9790f880a390163df453be1566e9ef0d546e0 - 10.04% (2.69 MB)

[#001] sha256:5f6722e60c2f6c55424dadebe886f88ba1b903df075b00048427439abb91b85a - 2.4% (658 KB)

[#002] sha256:3abdcd3bb40ca29c232ad12d1f2cba6efcb28e8d8ab7e5787ad2771b4e3862b0 - 87.55% (23.4 MB)

[#003] sha256:fe4701c53ae539044a129428575f42a0e0aa5e923d04b97466915bf45f5df0e3 - 0.0% (369 Bytes)


History
2021-04-14 19:19:56 UTC

/bin/sh -c #(nop) ADD file:282b9d56236cae29600bf8b698cb0a865ab17db7beea0be6870f9de63e7d4f80 in /

2021-04-14 19:19:56 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2021-04-15 03:04:42 UTC

/bin/sh -c apk --no-cache add ca-certificates tzdata

2021-08-16 19:20:54 UTC

/bin/sh -c set -ex; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) arch='armv6' ;; aarch64) arch='arm64' ;; x86_64) arch='amd64' ;; *) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; esac; wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v2.4.14/traefik_v2.4.14_linux_$arch.tar.gz"; tar xzvf /tmp/traefik.tar.gz -C /usr/local/bin traefik; rm -f /tmp/traefik.tar.gz; chmod +x /usr/local/bin/traefik

2021-08-16 19:20:55 UTC

/bin/sh -c #(nop) COPY file:59a219a1fb7a9dc894a7a9a4718fa97fd24adb0a4a6455240ec2ab0183da796e in /

2021-08-16 19:20:55 UTC

/bin/sh -c #(nop) EXPOSE 80

2021-08-16 19:20:55 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]

2021-08-16 19:20:55 UTC

/bin/sh -c #(nop) CMD ["traefik"]

2021-08-16 19:20:55 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=Traefik Labs org.opencontainers.image.url=https://traefik.io org.opencontainers.image.title=Traefik org.opencontainers.image.description=A modern reverse-proxy org.opencontainers.image.version=v2.4.14 org.opencontainers.image.documentation=https://docs.traefik.io

Details
Created

2021-08-16 19:02:18 UTC

Size

25 MB

Content Digest
Labels
  • org.opencontainers.image.description
    A modern reverse-proxy
  • org.opencontainers.image.documentation
    https://docs.traefik.io
  • org.opencontainers.image.title
    Traefik
  • org.opencontainers.image.url
    https://traefik.io
  • org.opencontainers.image.vendor
    Traefik Labs
  • org.opencontainers.image.version
    v2.4.14

Environment
PATH

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


Layers

[#000] sha256:1a82e2abdb8183eef16afe6d45e16c1b000a908fe3f8fcd17adef7778ecb37d9 - 10.0% (2.5 MB)

[#001] sha256:ed02d963bbf86d6e5434c3d67ade07a501b2cbc61b6ae18dfc155ede8f3b1591 - 2.58% (661 KB)

[#002] sha256:9862ae64aa75f0e58a59207c3b3cd2f1b5f8bc90043f84336ab4a3b1dc7747d0 - 87.42% (21.9 MB)

[#003] sha256:608e521224197cb6d6ffa95e275623505ba0ade7181a0ffce4a87fae08b2b2e2 - 0.0% (368 Bytes)


History
2021-07-30 17:50:16 UTC

/bin/sh -c #(nop) ADD file:d8df176c5a97047d4ac655ebfc7bf2cde0a513f0120a6a7796c9724fee8acb22 in /

2021-07-30 17:50:17 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2021-07-30 22:26:29 UTC

/bin/sh -c apk --no-cache add ca-certificates tzdata

2021-08-16 19:02:16 UTC

/bin/sh -c set -ex; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) arch='armv6' ;; aarch64) arch='arm64' ;; x86_64) arch='amd64' ;; *) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; esac; wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v2.4.14/traefik_v2.4.14_linux_$arch.tar.gz"; tar xzvf /tmp/traefik.tar.gz -C /usr/local/bin traefik; rm -f /tmp/traefik.tar.gz; chmod +x /usr/local/bin/traefik

2021-08-16 19:02:17 UTC

/bin/sh -c #(nop) COPY file:59a219a1fb7a9dc894a7a9a4718fa97fd24adb0a4a6455240ec2ab0183da796e in /

2021-08-16 19:02:17 UTC

/bin/sh -c #(nop) EXPOSE 80

2021-08-16 19:02:17 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]

2021-08-16 19:02:18 UTC

/bin/sh -c #(nop) CMD ["traefik"]

2021-08-16 19:02:18 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=Traefik Labs org.opencontainers.image.url=https://traefik.io org.opencontainers.image.title=Traefik org.opencontainers.image.description=A modern reverse-proxy org.opencontainers.image.version=v2.4.14 org.opencontainers.image.documentation=https://docs.traefik.io

Details
Created

2021-08-16 18:40:35 UTC

Size

24.5 MB

Content Digest
Labels
  • org.opencontainers.image.description
    A modern reverse-proxy
  • org.opencontainers.image.documentation
    https://docs.traefik.io
  • org.opencontainers.image.title
    Traefik
  • org.opencontainers.image.url
    https://traefik.io
  • org.opencontainers.image.vendor
    Traefik Labs
  • org.opencontainers.image.version
    v2.4.14

Environment
PATH

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


Layers

[#000] sha256:535256e01bcb9590f56b9b2a053648a1d98fbe4dc0fd34c1fc3f32afec8c6e7b - 10.62% (2.6 MB)

[#001] sha256:cb39c774f8e6176a8c3728cde4ec4fc741ab8ff2040415b9f55bbd839dc73b78 - 2.63% (660 KB)

[#002] sha256:6856c8d6d5f9a2bc2bbe0ff21b1a950ee0f4efe4e9232fdb2423754473a48bfe - 86.75% (21.2 MB)

[#003] sha256:a379df7f76e618275c529e8e042d943dcbf970ba6c3aad3fd7bb5823c22f3f02 - 0.0% (368 Bytes)


History
2021-06-15 21:45:15 UTC

/bin/sh -c #(nop) ADD file:62109d08b751b6f41eb8dc5dcb3ea6b553619ef0a58a40685faa749a20c3b051 in /

2021-06-15 21:45:15 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2021-06-16 11:17:24 UTC

/bin/sh -c apk --no-cache add ca-certificates tzdata

2021-08-16 18:40:34 UTC

/bin/sh -c set -ex; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) arch='armv6' ;; aarch64) arch='arm64' ;; x86_64) arch='amd64' ;; *) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; esac; wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v2.4.14/traefik_v2.4.14_linux_$arch.tar.gz"; tar xzvf /tmp/traefik.tar.gz -C /usr/local/bin traefik; rm -f /tmp/traefik.tar.gz; chmod +x /usr/local/bin/traefik

2021-08-16 18:40:35 UTC

/bin/sh -c #(nop) COPY file:59a219a1fb7a9dc894a7a9a4718fa97fd24adb0a4a6455240ec2ab0183da796e in /

2021-08-16 18:40:35 UTC

/bin/sh -c #(nop) EXPOSE 80

2021-08-16 18:40:35 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]

2021-08-16 18:40:35 UTC

/bin/sh -c #(nop) CMD ["traefik"]

2021-08-16 18:40:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=Traefik Labs org.opencontainers.image.url=https://traefik.io org.opencontainers.image.title=Traefik org.opencontainers.image.description=A modern reverse-proxy org.opencontainers.image.version=v2.4.14 org.opencontainers.image.documentation=https://docs.traefik.io

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