2025-06-23 16:46:17 UTC
198 MB
netshoot
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:fe07684b16b82247c3539ed86a65ff37a76138ec25d380bd80c869a1a4c73236 - 1.83% (3.62 MB)
[#001] sha256:4fe72e03ed631d78592b8e5fd6862b00314e65c010ca7d9a89edc51fe907e7be - 63.81% (127 MB)
[#002] sha256:6825d4104fcfff6218bce70296eb8bb5bb7af5bd4a5e3459cba6c09d04128afd - 2.42% (4.8 MB)
[#003] sha256:b402f437fea1e31bfad737ae87cbc202872ea335e45378e809f0ce51daee1f1c - 16.13% (32 MB)
[#004] sha256:777b2eb9c2337499dd30e62ebb74279ab80640062361c3c56ec96dc6f93910ba - 2.96% (5.88 MB)
[#005] sha256:f97746911927f7ae4ecd9323b5315993ac3409a192ace3b9ada97bb6ce4dd664 - 3.82% (7.57 MB)
[#006] sha256:c48e6ef5a450bbe5587c549c0bc223eea818618b005cff1825abb121d86eb2e9 - 3.15% (6.25 MB)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:1ffbfc3fee40818736a4124673939bb4edfd676af47fb1f674ee6009daddaa75 - 3.29% (6.51 MB)
[#009] sha256:9739e82eeb6742b1d89ffd2438b33d7c2fd46395a6715347fa1177fd38bab8ee - 0.34% (689 KB)
[#010] sha256:60a99735405588636634014758893d059a8944f7d72c448a2c1f9c36a314cce1 - 0.37% (747 KB)
[#011] sha256:44718f283b64fb7210bc4840a3585f53746b9545650a05466bf4a794bef2a9f3 - 0.0% (2.27 KB)
[#012] sha256:8a84d69553b481e849eda83b391b63425fed2424cf572f124bf0749960728e46 - 0.0% (296 Bytes)
[#013] sha256:e3d67c9573951e74a3a352d0beb851d359a600e89ce4da6b216f0d70e7a1ce76 - 1.83% (3.62 MB)
[#014] sha256:b71379f7ad5685c0c031a02a3bd3c7f6e963d7bcc3f4c4933badfe33fda846c8 - 0.05% (107 KB)
ADD alpine-minirootfs-3.22.0-x86_64.tar.gz / # buildkit
2025-05-30 16:20:41 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2025-06-23 16:46:13 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -ex && echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && apk update && apk upgrade && apk add --no-cache apache2-utils bash bind-tools bird bridge-utils busybox-extras conntrack-tools curl dhcping drill ethtool file fping iftop iperf iperf3 iproute2 ipset iptables iptraf-ng iputils ipvsadm httpie jq libc6-compat liboping ltrace mtr net-snmp-tools netcat-openbsd nftables ngrep nmap nmap-nping nmap-scripts openssl py3-pip py3-setuptools scapy socat speedtest-cli openssh oh-my-zsh strace tcpdump tcptraceroute trippy tshark util-linux vim git zsh websocat swaks perl-crypt-ssleay perl-net-ssleay # buildkit
2025-06-23 16:46:14 UTC (buildkit.dockerfile.v0)COPY /tmp/ctop /usr/local/bin/ctop # buildkit
2025-06-23 16:46:14 UTC (buildkit.dockerfile.v0)COPY /tmp/calicoctl /usr/local/bin/calicoctl # buildkit
2025-06-23 16:46:14 UTC (buildkit.dockerfile.v0)COPY /tmp/termshark /usr/local/bin/termshark # buildkit
2025-06-23 16:46:14 UTC (buildkit.dockerfile.v0)COPY /tmp/grpcurl /usr/local/bin/grpcurl # buildkit
2025-06-23 16:46:14 UTC (buildkit.dockerfile.v0)COPY /tmp/fortio /usr/local/bin/fortio # buildkit
2025-06-23 16:46:14 UTC (buildkit.dockerfile.v0)USER root
2025-06-23 16:46:14 UTC (buildkit.dockerfile.v0)WORKDIR /root
2025-06-23 16:46:14 UTC (buildkit.dockerfile.v0)ENV HOSTNAME=netshoot
2025-06-23 16:46:15 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | sh # buildkit
2025-06-23 16:46:15 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions # buildkit
2025-06-23 16:46:16 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k # buildkit
2025-06-23 16:46:16 UTC (buildkit.dockerfile.v0)COPY zshrc .zshrc # buildkit
2025-06-23 16:46:16 UTC (buildkit.dockerfile.v0)COPY motd motd # buildkit
2025-06-23 16:46:17 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod -R g=u /root # buildkit
2025-06-23 16:46:17 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chown root:root /usr/bin/dumpcap # buildkit
2025-06-23 16:46:17 UTC (buildkit.dockerfile.v0)CMD ["zsh"]
2025-06-23 16:47:39 UTC
194 MB
netshoot
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d69d4d41cfe2ee680d6972795e2a1eb9e4dc4ec3b3c5e0797c9ab43bb3726fa7 - 2.03% (3.94 MB)
[#001] sha256:439f67d9ad1f5f5218d376a6268f79dbc8ce68c05ae3cda9da40b00447a8f49a - 64.89% (126 MB)
[#002] sha256:f0280d462e825732b37b5da2ddd71ea3a2447cbacbff8bf08e991e371c1f1a03 - 2.27% (4.42 MB)
[#003] sha256:27bf48a9892d921284482030968c83755c38af46500b407e06c025223cde1f95 - 15.43% (30 MB)
[#004] sha256:82501b6414a9105b32aadcb1643a004ee2319e3f986424009ed43d3a8f42ad69 - 2.79% (5.42 MB)
[#005] sha256:c24dd63e7c71ee90a4583dfd08f390d6d2b53cd345eb2eb97d3f87972a972348 - 3.61% (7.02 MB)
[#006] sha256:f772ff12c3d3bce1011486576e512e42904682e6bdfeafdbdf506813f69df754 - 2.99% (5.82 MB)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:d157a73e0d02d52d5dde15909c3f437a3555119243a8a83f9a19482562060fd7 - 3.35% (6.52 MB)
[#009] sha256:cb5f7ba3d829ca0a10c406b0a87d9336164e5b9f300f07bbac3452731a366755 - 0.35% (689 KB)
[#010] sha256:3c1b49f5438600d82afd499d8d8d84e153b670040ecd056fb3afadd81a4c76c2 - 0.38% (747 KB)
[#011] sha256:535f496ce6e1e45054de94552f6d1db4761ca0af03d71248ce8cee10ad1552c0 - 0.0% (2.27 KB)
[#012] sha256:c045726d1b1bf91db7d3bb051bda304bad2edee2ccc7b2a6027f36954b13b553 - 0.0% (296 Bytes)
[#013] sha256:b5c2ac7e86a3e4fbc96ecaaacd28e1d9d1b306d3ef6cbd92ce8740722bcacbd5 - 1.86% (3.62 MB)
[#014] sha256:2a43f0bc95d9a108422468c2a48f53f4c8624fd2c1267797312cedbff35b18f3 - 0.05% (108 KB)
ADD alpine-minirootfs-3.22.0-aarch64.tar.gz / # buildkit
2025-05-30 16:20:41 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2025-06-23 16:46:38 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -ex && echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && apk update && apk upgrade && apk add --no-cache apache2-utils bash bind-tools bird bridge-utils busybox-extras conntrack-tools curl dhcping drill ethtool file fping iftop iperf iperf3 iproute2 ipset iptables iptraf-ng iputils ipvsadm httpie jq libc6-compat liboping ltrace mtr net-snmp-tools netcat-openbsd nftables ngrep nmap nmap-nping nmap-scripts openssl py3-pip py3-setuptools scapy socat speedtest-cli openssh oh-my-zsh strace tcpdump tcptraceroute trippy tshark util-linux vim git zsh websocat swaks perl-crypt-ssleay perl-net-ssleay # buildkit
2025-06-23 16:47:32 UTC (buildkit.dockerfile.v0)COPY /tmp/ctop /usr/local/bin/ctop # buildkit
2025-06-23 16:47:32 UTC (buildkit.dockerfile.v0)COPY /tmp/calicoctl /usr/local/bin/calicoctl # buildkit
2025-06-23 16:47:32 UTC (buildkit.dockerfile.v0)COPY /tmp/termshark /usr/local/bin/termshark # buildkit
2025-06-23 16:47:33 UTC (buildkit.dockerfile.v0)COPY /tmp/grpcurl /usr/local/bin/grpcurl # buildkit
2025-06-23 16:47:33 UTC (buildkit.dockerfile.v0)COPY /tmp/fortio /usr/local/bin/fortio # buildkit
2025-06-23 16:47:33 UTC (buildkit.dockerfile.v0)USER root
2025-06-23 16:47:33 UTC (buildkit.dockerfile.v0)WORKDIR /root
2025-06-23 16:47:33 UTC (buildkit.dockerfile.v0)ENV HOSTNAME=netshoot
2025-06-23 16:47:35 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | sh # buildkit
2025-06-23 16:47:36 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions # buildkit
2025-06-23 16:47:37 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k # buildkit
2025-06-23 16:47:37 UTC (buildkit.dockerfile.v0)COPY zshrc .zshrc # buildkit
2025-06-23 16:47:37 UTC (buildkit.dockerfile.v0)COPY motd motd # buildkit
2025-06-23 16:47:39 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod -R g=u /root # buildkit
2025-06-23 16:47:39 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chown root:root /usr/bin/dumpcap # buildkit
2025-06-23 16:47:39 UTC (buildkit.dockerfile.v0)CMD ["zsh"]
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.