Namespace
nicolaka
Image / Tag
netshoot:6e83b8ec9533f6576cdf9900fc04fde00e169bed
Content Digest
sha256:e24a40a7326401edcd469b859a16e13ce1e772e0a5d93f4acef172963b50d538
Details
Created

2023-04-19 19:49:15 UTC

Size

156 MB

Content Digest
Environment
HOSTNAME

netshoot

PATH

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


Layers

[#000] sha256:f56be85fc22e46face30e2c3de3f7fe7c15f8fd7c4e5add29d7f64b87abdaa09 - 2.06% (3.22 MB)

[#001] sha256:66dd3761d527ec1c37daf9f5e39fbbb57bb5a39054cb620c9f7bd9bac15c0298 - 73.44% (115 MB)

[#002] sha256:dc1f226670b90c7b09ea50dcc0925a8f49713d2e4fa32e0bc03bc28ba4ad68ca - 3.07% (4.8 MB)

[#003] sha256:c6f79675863d9899b121e04137d7bc58fa186d175872394fddfff7a9ccca8d7a - 8.25% (12.9 MB)

[#004] sha256:48e6e14926f9b8b659329c4960c0ebb22d31e82f4c8281177187acbf4cf9a813 - 3.76% (5.88 MB)

[#005] sha256:87d1675e697b8b1b6bfd4550cb5b8b9b0494bedb4f46b9f34cdf02ea5f3f940a - 4.56% (7.14 MB)

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

[#007] sha256:86854acb397260f174bc75b62383f0932943eeec69d0662924353689e3e5d415 - 2.5% (3.91 MB)

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

[#009] sha256:383d2977ee5d03eecd1372d8e6498cca85a8f6b7f6b503354b87da29fed6076f - 0.46% (734 KB)

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

[#011] sha256:67a93c0b11fc887a1c6649ed3cc6fd76d35da75eef2c94648350dfcc33bc14f7 - 0.0% (289 Bytes)

[#012] sha256:2f56d75adc11d28c8758273ba43a5a7c3611d38554d960df244127a2c9b42f08 - 1.48% (2.31 MB)

[#013] sha256:8b83196f7d144ee70fed6ee443d11ada48e737e20c9d56c8fbeac575bcf445ee - 0.03% (52.6 KB)


History
2023-03-29 18:19:24 UTC

/bin/sh -c #(nop) ADD file:9a4f77dfaba7fd2aa78186e4ef0e7486ad55101cefc1fabbc1b385601bb38920 in /

2023-03-29 18:19:24 UTC

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

2023-04-19 19:49:09 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-04-19 19:49:09 UTC (buildkit.dockerfile.v0)

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

2023-04-19 19:49:09 UTC (buildkit.dockerfile.v0)

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

2023-04-19 19:49:09 UTC (buildkit.dockerfile.v0)

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

2023-04-19 19:49:10 UTC (buildkit.dockerfile.v0)

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

2023-04-19 19:49:10 UTC (buildkit.dockerfile.v0)

USER root

2023-04-19 19:49:10 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2023-04-19 19:49:10 UTC (buildkit.dockerfile.v0)

ENV HOSTNAME=netshoot

2023-04-19 19:49:11 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | sh # buildkit

2023-04-19 19:49:12 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-04-19 19:49:13 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-04-19 19:49:13 UTC (buildkit.dockerfile.v0)

COPY zshrc .zshrc # buildkit

2023-04-19 19:49:13 UTC (buildkit.dockerfile.v0)

COPY motd motd # buildkit

2023-04-19 19:49:15 UTC (buildkit.dockerfile.v0)

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

2023-04-19 19:49:15 UTC (buildkit.dockerfile.v0)

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

2023-04-19 19:49:15 UTC (buildkit.dockerfile.v0)

CMD ["zsh"]

Details
Created

2023-04-19 19:51:01 UTC

Size

160 MB

Content Digest
Environment
HOSTNAME

netshoot

PATH

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


Layers

[#000] sha256:c41833b44d910632b415cd89a9cdaa4d62c9725dc56c99a7ddadafd6719960f9 - 1.94% (3.11 MB)

[#001] sha256:0470148ec2421c9d87c96ee31c1dacec98e45fe5142ba2dc7e0f63af95b03ba9 - 75.89% (122 MB)

[#002] sha256:962fe6f4b0c848f210c01a51d1d5889fea58b0425be5237e99d2c8fc6fc20dff - 2.76% (4.42 MB)

[#003] sha256:c9e303bcb2d07b5c1e8c3bd5f20f35f82076197ade8ca5857a943b9a49f1e305 - 7.2% (11.5 MB)

[#004] sha256:f265c9e6dad9c27e9bed1c691119cf12d6c3c1f3266c8815f14c71f37342a421 - 3.38% (5.42 MB)

[#005] sha256:3d426e4fe29bf5c9991dbb802b7cd8587c41dfcca6d867f8c9a05621d098f8a7 - 4.08% (6.54 MB)

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

[#007] sha256:f988277d4fb6e86d149316e8ea32e8f205d64f569ad5de234b64881db11ac5a8 - 2.44% (3.91 MB)

[#008] sha256:5fdace7f8bb737bc0bbe962b1ef3ecce263cd5f1c192ede17dcf55880102fec1 - 0.4% (650 KB)

[#009] sha256:41ea08b0a17bb1100034bd94ee280e0bef5af7e75d6c5b066f5d94d8ef4141fd - 0.45% (734 KB)

[#010] sha256:86ff20152cda87b8b5655ab4ba92bf2f5cde90a362af1e43903d0867158f59f2 - 0.0% (2.28 KB)

[#011] sha256:239b5da296fddce85d31775f2ca30753256e278ee2ea41c37500996eaa0e80ad - 0.0% (288 Bytes)

[#012] sha256:b652c8cafb41394361c7a4fdb8c2452f24c9e8196c3b89d52ea316d4422e1cfa - 1.44% (2.31 MB)

[#013] sha256:b3e1a4c5c007c5ab57631450d181acb1d3e1f28a88fe382bed802f98dffec5eb - 0.03% (52.1 KB)


History
2023-03-29 17:39:18 UTC

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

2023-03-29 17:39:18 UTC

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

2023-04-19 19:49:43 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-04-19 19:50:51 UTC (buildkit.dockerfile.v0)

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

2023-04-19 19:50:51 UTC (buildkit.dockerfile.v0)

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

2023-04-19 19:50:51 UTC (buildkit.dockerfile.v0)

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

2023-04-19 19:50:51 UTC (buildkit.dockerfile.v0)

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

2023-04-19 19:50:51 UTC (buildkit.dockerfile.v0)

USER root

2023-04-19 19:50:51 UTC (buildkit.dockerfile.v0)

WORKDIR /root

2023-04-19 19:50:51 UTC (buildkit.dockerfile.v0)

ENV HOSTNAME=netshoot

2023-04-19 19:50:55 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | sh # buildkit

2023-04-19 19:50:57 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-04-19 19:50:59 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-04-19 19:50:59 UTC (buildkit.dockerfile.v0)

COPY zshrc .zshrc # buildkit

2023-04-19 19:50:59 UTC (buildkit.dockerfile.v0)

COPY motd motd # buildkit

2023-04-19 19:51:01 UTC (buildkit.dockerfile.v0)

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

2023-04-19 19:51:01 UTC (buildkit.dockerfile.v0)

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

2023-04-19 19:51:01 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