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

2024-12-16 10:01:22 UTC

Size

44.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.16

Environment
PATH

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


Layers

[#000] sha256:cb8611c9fe5154550f45e284cf977cda4e2b2fee3478552eee31d84be3c95003 - 8.64% (3.81 MB)

[#001] sha256:585859b3274a951bc36b95adc08606d5a5f9c3d34a636b612d2100b16ba19e52 - 1.01% (454 KB)

[#002] sha256:b352298bc210ea9a67dbc8eb3114c831562e294d446809c8dd3070e48933aa9d - 90.36% (39.8 MB)

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


History
2024-12-05 12:49:04 UTC (buildkit.dockerfile.v0)

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

2024-12-05 12:49:04 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2024-12-16 10:01:22 UTC (buildkit.dockerfile.v0)

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

2024-12-16 10:01:22 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.16/traefik_v2.11.16_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-12-16 10:01:22 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh / # buildkit

2024-12-16 10:01:22 UTC (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2024-12-16 10:01:22 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2024-12-16 10:01:22 UTC (buildkit.dockerfile.v0)

CMD ["traefik"]

2024-12-16 10:01:22 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.16 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