2023-10-11 18:19:25 UTC
41.1 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa - 7.89% (3.24 MB)
[#001] sha256:eeed05813ad6dab5b7d0156cab3e4976cd245786d76cc19071687bf8232d0683 - 1.44% (608 KB)
[#002] sha256:86ea8083d7bce4dd990c2ea838f2c04ab7fcc56a861c000ae0094825b6912661 - 90.67% (37.3 MB)
[#003] sha256:cea349f5f8a775924119f640676ef0b55a652143545b75c966e52dccc0b25a3b - 0.0% (368 Bytes)
/bin/sh -c #(nop) ADD file:756183bba9c7f4593c2b216e98e4208b9163c4c962ea0837ef88bd917609d001 in /
2023-09-28 21:19:27 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-09-29 03:23:55 UTC/bin/sh -c apk --no-cache add ca-certificates tzdata
2023-10-11 18:19:24 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.5/traefik_v2.10.5_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-10-11 18:19:24 UTC/bin/sh -c #(nop) COPY file:59a219a1fb7a9dc894a7a9a4718fa97fd24adb0a4a6455240ec2ab0183da796e in /
2023-10-11 18:19:24 UTC/bin/sh -c #(nop) EXPOSE 80
2023-10-11 18:19:24 UTC/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]
2023-10-11 18:19:25 UTC/bin/sh -c #(nop) CMD ["traefik"]
2023-10-11 18:19:25 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.5 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.