Namespace
rancher
Image / Tag
mirrored-library-traefik:2.11.8-arm
Content Digest
sha256:92727fe5b5dbd95de217bace7a754a8814b5118ffa39438d333c58bbe88b76f1
Details
Created

2024-08-06 13:26:39 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.8

Environment
PATH

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


Layers

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

[#001] sha256:1b198b4fc88f9f784e0d33686fd52862fdf1fe7e03ec4b3262dead44b2cff91a - 1.03% (445 KB)

[#002] sha256:785052caf048b08651284060a7ac4859b3101ecace314d1d08a720cea6003611 - 91.33% (38.4 MB)

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


History
2024-08-06 13:26:39 UTC

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

2024-08-06 13:26:39 UTC

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

2024-08-06 13:26:39 UTC (buildkit.dockerfile.v0)

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

2024-08-06 13:26:39 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.8/traefik_v2.11.8_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-08-06 13:26:39 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh / # buildkit

2024-08-06 13:26:39 UTC (buildkit.dockerfile.v0)

EXPOSE map[80/tcp:{}]

2024-08-06 13:26:39 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2024-08-06 13:26:39 UTC (buildkit.dockerfile.v0)

CMD ["traefik"]

2024-08-06 13:26:39 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.8 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