Namespace
rancher
Image / Tag
mirrored-library-traefik:2.10.7
Content Digest
sha256:606c4c924d9edd6d028a010c8f173dceb34046ed64fabdbce9ff29b2cf2b3042
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

Details
Created

2024-01-27 09:30:47 UTC

Size

38.9 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:bbb9926773f935f9bdf6315280ab3ea8b65cff91f2d416a791b5508579a3536c - 7.71% (3 MB)

[#001] sha256:982de14def5b39cd26b9b8095345186dd246994b7be1bacf68fe810cf91b5c23 - 1.53% (609 KB)

[#002] sha256:f0f14c5008f9480ef6d731bf7fe38290e0f8b81754ee2019f73eb04fd3f6185b - 90.76% (35.3 MB)

[#003] sha256:440b42919445c253e61103f978aa8a96a7c7fbc0e3589a387b7bee5c7c2fe2d2 - 0.0% (368 Bytes)


History
2024-01-26 23:49:20 UTC

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

2024-01-26 23:49:20 UTC

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

2024-01-27 09:30:23 UTC

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

2024-01-27 09:30:46 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 09:30:47 UTC

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

2024-01-27 09:30:47 UTC

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

2024-01-27 09:30:47 UTC

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

2024-01-27 09:30:47 UTC

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

2024-01-27 09:30:47 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

Details
Created

2024-01-27 09:18:24 UTC

Size

38.4 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:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 - 8.29% (3.18 MB)

[#001] sha256:ce888d1547525f7b13a7ebe582acbbf32204c342e18951b58b916087c88b4845 - 1.55% (610 KB)

[#002] sha256:81d93ef9adfaa1c86bbc9a1c6fd497d3c36c155f90c484ea4866ebb7ed829190 - 90.16% (34.6 MB)

[#003] sha256:60dbfa04f97d48f28116b6bc59ef6052fe7e9a8babd8cb2566cde03616fd91c7 - 0.0% (368 Bytes)


History
2024-01-26 23:44:55 UTC

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

2024-01-26 23:44:55 UTC

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

2024-01-27 09:18:06 UTC

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

2024-01-27 09:18:23 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 09:18:23 UTC

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

2024-01-27 09:18:23 UTC

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

2024-01-27 09:18:24 UTC

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

2024-01-27 09:18:24 UTC

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

2024-01-27 09:18:24 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

Details
Created

2024-01-27 04:21:53 UTC

Size

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

Environment
PATH

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


Layers

[#000] sha256:61301311dfdb7c2627b8937a9c34ae4a82f4e16bb4ab80df35458b56bbbaee8b - 7.65% (3.07 MB)

[#001] sha256:43a8e27c29b7fbf4c31ac7c82b3365eca2436fa8dafa39d1b1e168d59122e8fb - 1.48% (609 KB)

[#002] sha256:c98a7c6ddf066bafcb3b1737d91ae72f4364a8635af2ec74297c29d7e70dc0b6 - 90.87% (36.5 MB)

[#003] sha256:4a6bc624331de066b251130dd05437f611cd7065ac98474a52399e353c4dab30 - 0.0% (368 Bytes)


History
2024-01-27 00:39:19 UTC

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

2024-01-27 00:39:19 UTC

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

2024-01-27 04:19:00 UTC

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

2024-01-27 04:21:50 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 04:21:53 UTC

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

2024-01-27 04:21:53 UTC

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

2024-01-27 04:21:53 UTC

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

2024-01-27 04:21:53 UTC

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

2024-01-27 04:21:53 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

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