2024-12-16 10:01:22 UTC
46.9 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:38a8310d387e375e0ec6fabe047a9149e8eb214073db9f461fee6251fd936a75 - 7.41% (3.48 MB)
[#001] sha256:37a0861e679c547d11e7964205754a8e6d995cc0fed869e6023f116ffa0b1e3f - 0.94% (451 KB)
[#002] sha256:f5e15fca152af0ef27efac381b94b2483c000c6364c291f3be064a6642e3f573 - 91.65% (43 MB)
[#003] sha256:52c32679c77cf46cce65c8878492a98155f11428251c4a14f38e6fdd930ee458 - 0.0% (369 Bytes)
ADD alpine-minirootfs-3.21.0-x86_64.tar.gz / # buildkit
2024-12-05 12:49:04 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2024-12-16 10:01:22 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk --no-cache add ca-certificates tzdata # buildkit
2024-12-16 10:01:22 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.16/traefik_v2.11.16_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-12-16 10:01:22 UTC (buildkit.dockerfile.v0)COPY entrypoint.sh / # buildkit
2024-12-16 10:01:22 UTC (buildkit.dockerfile.v0)EXPOSE map[80/tcp:{}]
2024-12-16 10:01:22 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/entrypoint.sh"]
2024-12-16 10:01:22 UTC (buildkit.dockerfile.v0)CMD ["traefik"]
2024-12-16 10:01:22 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.16 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.