Tag

theanurin/traefik:2.1.3.0
Content Digest: sha256:d984ad31ff78deaf69e18d3682c70f4659807ee44251ebe493648fbc5e9c1950
Details
Pull Command

docker pull io.docker.registry-1.mirror.anurin.name/theanurin/traefik:2.1.3.0


Manifests
Details
Content Digest

sha256:37fd535101b1dd818745daf30a9a04e030aa18334f54ad009cba0a32562fbfd6

Created

2020-01-24 10:53:29 UTC

Size

41.2 MB


Labels
  • org.opencontainers.image.description
    A modern reverse-proxy
  • org.opencontainers.image.documentation
    https://docs.traefik.io
  • org.opencontainers.image.title
    Traefik
  • org.opencontainers.image.url
    https://traefik.io
  • org.opencontainers.image.vendor
    Containous
  • org.opencontainers.image.version
    v2.1.3

Environment
PATH

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


Layers

[#000] sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 - 6.46% (2.66 MB)

[#001] sha256:0520ea16e7f6377da620429123e1719b05706a467405f9f0e316903e8e1e3115 - 1.61% (678 KB)

[#002] sha256:527f4b61d9d4f8cc7357c71bca30c6dac6f75df77e8654a3ad90b4fc521edc5f - 45.26% (18.6 MB)

[#003] sha256:73474f540ed2ea64983751c941f1de85bdb4223151a4ff1c9f136b3c2ee14daf - 0.0% (368 Bytes)

[#004] sha256:2d4fae8d205e00f4a6a2c1558f06108fad9cac3b9323017b268c1248d068c025 - 46.68% (19.2 MB)


History
2020-01-23 16:53:06 UTC

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

2020-01-23 16:53:06 UTC

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

2020-01-24 06:13:00 UTC

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

2020-01-24 06:13:03 UTC

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

2020-01-24 06:13:03 UTC

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

2020-01-24 06:13:03 UTC

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

2020-01-24 06:13:03 UTC

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

2020-01-24 06:13:04 UTC

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

2020-01-24 06:13:04 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=Containous org.opencontainers.image.url=https://traefik.io org.opencontainers.image.title=Traefik org.opencontainers.image.description=A modern reverse-proxy org.opencontainers.image.version=v2.1.3 org.opencontainers.image.documentation=https://docs.traefik.io

2020-01-24 10:53:29 UTC

/bin/sh -c apk add --no-cache python3 && pip3 install --upgrade pip && pip3 install requests