2026-03-16 15:22:42 +0800
77.1 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:8372a04f222be82bf67eb0010a59644b1e52f1246b3da9034edaa98f3d591cae - 56.23% (43.3 MB)
[#001] sha256:f6538c4455a314633bc078deeeff221be93192fdd302c1c703e675a932e5f10c - 43.77% (33.7 MB)
[#002] sha256:b92f77c688182153d1fdc9e79b16fec99a1e250539e9bec4319f47746bab3128 - 0.0% (289 Bytes)
/bin/sh -c #(nop) ADD file:4c5e0bec5f780d9c6bfbafcb9e6ed641781dd7f7c2853a0c49d6613e9fef9516 in /
2022-06-23 00:22:10 UTC/bin/sh -c #(nop) CMD ["bash"]
2026-03-16 15:22:42 +0800 (buildkit.dockerfile.v0)LABEL maintainer=phithon <root@leavesongs.com>
2026-03-16 15:22:42 +0800 (buildkit.dockerfile.v0)RUN /bin/sh -c set -ex && echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list && apt-get -o Acquire::Check-Valid-Until=false update && apt-get install -y --no-install-recommends bind9=1:9.10.3.dfsg.P4-12.3+deb9u6 dnsutils && rm -rf /var/lib/apt/lists/* # buildkit
2026-03-16 15:22:42 +0800 (buildkit.dockerfile.v0)COPY named.conf.options /etc/bind/named.conf.options # buildkit
2026-03-16 15:22:42 +0800 (buildkit.dockerfile.v0)EXPOSE [53/tcp]
2026-03-16 15:22:42 +0800 (buildkit.dockerfile.v0)EXPOSE [53/udp]
2026-03-16 15:22:42 +0800 (buildkit.dockerfile.v0)CMD ["/bin/sh" "-c" "/usr/sbin/named -4 -c /etc/bind/named.conf -u bind -f"]
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.