Namespace
rancher
Image / Tag
mirrored-library-traefik:2.11.24-amd64
Content Digest
sha256:c1f43146e62bb2e27e628bea16ad523252517080780f5ecb23f563d6121a3519
Details
Created

2025-04-18 07:52:35 UTC

Size

53.9 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.24

Environment
PATH

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


Layers

[#000] sha256:f18232174bc91741fdf3da96d85011092101a032a93a388b79e99e69c2d5c870 - 6.44% (3.47 MB)

[#001] sha256:bcd729295cffcb01e2f89bbe415a51cdde9c8bc2f96527b3652a1a95d95c5b9a - 0.81% (449 KB)

[#002] sha256:9d4a7ef1f6f09f89d200e10d376945e91d9d44ea7fa0688fcfe63e096fbd471f - 92.74% (50 MB)

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


History
2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)

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

2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-04-18 07:52:35 UTC (buildkit.dockerfile.v0)

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

2025-04-18 07:52:35 UTC (buildkit.dockerfile.v0)

RUN /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.24/traefik_v2.11.24_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 # buildkit

2025-04-18 07:52:35 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh / # buildkit

2025-04-18 07:52:35 UTC (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2025-04-18 07:52:35 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2025-04-18 07:52:35 UTC (buildkit.dockerfile.v0)

CMD ["traefik"]

2025-04-18 07:52:35 UTC (buildkit.dockerfile.v0)

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.24 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