Namespace
rancher
Image / Tag
mirrored-library-traefik:2.6.1
Content Digest
sha256:d02aa2855e8885eabd3a5a449a5a8caea92bf577580217aa0bb8c2354e78b710
Details
Created

2022-03-18 06:23:12 UTC

Size

28.9 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.6.1

Environment
PATH

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


Layers

[#000] sha256:36ccefbf3d8a9a1b18baaa9cbf0f3ad50e8a7b751656c74df359900a318cbffc - 9.29% (2.69 MB)

[#001] sha256:d66f86d3f60579f394506161f82aafee52b414cd58c1060e18ca607a4fc9fbc4 - 2.2% (651 KB)

[#002] sha256:01c1ca55dba5b4d567cb01859f50449eb49d7531bcde631825000d0135927d3d - 88.51% (25.6 MB)

[#003] sha256:139a4e0ca97e6f942624418ee448c126f2084e4a79b2946064a434a48c3e8fbc - 0.0% (367 Bytes)


History
2022-03-17 15:19:26 UTC

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

2022-03-17 15:19:26 UTC

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

2022-03-18 06:23:06 UTC

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

2022-03-18 06:23:11 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.6.1/traefik_v2.6.1_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

2022-03-18 06:23:12 UTC

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

2022-03-18 06:23:12 UTC

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

2022-03-18 06:23:12 UTC

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

2022-03-18 06:23:12 UTC

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

2022-03-18 06:23:12 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.6.1 org.opencontainers.image.documentation=https://docs.traefik.io

Details
Created

2022-03-17 22:44:41 UTC

Size

27.2 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.6.1

Environment
PATH

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


Layers

[#000] sha256:4025825e6ef43541c3a3e1ecb0092bc1b098e792051c7e338d6da54f66b19661 - 9.23% (2.51 MB)

[#001] sha256:acc61b01c9ae829babc4ec995a57d752de240cbe8e3a8660191d3d21fc589a5f - 2.36% (657 KB)

[#002] sha256:9054064868f20b2649a2e2a9141b8f8e9f915a8c0b21859cd801f175d7e2851b - 88.41% (24 MB)

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


History
2022-03-17 14:32:33 UTC

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

2022-03-17 14:32:33 UTC

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

2022-03-17 22:44:31 UTC

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

2022-03-17 22:44:38 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.6.1/traefik_v2.6.1_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

2022-03-17 22:44:39 UTC

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

2022-03-17 22:44:39 UTC

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

2022-03-17 22:44:40 UTC

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

2022-03-17 22:44:40 UTC

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

2022-03-17 22:44:41 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.6.1 org.opencontainers.image.documentation=https://docs.traefik.io

Details
Created

2022-03-17 21:06:42 UTC

Size

26.6 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.6.1

Environment
PATH

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


Layers

[#000] sha256:93a1719cf26168d3a85db2594d76b17ccc4b25996620bceed3c2a13eaa165325 - 9.75% (2.59 MB)

[#001] sha256:d012a4d53d2ad42f0d1b24f774778f1ea2d1c67cfdd0a1611fb7652fac92fc9b - 2.4% (653 KB)

[#002] sha256:8efd5dcd64fe25305ce09060a42d89619e8dbfb06e5be5633e1abc05d30445c5 - 87.86% (23.3 MB)

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


History
2022-03-17 18:43:12 UTC

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

2022-03-17 18:43:13 UTC

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

2022-03-17 21:06:35 UTC

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

2022-03-17 21:06:38 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.6.1/traefik_v2.6.1_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

2022-03-17 21:06:39 UTC

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

2022-03-17 21:06:39 UTC

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

2022-03-17 21:06:40 UTC

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

2022-03-17 21:06:41 UTC

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

2022-03-17 21:06:42 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.6.1 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