Namespace
library
Image / Tag
traefik:2.0.0-rc4
Content Digest
sha256:97c6da99b265de1c50e866ff66f927abb84659dcb7916c33e17623fc6969551c
Details
Created

2019-09-13 23:23:47 UTC

Size

21.6 MB

Content Digest
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.0.0-rc4

Environment
PATH

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


Layers

[#000] sha256:9d48c3bd43c520dc2784e868a780e976b207cbf493eaff8c6596eb871cbd9609 - 12.31% (2.66 MB)

[#001] sha256:1be319f51f9f47e713727ae2e30ca8ee285f7c9caa5d1506e20525fc9c2c0022 - 3.06% (677 KB)

[#002] sha256:3e81b13b95383a9dfd80ba656e6ea90d1b80ed3c8900d29f99ba4594e6c73b69 - 84.62% (18.3 MB)

[#003] sha256:39aab2f718ac108c05cd71239b60949ae2f362975e46f4a0e93a095edb973687 - 0.0% (367 Bytes)


History
2019-08-20 20:19:55 UTC

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

2019-08-20 20:19:55 UTC

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

2019-08-27 00:59:38 UTC

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

2019-09-13 23:23:46 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.0.0-rc4/traefik_v2.0.0-rc4_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

2019-09-13 23:23:47 UTC

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

2019-09-13 23:23:47 UTC

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

2019-09-13 23:23:47 UTC

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

2019-09-13 23:23:47 UTC

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

2019-09-13 23:23:47 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.0.0-rc4 org.opencontainers.image.documentation=https://docs.traefik.io

Details
Created

2019-09-13 23:49:39 UTC

Size

20.2 MB

Content Digest
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.0.0-rc4

Environment
PATH

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


Layers

[#000] sha256:1df32bae7504a32024616c66017cd5df04dd98eaf150f8df45fffef2547a3c54 - 12.11% (2.45 MB)

[#001] sha256:e4fb8a7126772c61d0d697d823697d9bc66a70c8ebee8f9130d250291e009a53 - 3.29% (681 KB)

[#002] sha256:5c82557b4f5811f953c4c866284209d8a37eec4059c4eb991d2c8d9d035c4ed4 - 84.61% (17.1 MB)

[#003] sha256:6ab3ffe04bbb71b6549f1300f8353f76a53c4bd87b1bff7c85bb562640c55261 - 0.0% (368 Bytes)


History
2019-08-20 19:49:33 UTC

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

2019-08-20 19:49:33 UTC

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

2019-08-26 23:53:59 UTC

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

2019-09-13 23:49:36 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.0.0-rc4/traefik_v2.0.0-rc4_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

2019-09-13 23:49:37 UTC

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

2019-09-13 23:49:37 UTC

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

2019-09-13 23:49:38 UTC

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

2019-09-13 23:49:38 UTC

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

2019-09-13 23:49:39 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.0.0-rc4 org.opencontainers.image.documentation=https://docs.traefik.io

Details
Created

2019-09-13 23:45:31 UTC

Size

20.1 MB

Content Digest
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.0.0-rc4

Environment
PATH

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


Layers

[#000] sha256:29bddadc8f3fd6ed92c289e0dcd22e094833933a73609e78b7fa767d45731f9f - 12.89% (2.59 MB)

[#001] sha256:3f27eb98bca82b90aa26eb062dbec8263aabd59dfc52fea4e05ed282c72f55af - 3.31% (681 KB)

[#002] sha256:a1213961c6c51ec5bf4c223e372cd52d71efd0d561884f4ba679049a0692c933 - 83.8% (16.8 MB)

[#003] sha256:2b85562e000e049b5931d5cb245cde01bc770beac57ad3bed31e1b8444a240a3 - 0.0% (368 Bytes)


History
2019-08-20 20:39:38 UTC

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

2019-08-20 20:39:38 UTC

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

2019-08-27 00:16:11 UTC

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

2019-09-13 23:45:29 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.0.0-rc4/traefik_v2.0.0-rc4_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

2019-09-13 23:45:29 UTC

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

2019-09-13 23:45:30 UTC

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

2019-09-13 23:45:30 UTC

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

2019-09-13 23:45:31 UTC

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

2019-09-13 23:45:31 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.0.0-rc4 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