Namespace
library
Image / Tag
traefik:v2.10
Content Digest
sha256:a6b19e415e41b0e48b5c81713f3a60693a38f292059bd7347eef78bc9ae8044a
Pull command
Details
Created

2024-01-27 03:56:16 UTC

Size

41.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.10.7

Environment
PATH

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


Layers

[#000] sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 - 7.87% (3.24 MB)

[#001] sha256:987f790ee1434532d04fff8e0ff09f57d177ab515cdad8c0c3797d839f186a98 - 1.44% (608 KB)

[#002] sha256:c6d80f829c660d4ca9f0cf5c29678d30cbb7922ae43f9b783d15a2fcbce9f786 - 90.69% (37.4 MB)

[#003] sha256:5300d181735bfc4dbb1dcaefae56d132d04c53b7e951c6d23139c55b6ea5cb25 - 0.0% (368 Bytes)


History
2024-01-27 00:30:56 UTC

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

2024-01-27 00:30:56 UTC

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

2024-01-27 03:55:55 UTC

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

2024-01-27 03:56:15 UTC

/bin/sh -c set -ex; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) arch='armv6' ;; aarch64) arch='arm64' ;; x86_64) arch='amd64' ;; s390x) arch='s390x' ;; *) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; esac; wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v2.10.7/traefik_v2.10.7_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

2024-01-27 03:56:15 UTC

/bin/sh -c #(nop) COPY file:59a219a1fb7a9dc894a7a9a4718fa97fd24adb0a4a6455240ec2ab0183da796e in /

2024-01-27 03:56:15 UTC

/bin/sh -c #(nop) EXPOSE 80

2024-01-27 03:56:15 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]

2024-01-27 03:56:16 UTC

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

2024-01-27 03:56:16 UTC

/bin/sh -c #(nop) 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.10.7 org.opencontainers.image.documentation=https://docs.traefik.io