2024-09-19 10:56:44 UTC
44.8 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:43c4264eed91be63b206e17d93e75256a6097070ce643c5e8f0379998b44f170 - 7.71% (3.46 MB)
[#001] sha256:eee3b43fedbdb1f04dce01d866f630181e3be90d33e2a66fdd2f8233e910d970 - 0.97% (444 KB)
[#002] sha256:e951b536ebf80bc451d654df02290513436a20c330fe1b5cb55c8b4abc842db9 - 91.32% (40.9 MB)
[#003] sha256:188dd7af11350ad507866b72add97aa8614d89af5ff5d2870760b2e49448edb8 - 0.0% (369 Bytes)
/bin/sh -c #(nop) ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 in /
2024-09-06 22:20:07 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-09-19 10:56:44 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk --no-cache add ca-certificates tzdata # buildkit
2024-09-19 10:56:44 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -ex; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) arch='armv6' ;; aarch64) arch='arm64' ;; x86_64) arch='amd64' ;; riscv64) arch='riscv64' ;; s390x) arch='s390x' ;; ppc64le) arch='ppc64le' ;; *) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; esac; wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v2.11.10/traefik_v2.11.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 # buildkit
2024-09-19 10:56:44 UTC (buildkit.dockerfile.v0)COPY entrypoint.sh / # buildkit
2024-09-19 10:56:44 UTC (buildkit.dockerfile.v0)EXPOSE map[80/tcp:{}]
2024-09-19 10:56:44 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/entrypoint.sh"]
2024-09-19 10:56:44 UTC (buildkit.dockerfile.v0)CMD ["traefik"]
2024-09-19 10:56:44 UTC (buildkit.dockerfile.v0)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.11.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.