2026-05-04 13:43:28 UTC
10.3 MB
x86_64-unknown-linux-musl
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:6a0ac1617861a677b045b7ff88545213ec31c0ff08763195a70a4a5adda577bb - 35.69% (3.69 MB)
[#001] sha256:ff2b2109a6a0cf60a3098a71cbade3188a17d0983d8177d99eb9660ecb81700a - 36.73% (3.79 MB)
[#002] sha256:44a4e9f28f2e68c144a31dcc5193f76e68c8da2a431a5ecb66160426031cfbf0 - 27.56% (2.85 MB)
[#003] sha256:9b94dc97b3dd72856eca28512428bb250470021a22ff42aa0853bfbb7faa8470 - 0.01% (930 Bytes)
[#004] sha256:734aab14cae3283237f7e4be4675d7b3212c5a638b7183e1c4726fb414123d73 - 0.01% (924 Bytes)
ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit
2026-04-15 20:01:40 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-05-04 13:43:27 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache bash iptables iproute2 wget unzip # buildkit
2026-05-04 13:43:28 UTC (buildkit.dockerfile.v0)ARG PHANTUN_VER=v0.8.1
2026-05-04 13:43:28 UTC (buildkit.dockerfile.v0)ENV ARCH=x86_64-unknown-linux-musl
2026-05-04 13:43:28 UTC (buildkit.dockerfile.v0)RUN |1 PHANTUN_VER=v0.8.1 /bin/sh -c wget https://github.com/dndx/phantun/releases/download/${PHANTUN_VER}/phantun_${ARCH}.zip -O /tmp/phantun.zip && unzip /tmp/phantun.zip -d /usr/local/bin/ && chmod +x /usr/local/bin/phantun_server /usr/local/bin/phantun_client && rm /tmp/phantun.zip # buildkit
2026-05-04 13:43:28 UTC (buildkit.dockerfile.v0)COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
2026-05-04 13:43:28 UTC (buildkit.dockerfile.v0)RUN |1 PHANTUN_VER=v0.8.1 /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh # buildkit
2026-05-04 13:43:28 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
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.