2023-04-06 18:46:16 UTC
36.6 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:a76f78d8854217635d8049ec8501edb806f961e72989cfff8503982e6ff2579d - 8.28% (3.03 MB)
[#001] sha256:096a495bd82a55e97c5be084787578b5b5af0321a33c70ccf19bca0dc260a981 - 1.62% (608 KB)
[#002] sha256:a1ff0e0742f027721acb6e403cfd9c33f5035562626412821cf440ee0a0d4bd6 - 90.09% (32.9 MB)
[#003] sha256:566cf6a3c532656d496f8fab7a8822e11cef4dd8c1dab24cdf229bbf359101eb - 0.0% (368 Bytes)
/bin/sh -c #(nop) ADD file:675ad8acf4b076e34aeeba26dd482be7640df5912b1ec5e3183b7eb69c01e83e in /
2023-03-29 17:41:57 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-03-29 22:38:21 UTC/bin/sh -c apk --no-cache add ca-certificates tzdata
2023-04-06 18:46:14 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.9.10/traefik_v2.9.10_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
2023-04-06 18:46:16 UTC/bin/sh -c #(nop) COPY file:59a219a1fb7a9dc894a7a9a4718fa97fd24adb0a4a6455240ec2ab0183da796e in /
2023-04-06 18:46:16 UTC/bin/sh -c #(nop) EXPOSE 80
2023-04-06 18:46:16 UTC/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]
2023-04-06 18:46:16 UTC/bin/sh -c #(nop) CMD ["traefik"]
2023-04-06 18:46: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.9.10 org.opencontainers.image.documentation=https://docs.traefik.io
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.