Namespace
library
Image / Tag
traefik:2.11.6
Content Digest
sha256:b4a2c453debdbe6baab64584343e094aea6c3e6140f7477c04e4c368f1761460
Details
Created

2024-07-23 00:57:17 UTC

Size

44.7 MB

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

Environment
PATH

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


Layers

[#000] sha256:c6a83fedfae6ed8a4f5f7cbb6a7b6f1c1ec3d86fea8cb9e5ba2e5e6673fde9f6 - 7.72% (3.46 MB)

[#001] sha256:94a322cd301f5b19d2620b7fcd176a2effb9583283af4cecc6806840780af6bb - 0.98% (451 KB)

[#002] sha256:87daff6dff3dfbe60d8d52a6d387b325ecb086dab3dbc8a03b1d6eec95b756cc - 91.29% (40.8 MB)

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


History
2024-07-22 22:26:43 UTC

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

2024-07-22 22:26:43 UTC

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

2024-07-23 00:57:04 UTC

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

2024-07-23 00:57:16 UTC

/bin/sh -c set -ex; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) arch='armv6' ;; aarch64) arch='arm64' ;; x86_64) arch='amd64' ;; riscv64) arch='riscv64' ;; s390x) arch='s390x' ;; ppc64le) arch='ppc64le' ;; *) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; esac; wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v2.11.6/traefik_v2.11.6_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

2024-07-23 00:57:16 UTC

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

2024-07-23 00:57:16 UTC

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

2024-07-23 00:57:16 UTC

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

2024-07-23 00:57:17 UTC

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

2024-07-23 00:57:17 UTC

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

Details
Created

2024-07-23 01:18:04 UTC

Size

42.1 MB

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

Environment
PATH

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


Layers

[#000] sha256:ae2458422e4465e718700cd0c5970c709804ded4caa7b7f317eada5d16878e29 - 7.63% (3.21 MB)

[#001] sha256:42a5f0c935c6c1eda4844d2b7ba995975a7190e47c1f1117040693822316aed6 - 1.05% (452 KB)

[#002] sha256:c1fceb79afcf4abb2c1cf015dd4803b4a263597d2658aaa614856de95e3529e6 - 91.32% (38.4 MB)

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


History
2024-07-22 21:49:18 UTC

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

2024-07-22 21:49:19 UTC

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

2024-07-23 01:17:49 UTC

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

2024-07-23 01:18:03 UTC

/bin/sh -c set -ex; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) arch='armv6' ;; aarch64) arch='arm64' ;; x86_64) arch='amd64' ;; riscv64) arch='riscv64' ;; s390x) arch='s390x' ;; ppc64le) arch='ppc64le' ;; *) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; esac; wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v2.11.6/traefik_v2.11.6_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

2024-07-23 01:18:03 UTC

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

2024-07-23 01:18:03 UTC

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

2024-07-23 01:18:03 UTC

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

2024-07-23 01:18:04 UTC

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

2024-07-23 01:18:04 UTC

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

Details
Created

2024-07-23 02:47:46 UTC

Size

42.2 MB

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

Environment
PATH

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


Layers

[#000] sha256:690e87867337b8441990047e169b892933e9006bdbcbed52ab7a356945477a4d - 9.24% (3.9 MB)

[#001] sha256:53df005727c4531718692629248a4acf9fcca84ebd56edab34cfb7439e3157c2 - 1.05% (453 KB)

[#002] sha256:806b69b09997a3439bf97ce4d29284543f0da54a79367dce3773128709f4045c - 89.71% (37.8 MB)

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


History
2024-07-22 21:44:13 UTC

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

2024-07-22 21:44:13 UTC

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

2024-07-23 02:47:34 UTC

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

2024-07-23 02:47:45 UTC

/bin/sh -c set -ex; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) arch='armv6' ;; aarch64) arch='arm64' ;; x86_64) arch='amd64' ;; riscv64) arch='riscv64' ;; s390x) arch='s390x' ;; ppc64le) arch='ppc64le' ;; *) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; esac; wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v2.11.6/traefik_v2.11.6_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

2024-07-23 02:47:45 UTC

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

2024-07-23 02:47:45 UTC

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

2024-07-23 02:47:46 UTC

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

2024-07-23 02:47:46 UTC

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

2024-07-23 02:47:46 UTC

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

Details
Created

2024-07-22 23:51:33 UTC

