2022-03-29 13:22:01 UTC
27.2 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:79f5c9df0b90097bae07a9861e9e0e3f52a16b0bfde2793c4e14ad033cfb47f4 - 9.21% (2.5 MB)
[#001] sha256:10449722d0e221d9f2d76fded7a3856b1e5da5de38e926c9dbde9dfeb95c67c8 - 2.36% (657 KB)
[#002] sha256:c97ce8769018f1f5779ff23a36db9370e1fdc5ab3d5faa8e28c5cc92dd3f7cf5 - 88.43% (24 MB)
[#003] sha256:b8e0d761f779de7f6cfa299d3814e16a068bac4bf904774473d8ebcc1945727a - 0.0% (368 Bytes)
/bin/sh -c #(nop) ADD file:9670f4f7de6a9b8eb844e418daedd0dbad90009126790eb65e246b29cac5ea47 in /
2022-03-29 00:49:46 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-03-29 13:21:28 UTC/bin/sh -c apk --no-cache add ca-certificates tzdata
2022-03-29 13:21:58 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.6.2/traefik_v2.6.2_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
2022-03-29 13:21:59 UTC/bin/sh -c #(nop) COPY file:59a219a1fb7a9dc894a7a9a4718fa97fd24adb0a4a6455240ec2ab0183da796e in /
2022-03-29 13:22:00 UTC/bin/sh -c #(nop) EXPOSE 80
2022-03-29 13:22:00 UTC/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]
2022-03-29 13:22:01 UTC/bin/sh -c #(nop) CMD ["traefik"]
2022-03-29 13:22:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=Traefik Labs 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.6.2 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.