Namespace
rancher
Image / Tag
mirrored-library-traefik:2.11.11-arm64
Content Digest
sha256:e5a5507572bb84627fdb6d11bcbe113506f283b4fbe9e7669816d7879993917f
Details
Created

2024-10-02 10:03:53 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.11

Environment
PATH

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


Layers

[#000] sha256:cf04c63912e16506c4413937c7f4579018e4bb25c272d989789cfba77b12f951 - 9.23% (3.9 MB)

[#001] sha256:fb228b93867903d1399e7e7f02fe47e759dc95e730248f35eb74c939cbe385c7 - 1.03% (447 KB)

[#002] sha256:56d79d7004f1a472ba2a00992725f35a4c26338bdaf3e0386516170fd700b618 - 89.74% (37.9 MB)

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


History
2024-09-06 22:44:10 UTC

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

2024-09-06 22:44:11 UTC

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

2024-10-02 10:03:53 UTC (buildkit.dockerfile.v0)

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

2024-10-02 10:03:53 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.11/traefik_v2.11.11_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

2024-10-02 10:03:53 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh / # buildkit

2024-10-02 10:03:53 UTC (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2024-10-02 10:03:53 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2024-10-02 10:03:53 UTC (buildkit.dockerfile.v0)

CMD ["traefik"]

2024-10-02 10:03:53 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.11 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