2023-05-10 01:39:45 UTC
158 MB
netshoot
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:8a49fdb3b6a5ff2bd8ec6a86c05b2922a0f7454579ecc07637e94dfd1d0639b6 - 2.06% (3.24 MB)
[#001] sha256:f08cc7654b42db3e22932b965ca5b0fe431028aac26c04c2d23715d581346bff - 70.55% (111 MB)
[#002] sha256:bacdb080ad6d61db2e3200a37ef78f239d1f6250a085f6070bf686f87dc03fa4 - 3.05% (4.8 MB)
[#003] sha256:df75a2676b1d4026e753db1f1849b775e62eeaf206f86702e55c4291fa813122 - 8.19% (12.9 MB)
[#004] sha256:d30ac41fb6a9f0e15f5913751085fa5d1fed524b02a56a6255397c31b8298393 - 3.73% (5.88 MB)
[#005] sha256:3f3eebe79603680fdd75b64adb3881d3a4828c00242eaf21263b890a8a891e3a - 4.53% (7.14 MB)
[#006] sha256:086410b5650d0fcea26ba286db198e72d47df6b30c1a1a2b457a866d8cd1605d - 3.05% (4.81 MB)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:5a7fe97d184f010c92a2bc1161749d9e8fbb3d91c4c471ba4999222646297c0d - 2.48% (3.91 MB)
[#009] sha256:a6d1b2d7a50e7e2f30eecc6c6b842c52784c15c1be6176d95bc977749611e3c3 - 0.4% (650 KB)
[#010] sha256:599ae1c27c6310322b69df7b54601388efa10bc72586f68a1f577170f31be278 - 0.46% (734 KB)
[#011] sha256:dd5e50b27eb9812ba5a4d253a276105e15567788b9d6c12a4ed3c4b2a91f5e15 - 0.0% (2.27 KB)
[#012] sha256:2681a5bf3176b494f92acdbcf67f9dff1fcabe7bfd2c572585d7a54ac690d980 - 0.0% (296 Bytes)
[#013] sha256:2517e0a2f862aade23d6d09cb1af244f00a5468a213c5a3179db50444fbfe5ba - 1.47% (2.31 MB)
[#014] sha256:7b5061a1528d9d4b3463bb14debb109b2abad87465dd13d1a59621f12a62c1a7 - 0.03% (52.6 KB)
/bin/sh -c #(nop) ADD file:7625ddfd589fb824ee39f1b1eb387b98f3676420ff52f26eb9d975151e889667 in /
2023-05-09 23:11:10 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-05-10 01:39: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 tshark util-linux vim git zsh websocat swaks perl-crypt-ssleay perl-net-ssleay # buildkit
2023-05-10 01:39:38 UTC (buildkit.dockerfile.v0)COPY /tmp/ctop /usr/local/bin/ctop # buildkit
2023-05-10 01:39:38 UTC (buildkit.dockerfile.v0)COPY /tmp/calicoctl /usr/local/bin/calicoctl # buildkit
2023-05-10 01:39:38 UTC (buildkit.dockerfile.v0)COPY /tmp/termshark /usr/local/bin/termshark # buildkit
2023-05-10 01:39:39 UTC (buildkit.dockerfile.v0)COPY /tmp/grpcurl /usr/local/bin/grpcurl # buildkit
2023-05-10 01:39:39 UTC (buildkit.dockerfile.v0)COPY /tmp/fortio /usr/local/bin/fortio # buildkit
2023-05-10 01:39:39 UTC (buildkit.dockerfile.v0)USER root
2023-05-10 01:39:39 UTC (buildkit.dockerfile.v0)WORKDIR /root
2023-05-10 01:39:39 UTC (buildkit.dockerfile.v0)ENV HOSTNAME=netshoot
2023-05-10 01:39:40 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | sh # buildkit
2023-05-10 01:39:41 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
2023-05-10 01:39:42 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
2023-05-10 01:39:42 UTC (buildkit.dockerfile.v0)COPY zshrc .zshrc # buildkit
2023-05-10 01:39:42 UTC (buildkit.dockerfile.v0)COPY motd motd # buildkit
2023-05-10 01:39:45 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod -R g=u /root # buildkit
2023-05-10 01:39:45 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chown root:root /usr/bin/dumpcap # buildkit
2023-05-10 01:39:45 UTC (buildkit.dockerfile.v0)CMD ["zsh"]
2023-05-10 01:41:31 UTC
161 MB
netshoot
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:08409d4172603f40b56eb6b76240a1e6bd78baa0e96590dc7ff76c5f1a093af2 - 1.98% (3.19 MB)
[#001] sha256:ac33bad4dbc840c48990d42d0f6100185aaf52468e7d651a4eee3d7e4c9a9910 - 73.22% (118 MB)
[#002] sha256:923c486e8fbf86e3698c648d1096d8c85fa488201972570cac0ab337449fee16 - 2.74% (4.42 MB)
[#003] sha256:47fe9363a92a56229a7ead4c2b1cb033492c4f27a6539db768583033756dbdd2 - 7.16% (11.5 MB)
[#004] sha256:42db5be59d6c6feda50f163840cb4caeb8892dc7fb69c27c0c387cf7ef0d7556 - 3.37% (5.42 MB)
[#005] sha256:15d2d99713c2be573c040b6d34071e94b7e8f437e763f2775e43560db662e97f - 4.06% (6.54 MB)
[#006] sha256:e75fe07ab2d6dda143136bbe08ecf14374d9bfd85c0195f456aa858f52f62562 - 2.73% (4.4 MB)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:aa1e8a00074ddc2c96bd280909fb69a5f38188a0ba918d5b6e564be5d60f6be8 - 2.43% (3.91 MB)
[#009] sha256:b13a35cd3e6005246ae55888df09b3f20b81d72e3932ad110fc1db42e25f5303 - 0.39% (650 KB)
[#010] sha256:70b9b37f04421138d5ab1244683d378734aca5c19fe69d879f10f98864fa581b - 0.45% (735 KB)
[#011] sha256:df18fbfdedba2009be8d6dcc890f25b149d7e3931d072bdac6604104a804d2f2 - 0.0% (2.27 KB)
[#012] sha256:aebbe40f073b5e23f71084d5adbabc1e7eecb2d89967c71aa3745d83a485adbf - 0.0% (297 Bytes)
[#013] sha256:05af46097b85826bbf892124cb47185cecbee011a44a64ed8d799c8ac9b7eb86 - 1.44% (2.31 MB)
[#014] sha256:404981eb256559e669a17dc541673e8a6e589ab38fecbe1676422e29fc65afcd - 0.03% (52.1 KB)
/bin/sh -c #(nop) ADD file:df7fccc3453b6ec1401d27a1295b0882a83e731fde8f23db9d3f687a2b6b4e70 in /
2023-05-09 23:11:08 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-05-10 01:40:29 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 tshark util-linux vim git zsh websocat swaks perl-crypt-ssleay perl-net-ssleay # buildkit
2023-05-10 01:41:21 UTC (buildkit.dockerfile.v0)COPY /tmp/ctop /usr/local/bin/ctop # buildkit
2023-05-10 01:41:21 UTC (buildkit.dockerfile.v0)COPY /tmp/calicoctl /usr/local/bin/calicoctl # buildkit
2023-05-10 01:41:21 UTC (buildkit.dockerfile.v0)COPY /tmp/termshark /usr/local/bin/termshark # buildkit
2023-05-10 01:41:21 UTC (buildkit.dockerfile.v0)COPY /tmp/grpcurl /usr/local/bin/grpcurl # buildkit
2023-05-10 01:41:21 UTC (buildkit.dockerfile.v0)COPY /tmp/fortio /usr/local/bin/fortio # buildkit
2023-05-10 01:41:21 UTC (buildkit.dockerfile.v0)USER root
2023-05-10 01:41:21 UTC (buildkit.dockerfile.v0)WORKDIR /root
2023-05-10 01:41:21 UTC (buildkit.dockerfile.v0)ENV HOSTNAME=netshoot
2023-05-10 01:41:25 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | sh # buildkit
2023-05-10 01:41:27 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
2023-05-10 01:41:29 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
2023-05-10 01:41:29 UTC (buildkit.dockerfile.v0)COPY zshrc .zshrc # buildkit
2023-05-10 01:41:29 UTC (buildkit.dockerfile.v0)COPY motd motd # buildkit
2023-05-10 01:41:31 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod -R g=u /root # buildkit
2023-05-10 01:41:31 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chown root:root /usr/bin/dumpcap # buildkit
2023-05-10 01:41:31 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.