2024-09-19 10:56:44 UTC
42.2 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:cf04c63912e16506c4413937c7f4579018e4bb25c272d989789cfba77b12f951 - 9.24% (3.9 MB)
[#001] sha256:90b78a77f39a248439b4a93ad376e3d3d9b5a93b30a162e0587dc5f2a162a5c3 - 1.03% (447 KB)
[#002] sha256:f53e7c32ce800104acbfb86565879991b42121b43a53bdb45616dafe50f8dad8 - 89.73% (37.9 MB)
[#003] sha256:802607c5fce2da1fa6b441d0684df0052448ea241b3d144f39834bb942f3f7a1 - 0.0% (370 Bytes)
/bin/sh -c #(nop) ADD file:ee5bb8409915b11413f44cce4c22fed658aba4fb078a448e08dd4ac9a23581f2 in /
2024-09-06 22:44:11 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.