Size

40.6 MB

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

Environment
PATH

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


Layers

[#000] sha256:6e59b4988c495782a5b0c8f8d6698931851c16c5c0fc5ef09cbb0637ade56e36 - 8.39% (3.41 MB)

[#001] sha256:66cc9c65616ee56352d34607b25bfd7ca70586365891d701497eee11fd6b917f - 1.09% (453 KB)

[#002] sha256:ee4ee9c4460a0511f416e4730f5d1a889df70b380e58adec6928ade6131370cc - 90.52% (36.8 MB)

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


History
2024-07-22 21:26:21 UTC

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

2024-07-22 21:26:22 UTC

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

2024-07-22 23:51:11 UTC

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

2024-07-22 23:51:30 UTC

/bin/sh -c set -ex; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) arch='armv6' ;; aarch64) arch='arm64' ;; x86_64) arch='amd64' ;; riscv64) arch='riscv64' ;; s390x) arch='s390x' ;; ppc64le) arch='ppc64le' ;; *) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; esac; wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v2.11.6/traefik_v2.11.6_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

2024-07-22 23:51:32 UTC

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

2024-07-22 23:51:32 UTC

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

2024-07-22 23:51:33 UTC

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

2024-07-22 23:51:33 UTC

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

2024-07-22 23:51:33 UTC

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

Details
Created

2024-07-23 12:47:47 UTC

Size

43.2 MB

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

Environment
PATH

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


Layers

[#000] sha256:faf447acae27573624c0613a79c4bcf1f9bc46d29f523140352abfd3f7691282 - 7.44% (3.21 MB)

[#001] sha256:8a3220e9e4f206b6ef30443855a7d18341eb7e8a6c5825f79355c757a1f65b3d - 1.02% (452 KB)

[#002] sha256:64d68589b72acecd1d1e32fa5dfc2e8f360ab31fd7015b267be01dbcd16a83d2 - 91.54% (39.6 MB)

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


History
2024-07-22 22:21:00 UTC

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

2024-07-22 22:21:00 UTC

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

2024-07-23 12:44:46 UTC

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

2024-07-23 12:47:43 UTC

/bin/sh -c set -ex; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) arch='armv6' ;; aarch64) arch='arm64' ;; x86_64) arch='amd64' ;; riscv64) arch='riscv64' ;; s390x) arch='s390x' ;; ppc64le) arch='ppc64le' ;; *) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; esac; wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v2.11.6/traefik_v2.11.6_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

2024-07-23 12:47:45 UTC

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

2024-07-23 12:47:45 UTC

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

2024-07-23 12:47:46 UTC

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

2024-07-23 12:47:46 UTC

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

2024-07-23 12:47:47 UTC

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

Details
Created

2024-07-23 01:04:51 UTC

Size

43.5 MB

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

Environment
PATH

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


Layers

[#000] sha256:834c666d55eae0e308600077be061a01680e7cd02b579be887d9469075f0d943 - 7.58% (3.3 MB)

[#001] sha256:581abf80513b43cb8d51b8bcffc8fd390bdc8913788754fc844bcd330bc5cc79 - 1.01% (452 KB)

[#002] sha256:9d695441e57e7eb8d1259cd7052fdb8a6ed94a4b3fdb1deadefd0fe867d2dc84 - 91.4% (39.8 MB)

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


History
2024-07-22 21:50:06 UTC

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

2024-07-22 21:50:07 UTC

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

2024-07-23 01:04:30 UTC

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

2024-07-23 01:04:49 UTC

/bin/sh -c set -ex; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) arch='armv6' ;; aarch64) arch='arm64' ;; x86_64) arch='amd64' ;; riscv64) arch='riscv64' ;; s390x) arch='s390x' ;; ppc64le) arch='ppc64le' ;; *) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; esac; wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v2.11.6/traefik_v2.11.6_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

2024-07-23 01:04:51 UTC

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

2024-07-23 01:04:51 UTC

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

2024-07-23 01:04:51 UTC

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

2024-07-23 01:04:51 UTC

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

2024-07-23 01:04:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=Traefik Labs org.opencontainers.image.url=https://traefik.io org.opencontainers.image.source=https://github.com/traefik/traefik org.opencontainers.image.title=Traefik org.opencontainers.image.description=A modern reverse-proxy org.opencontainers.image.version=v2.11.6 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