2024-02-13 03:17:15 UTC
166 MB
netshoot
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:661ff4d9561e3fd050929ee5097067c34bafc523ee60f5294a37fd08056a73ca - 1.96% (3.25 MB)
[#001] sha256:995df079f4e4403e9c5654042334d4c4b70926701c754e1f18f4a1e21bf44206 - 69.6% (116 MB)
[#002] sha256:dd60ddc09193e41e731eac38b65cd7af70b1edc6f614b6d52e1ea5d5f5965631 - 2.89% (4.8 MB)
[#003] sha256:db21b8384e68269f2a99c103edd3fc208125fc7525253f6bf6799e9d45862ea4 - 7.78% (12.9 MB)
[#004] sha256:0c4b97b7a9f687f2bad735e9d485f515c6ab5fb55bebca8b25b03dbc70e360c9 - 3.54% (5.88 MB)
[#005] sha256:ab55214c6c7fd21c43863b2ad4236463fdd3fee101fd32a69d2ef73b041947db - 4.45% (7.38 MB)
[#006] sha256:605fbab301128a2d06699d6d520401dcee985b3248ad48a482fd4796544b601c - 2.97% (4.93 MB)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:ccf5fa44d5800877680a927e811e0ec1d751d1ee90b539310f3ac0d9bdd1e8d4 - 3.81% (6.32 MB)
[#009] sha256:bd3e8b5a2d54e78f596df7ef85df455e3fe6ba2e9014c1eb064203acdcd20cbe - 0.4% (685 KB)
[#010] sha256:76daa6c5300325eac23e16a3816c2c6a65b1fed49e0a67f66d65efc84da7144e - 0.44% (744 KB)
[#011] sha256:f32b561aa773dae29d18c98bba89c03afadf80f2ee18bf5e7ffdd06b1ac69e4b - 0.0% (2.27 KB)
[#012] sha256:b72ad7310ef55ff4009bd40b777205b0dd4591d4505696aca86631a40d69d4f2 - 0.0% (295 Bytes)
[#013] sha256:a06bebda965d809a2f55fa3509a8786424fa349f033c2941b0c8655076725f38 - 2.12% (3.52 MB)
[#014] sha256:a1436cccfd440838c861cde2aae185fd35c9873f6668c243fbb0a8f140e96a4c - 0.03% (52 KB)
/bin/sh -c #(nop) ADD file:1f4eb46669b5b6275af19eb7471a6899a61c276aa7d925b8ae99310b14b75b92 in /
2023-12-08 01:20:49 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-02-13 03:17:09 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -ex && echo "https://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && echo "https://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
2024-02-13 03:17:11 UTC (buildkit.dockerfile.v0)COPY /tmp/ctop /usr/local/bin/ctop # buildkit
2024-02-13 03:17:11 UTC (buildkit.dockerfile.v0)COPY /tmp/calicoctl /usr/local/bin/calicoctl # buildkit
2024-02-13 03:17:11 UTC (buildkit.dockerfile.v0)COPY /tmp/termshark /usr/local/bin/termshark # buildkit
2024-02-13 03:17:12 UTC (buildkit.dockerfile.v0)COPY /tmp/grpcurl /usr/local/bin/grpcurl # buildkit
2024-02-13 03:17:12 UTC (buildkit.dockerfile.v0)COPY /tmp/fortio /usr/local/bin/fortio # buildkit
2024-02-13 03:17:12 UTC (buildkit.dockerfile.v0)USER root
2024-02-13 03:17:12 UTC (buildkit.dockerfile.v0)WORKDIR /root
2024-02-13 03:17:12 UTC (buildkit.dockerfile.v0)ENV HOSTNAME=netshoot
2024-02-13 03:17:12 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | sh # buildkit
2024-02-13 03:17:13 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
2024-02-13 03:17:14 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
2024-02-13 03:17:14 UTC (buildkit.dockerfile.v0)COPY zshrc .zshrc # buildkit
2024-02-13 03:17:14 UTC (buildkit.dockerfile.v0)COPY motd motd # buildkit
2024-02-13 03:17:15 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod -R g=u /root # buildkit
2024-02-13 03:17:15 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chown root:root /usr/bin/dumpcap # buildkit
2024-02-13 03:17:15 UTC (buildkit.dockerfile.v0)CMD ["zsh"]
2024-02-13 03:18:24 UTC
169 MB
netshoot
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:c303524923177661067f7eb378c3dd5277088c2676ebd1cd78e68397bb80fdbf - 1.89% (3.19 MB)
[#001] sha256:f71ca211edc35010f7fb193731c60f0b32f89aa314b1e1b8c3d5783ddac212ba - 72.08% (122 MB)
[#002] sha256:502976ce325aa5fc238164ee24593cf55a1ece2a2c26ce7578fd856873236e71 - 2.61% (4.42 MB)
[#003] sha256:e825dd37c2a395fabdabff4d41d9c0d8ce35a930fcb4973b4937744f5e1f7a65 - 6.81% (11.5 MB)
[#004] sha256:5b12915d9852662846d7c3f6c899d7d8468d001c777beee697d4cfdbd8afde15 - 3.2% (5.42 MB)
[#005] sha256:979e14de526ce16519e3e51b64d0784e4a2714d39f09c84d32ca71195c2c6713 - 4.04% (6.85 MB)
[#006] sha256:d50b4048df0897166f7dc114be0feb4975b5d4dd46a50c0bf785f8ac4e4239b0 - 2.7% (4.57 MB)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:224f36283b9c903f0593793db8e65b1e27c9920a0a9ae473cbb870b6b97a9b0c - 3.73% (6.32 MB)
[#009] sha256:5a9d5c9d07cd4f71b2466dadc04e11f550222960632d9c2fdcf488862888e7aa - 0.39% (685 KB)
[#010] sha256:3e9e902e820392f90b9b7a3afff0a694babc20fe340d2950ec7f7c95d8e42acb - 0.43% (744 KB)
[#011] sha256:e2ec20512957109d2d86e56d99d0e600a0cd99b4dbb3c31f69504198cc6379d6 - 0.0% (2.27 KB)
[#012] sha256:ac41526217da24b7952723629f65e20e0d87306fbae8e9f8d04f20c5207a746b - 0.0% (296 Bytes)
[#013] sha256:fbc00c91518c9b692fd830ea81d0241ca85f140ae088b23792814f9c9eb543ca - 2.08% (3.52 MB)
[#014] sha256:a46c19cc79e844649da051bf1798d7c27a8208da168d343f2c23386aabbf808d - 0.03% (53 KB)
/bin/sh -c #(nop) ADD file:8182c73f869a899cf624a59c400acb8226776d15e4d3a0d240a94e65340540d0 in /
2023-12-08 01:39:30 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-02-13 03:17:33 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -ex && echo "https://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && echo "https://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
2024-02-13 03:18:18 UTC (buildkit.dockerfile.v0)COPY /tmp/ctop /usr/local/bin/ctop # buildkit
2024-02-13 03:18:18 UTC (buildkit.dockerfile.v0)COPY /tmp/calicoctl /usr/local/bin/calicoctl # buildkit
2024-02-13 03:18:18 UTC (buildkit.dockerfile.v0)COPY /tmp/termshark /usr/local/bin/termshark # buildkit
2024-02-13 03:18:18 UTC (buildkit.dockerfile.v0)COPY /tmp/grpcurl /usr/local/bin/grpcurl # buildkit
2024-02-13 03:18:18 UTC (buildkit.dockerfile.v0)COPY /tmp/fortio /usr/local/bin/fortio # buildkit
2024-02-13 03:18:18 UTC (buildkit.dockerfile.v0)USER root
2024-02-13 03:18:18 UTC (buildkit.dockerfile.v0)WORKDIR /root
2024-02-13 03:18:18 UTC (buildkit.dockerfile.v0)ENV HOSTNAME=netshoot
2024-02-13 03:18:21 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | sh # buildkit
2024-02-13 03:18:22 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
2024-02-13 03:18:23 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
2024-02-13 03:18:23 UTC (buildkit.dockerfile.v0)COPY zshrc .zshrc # buildkit
2024-02-13 03:18:23 UTC (buildkit.dockerfile.v0)COPY motd motd # buildkit
2024-02-13 03:18:24 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod -R g=u /root # buildkit
2024-02-13 03:18:24 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chown root:root /usr/bin/dumpcap # buildkit
2024-02-13 03:18:24 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.