Namespace
rancher
Image / Tag
mirrored-library-traefik:3.3.6-arm64
Content Digest
sha256:2393433ae917804739c08081d64399efd3b596d76f9b006a7e91424e28c11c50
Details
Created

2025-04-18 09:28:25 UTC

Size

51.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
    v3.3.6

Environment
PATH

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


Layers

[#000] sha256:6e771e15690e2fabf2332d3a3b744495411d6e0b00b2aea64419b58b0066cf81 - 7.33% (3.81 MB)

[#001] sha256:5767a026dafabae556cd462be7925c367eda59c781152c498b6703f4aed3f2b8 - 0.85% (451 KB)

[#002] sha256:442e8ef1858cc11a87bf0c901c7326137263bf45324071ee91e3af8b8422b0f3 - 91.82% (47.7 MB)

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


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

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

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

CMD ["/bin/sh"]

2025-04-18 09:28:25 UTC (buildkit.dockerfile.v0)

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

2025-04-18 09:28:25 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/v3.3.6/traefik_v3.3.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 # buildkit

2025-04-18 09:28:25 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh / # buildkit

2025-04-18 09:28:25 UTC (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2025-04-18 09:28:25 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2025-04-18 09:28:25 UTC (buildkit.dockerfile.v0)

CMD ["traefik"]

2025-04-18 09:28:25 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=v3.3.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