Namespace
nicolaka
Image / Tag
netshoot:9348464681e9dddf434b29388b537dc411cf6a4e
Content Digest
sha256:1116ede25c69cd4e3effa2dfbdc35e6638c8faceabd4fbbd334dfbb108c07095
Details
Created

2022-05-17 18:33:34 UTC

Size

148 MB

Content Digest
Environment
HOSTNAME

netshoot

PATH

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


Layers

[#000] sha256:df9b9388f04ad6279a7410b85cedfdcb2208c0a003da7ab5613af71079148139 - 1.81% (2.68 MB)

[#001] sha256:77ad91f73bcf0df50a3518b7b706e5bf8b9b3351e3eedac171c4e0df64ed2334 - 73.61% (109 MB)

[#002] sha256:93006b97b1aa5ce85a0c5dc28849f09be8797a73031a5d9216cc81b669c9b9e4 - 5.02% (7.45 MB)

[#003] sha256:d5c83131d384d5674f1399ebfa4762912785299f45612926f56323cd85be425f - 3.24% (4.8 MB)

[#004] sha256:d1b85b893323d750ef0d0779b7af1f6984b205a1b5295c56158d82b9064ac833 - 7.79% (11.6 MB)

[#005] sha256:f843ef8b30cecd80677f89d2e1920a045cdf1fb3d2bc83d43f43a26157f63a06 - 3.69% (5.47 MB)

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

[#007] sha256:6df125936a600129383bd01a904444fd75fac0af0c711de361032a64d3dd7b72 - 1.39% (2.06 MB)

[#008] sha256:aa7ac85e756697968a59156d3cebc57dd7f92219524ef0594b98e59e7b3dac90 - 0.43% (650 KB)

[#009] sha256:6ca113f241c3c0bd3b9da40bed3e42d81dec2bd5ccc583a0ba02b84f82b9832c - 0.48% (728 KB)

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

[#011] sha256:89b5480bc2a10affc82082fa31de42f8699338c38d621c08569f11c8e825af14 - 0.0% (287 Bytes)

[#012] sha256:352df3b9a11b3055ede5eeb663c0a413bceac413778ff16f039fb2e4f44268ca - 2.53% (3.76 MB)

[#013] sha256:ea9b226b0d8b054211667654f6a77cc97dab5d7e2aa2854b515a2ef7ae79ab11 - 0.03% (50.1 KB)


History
2022-04-05 00:19:59 UTC

/bin/sh -c #(nop) ADD file:5d673d25da3a14ce1f6cf66e4c7fd4f4b85a3759a9d93efb3fd9ff852b5b56e4 in /

2022-04-05 00:19:59 UTC

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

2022-05-17 18:33:21 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -ex && echo "http://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && echo "http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && echo "http://nl.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 strace tcpdump tcptraceroute tshark util-linux vim git zsh websocat swaks # buildkit

2022-05-17 18:33:30 UTC (buildkit.dockerfile.v0)

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

2022-05-17 18:33:30 UTC (buildkit.dockerfile.v0)

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

2022-05-17 18:33:31 UTC (buildkit.dockerfile.v0)

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

2022-05-17 18:33:31 UTC (buildkit.dockerfile.v0)

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

2022-05-17 18:33:31 UTC (buildkit.dockerfile.v0)

USER root

2022-05-17 18:33:31 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2022-05-17 18:33:31 UTC (buildkit.dockerfile.v0)

ENV HOSTNAME=netshoot

2022-05-17 18:33:32 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-05-17 18:33:32 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-05-17 18:33:32 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-05-17 18:33:32 UTC (buildkit.dockerfile.v0)

COPY zshrc .zshrc # buildkit

2022-05-17 18:33:32 UTC (buildkit.dockerfile.v0)

COPY motd motd # buildkit

2022-05-17 18:33:33 UTC (buildkit.dockerfile.v0)

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

2022-05-17 18:33:34 UTC (buildkit.dockerfile.v0)

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

2022-05-17 18:33:34 UTC (buildkit.dockerfile.v0)

CMD ["zsh"]

Details
Created

2022-05-17 18:35:06 UTC

Size

141 MB

Content Digest
Environment
HOSTNAME

netshoot

PATH

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


Layers

[#000] sha256:9981e73032c8833e387a8f96986e560edbed12c38119e0edb0439c9c2234eac9 - 1.84% (2.59 MB)

[#001] sha256:26871eef67ba258bb925e166c0f169cce67caceb4e657529227006792cf7e0dc - 77.18% (109 MB)

[#002] sha256:682ba7aea2a5e3e02f41fb763f89b406bdbbcb838b2769c6efaa9ef6d7719d38 - 5.3% (7.46 MB)

[#003] sha256:f66c30be640d4fef60f386af6acdddeee65b9a8dfb1e411bbd5d64db8e54879a - 3.14% (4.42 MB)

[#004] sha256:84688f80e9111b0dde69b172dd7d4774a86342f506c6b02ace64b9de5ada081d - 7.43% (10.5 MB)

[#005] sha256:70a90d6ee214542b6573daaa4c48cec85e126cd930cf416425655a8645a75576 - 0.0% (213 Bytes)

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

[#007] sha256:9983f4e6a064dbbfa027eae401d749b2b547bcb746442342264c9c39d93e80bd - 1.46% (2.06 MB)

[#008] sha256:b208ebc36e1651d7941184f729a3cb72843e0d0fae47b95984dd831f131984a7 - 0.45% (650 KB)

[#009] sha256:0962c5d422ce39a53b190e59a93c1668c3aa446826933b28d93b0be099d4c697 - 0.5% (727 KB)

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

[#011] sha256:0c8e677a3ea7d97402ffb64ffb3662ab62c123df52dc326ca3d5f6618114b415 - 0.0% (287 Bytes)

[#012] sha256:525a4d00327ce1cf80909eff6c17b7b2ffe0298b2276675c7cd6e5b6bdcafb01 - 2.67% (3.76 MB)

[#013] sha256:484b251413579e9fac6e9633deffab895b1497b0d9828b259ed520697a628f43 - 0.03% (49.5 KB)


History
2022-04-04 23:39:31 UTC

/bin/sh -c #(nop) ADD file:90e56af13188c7f0283d244a0d70b853d8bef8587a41f1da8eac3a2aba8964ef in /

2022-04-04 23:39:31 UTC

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

2022-05-17 18:33:44 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -ex && echo "http://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && echo "http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && echo "http://nl.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 strace tcpdump tcptraceroute tshark util-linux vim git zsh websocat swaks # buildkit

2022-05-17 18:34:58 UTC (buildkit.dockerfile.v0)

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

2022-05-17 18:34:58 UTC (buildkit.dockerfile.v0)

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

2022-05-17 18:34:58 UTC (buildkit.dockerfile.v0)

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

2022-05-17 18:34:58 UTC (buildkit.dockerfile.v0)

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

2022-05-17 18:34:58 UTC (buildkit.dockerfile.v0)

USER root

2022-05-17 18:34:58 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2022-05-17 18:34:58 UTC (buildkit.dockerfile.v0)

ENV HOSTNAME=netshoot

2022-05-17 18:35:01 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-05-17 18:35:03 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-05-17 18:35:04 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-05-17 18:35:04 UTC (buildkit.dockerfile.v0)

COPY zshrc .zshrc # buildkit

2022-05-17 18:35:04 UTC (buildkit.dockerfile.v0)

COPY motd motd # buildkit

2022-05-17 18:35:06 UTC (buildkit.dockerfile.v0)

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

2022-05-17 18:35:06 UTC (buildkit.dockerfile.v0)

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

2022-05-17 18:35:06 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