Namespace
nicolaka
Image / Tag
netshoot:v0.8
Content Digest
sha256:c9ec07904a19f3e746cb4823758c287ec370b1d8e9409db27618018bd7049238
Details
Created

2022-11-03 14:16:18 UTC

Size

154 MB

Content Digest
Environment
HOSTNAME

netshoot

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:2408cc74d12b6cd092bb8b516ba7d5e290f485d3eb9672efc00f0583730179e8 - 1.73% (2.67 MB)

[#001] sha256:10b228c536e39eed055bd80cd4b129ba949802816752d2a9a0bca08e1d2804d5 - 73.17% (113 MB)

[#002] sha256:7064c8c5374503a5f202acbf555a227d6af4c6c8b20145f0799cdf9da1c84499 - 4.96% (7.65 MB)

[#003] sha256:6acd3be0d1ac68b8d7e421c7d1aa5a7dca3272f46d3cdc8fca99a5b140bf2e86 - 3.11% (4.8 MB)

[#004] sha256:add02a6f6c04abf2b1edfbf9636099e4a623bff61eae916f7d8cb747c0559e4c - 8.37% (12.9 MB)

[#005] sha256:c03e18297506052230be557028b2144094d08e0f7afabb56d01094a200b9490b - 3.81% (5.88 MB)

[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#007] sha256:85b00e5aa75a7a2727d3f19bc22329cb76c17661f95db9f440f07fd8f4c66504 - 1.34% (2.07 MB)

[#008] sha256:e0324a213baff3ce7ec2600e641fd86d6bc7269809eb9d837c20b2f147e2c1d5 - 0.41% (650 KB)

[#009] sha256:cfd278326e00514d0ba23a4eafb4fea0b73354c379e155b25a3914cb8002a4d1 - 0.46% (730 KB)

[#010] sha256:a28c0bf04de9f3e51210ee8d5257fed3f32ce1e5c77961ad16dd57df46082452 - 0.0% (2.27 KB)

[#011] sha256:853e85203141225966b67884fb726d4bd9ddcc73f207441947bb7a43d4605608 - 0.0% (286 Bytes)

[#012] sha256:7e253f00ed317007b1bdfbf56f1352324b7cf25e4181ac2cb1f65cc5264c3a27 - 2.6% (4 MB)

[#013] sha256:0130f7f0eef9f20ba9d15b4b1a1c5fd5fb4571d9226aafacf6e00e1337da0e10 - 0.03% (51.7 KB)


History
2022-05-23 19:19:30 UTC

/bin/sh -c #(nop) ADD file:8e81116368669ed3dd361bc898d61bff249f524139a239fdaf3ec46869a39921 in /

2022-05-23 19:19:31 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2022-11-03 14:16:06 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 jq libc6-compat liboping mtr net-snmp-tools netcat-openbsd nftables ngrep nmap nmap-nping nmap-scripts openssl py3-pip py3-setuptools scapy socat speedtest-cli openssh strace tcpdump tcptraceroute tshark util-linux vim git zsh websocat swaks # buildkit

2022-11-03 14:16:14 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c pip3 install --upgrade httpie # buildkit

2022-11-03 14:16:14 UTC (buildkit.dockerfile.v0)

COPY /tmp/ctop /usr/local/bin/ctop # buildkit

2022-11-03 14:16:14 UTC (buildkit.dockerfile.v0)

COPY /tmp/calicoctl /usr/local/bin/calicoctl # buildkit

2022-11-03 14:16:14 UTC (buildkit.dockerfile.v0)

COPY /tmp/termshark /usr/local/bin/termshark # buildkit

2022-11-03 14:16:14 UTC (buildkit.dockerfile.v0)

USER root

2022-11-03 14:16:14 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2022-11-03 14:16:14 UTC (buildkit.dockerfile.v0)

ENV HOSTNAME=netshoot

2022-11-03 14:16:15 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh || true # buildkit

2022-11-03 14:16:16 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

2022-11-03 14:16:17 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

2022-11-03 14:16:17 UTC (buildkit.dockerfile.v0)

COPY zshrc .zshrc # buildkit

2022-11-03 14:16:17 UTC (buildkit.dockerfile.v0)

COPY motd motd # buildkit

2022-11-03 14:16:18 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c chmod -R g=u /root # buildkit

2022-11-03 14:16:18 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c chown root:root /usr/bin/dumpcap # buildkit

2022-11-03 14:16:18 UTC (buildkit.dockerfile.v0)

CMD ["zsh"]

Details
Created

2022-11-03 14:17:40 UTC

Size

146 MB

Content Digest
Environment
HOSTNAME

netshoot

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:b3c136eddcbf2003d3180787cef00f39d46b9fd9e4623178282ad6a8d63ad3b0 - 1.77% (2.57 MB)

[#001] sha256:3ed1531696ce053e7ed2de67768e71fbbf224718218d00ff6df8afd61f592c7d - 76.87% (112 MB)

[#002] sha256:4c20b270a3ca91811f3cb19be80b004e7e04e8f031a17dd8a846f1f17599e62d - 5.26% (7.66 MB)

[#003] sha256:71eff87259e80316d47887ed565f61f4fc104c810e5fc30c7eb4eb17eeca8757 - 3.04% (4.42 MB)

[#004] sha256:d1452d0dec5defa276d661b905186ccba30e8dab7e1cc607a2a12eb0476caa72 - 7.92% (11.5 MB)

[#005] sha256:ee55786244f7daa2ffd2eee4421560930339b695c39b2b8e3b70f33123a13ea8 - 0.0% (212 Bytes)

[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#007] sha256:330d2bb2b7be8abcacd2837d3a9561dee1e4c9b08370aa74af8d4f18c314ad57 - 1.42% (2.07 MB)

[#008] sha256:d51ef43401120e2e54f18fafd99d4354b6ffb86a6ddb851aed72687e20920a43 - 0.44% (650 KB)

[#009] sha256:d23fd13af465644a986fcb1f765c7fae8d1e7bae9a38154e0ab2d96034650a8b - 0.49% (731 KB)

[#010] sha256:9c69f3e750523b99b29f27674f7f35865f015dcd0594dfbe2a81a7b876f1249b - 0.0% (2.27 KB)

[#011] sha256:045328b5b1a76fec8bdeb47e0358206ebc17731494e2d08a1268a28f5d3e6670 - 0.0% (289 Bytes)

[#012] sha256:5b28b82a150626aba2f04ef97849548bbbff3a77e5071e96412cf04f6e753fe3 - 2.75% (4.01 MB)

[#013] sha256:a32d0f825586e97661a38310e73375d38603398a44be24f2d115ccdc7ac4ae1c - 0.03% (51 KB)


History
2022-05-23 19:39:22 UTC

/bin/sh -c #(nop) ADD file:3ae36c6c4a1fc43157692da97c6c4fa6c3d0189ba82e2bef7f5aaf4a5e083f18 in /

2022-05-23 19:39:22 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2022-11-03 14:16:30 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 jq libc6-compat liboping mtr net-snmp-tools netcat-openbsd nftables ngrep nmap nmap-nping nmap-scripts openssl py3-pip py3-setuptools scapy socat speedtest-cli openssh strace tcpdump tcptraceroute tshark util-linux vim git zsh websocat swaks # buildkit

2022-11-03 14:17:04 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c pip3 install --upgrade httpie # buildkit

2022-11-03 14:17:31 UTC (buildkit.dockerfile.v0)

COPY /tmp/ctop /usr/local/bin/ctop # buildkit

2022-11-03 14:17:31 UTC (buildkit.dockerfile.v0)

COPY /tmp/calicoctl /usr/local/bin/calicoctl # buildkit

2022-11-03 14:17:31 UTC (buildkit.dockerfile.v0)

COPY /tmp/termshark /usr/local/bin/termshark # buildkit

2022-11-03 14:17:31 UTC (buildkit.dockerfile.v0)

USER root

2022-11-03 14:17:31 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2022-11-03 14:17:31 UTC (buildkit.dockerfile.v0)

ENV HOSTNAME=netshoot

2022-11-03 14:17:36 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh || true # buildkit

2022-11-03 14:17:37 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

2022-11-03 14:17:39 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

2022-11-03 14:17:39 UTC (buildkit.dockerfile.v0)

COPY zshrc .zshrc # buildkit

2022-11-03 14:17:39 UTC (buildkit.dockerfile.v0)

COPY motd motd # buildkit

2022-11-03 14:17:40 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c chmod -R g=u /root # buildkit

2022-11-03 14:17:40 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c chown root:root /usr/bin/dumpcap # buildkit

2022-11-03 14:17:40 UTC (buildkit.dockerfile.v0)

CMD ["zsh"]

Danger Zone
Delete Tag

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.

Delete