2025-09-14 02:16:55 UTC
89.4 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:9824c27679d3b27c5e1cb00a73adb6f4f8d556994111c12db3c5d61a0c843df8 - 4.05% (3.62 MB)
[#001] sha256:37c2b02bd0a16ac3d8595e330d6ffa4b78e9eae4b6ad390a9a146f3fac29706c - 95.95% (85.8 MB)
ADD alpine-minirootfs-3.22.1-x86_64.tar.gz / # buildkit
2025-07-15 11:01:16 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2025-09-14 02:16:55 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=Jon LaBelle <https://jonlabelle.com> org.opencontainers.title=network-tools org.opencontainers.image.description=A Docker image with various network tools pre-installed org.opencontainers.image.source=https://github.com/jonlabelle/docker-network-tools org.opencontainers.image.licenses=MIT
2025-09-14 02:16:55 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk -U upgrade && apk add --no-cache apache2-utils bash bash-completion bind-tools ca-certificates coreutils curl drill findutils fping git gping ipcalc iperf iproute2 iputils jq libidn macchanger masscan mtr net-tools netcat-openbsd nftables ngrep nload nmap nmap-nping nmap-scripts oath-toolkit-oathtool openssh-client openssl procps socat speedtest-cli tcpdump tcptraceroute tshark wget python3 && apk add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing/ --no-cache envsubst grpcurl hping3 && apk add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community/ --no-cache arp-scan inetutils-telnet kcat nethogs && rm -rf /var/cache/apk/* && echo 'export PS1="[network-tools]\$ "' >> /root/.bash_profile # buildkit
2025-09-14 02:16:55 UTC (buildkit.dockerfile.v0)CMD ["/bin/bash" "--login"]
2025-09-14 02:17:20 UTC
88.6 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:6e174226ea690ced550e5641249a412cdbefd2d09871f3e64ab52137a54ba606 - 4.44% (3.94 MB)
[#001] sha256:ceb47910be043dd91fa1fb2526e9645d98318f49e2b5f6ebb5a0135b7483faa8 - 95.56% (84.7 MB)
ADD alpine-minirootfs-3.22.1-aarch64.tar.gz / # buildkit
2025-07-15 11:01:16 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2025-09-14 02:17:20 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=Jon LaBelle <https://jonlabelle.com> org.opencontainers.title=network-tools org.opencontainers.image.description=A Docker image with various network tools pre-installed org.opencontainers.image.source=https://github.com/jonlabelle/docker-network-tools org.opencontainers.image.licenses=MIT
2025-09-14 02:17:20 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk -U upgrade && apk add --no-cache apache2-utils bash bash-completion bind-tools ca-certificates coreutils curl drill findutils fping git gping ipcalc iperf iproute2 iputils jq libidn macchanger masscan mtr net-tools netcat-openbsd nftables ngrep nload nmap nmap-nping nmap-scripts oath-toolkit-oathtool openssh-client openssl procps socat speedtest-cli tcpdump tcptraceroute tshark wget python3 && apk add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing/ --no-cache envsubst grpcurl hping3 && apk add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community/ --no-cache arp-scan inetutils-telnet kcat nethogs && rm -rf /var/cache/apk/* && echo 'export PS1="[network-tools]\$ "' >> /root/.bash_profile # buildkit
2025-09-14 02:17:20 UTC (buildkit.dockerfile.v0)CMD ["/bin/bash" "--login"]
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.