containers/netshoot (sha256:f460dc5e85890cad42b14973f5724b40831cbb3e1f745470caf6b8cf0d6ec7fe)

Published 2026-08-12 05:00:56 +02:00 by ciugam in ciugam/containers

Installation

docker pull git.ciugam.net/ciugam/containers/netshoot@sha256:f460dc5e85890cad42b14973f5724b40831cbb3e1f745470caf6b8cf0d6ec7fe
sha256:f460dc5e85890cad42b14973f5724b40831cbb3e1f745470caf6b8cf0d6ec7fe

Image layers

ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
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 trippy tshark util-linux vim git zsh websocat swaks perl-crypt-ssleay perl-net-ssleay # buildkit
COPY /tmp/ctop /usr/local/bin/ctop # buildkit
COPY /tmp/calicoctl /usr/local/bin/calicoctl # buildkit
COPY /tmp/termshark /usr/local/bin/termshark # buildkit
COPY /tmp/grpcurl /usr/local/bin/grpcurl # buildkit
COPY /tmp/fortio /usr/local/bin/fortio # buildkit
USER root
WORKDIR /root
ENV HOSTNAME=netshoot
RUN /bin/sh -c curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | sh # buildkit
RUN /bin/sh -c git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions # buildkit
RUN /bin/sh -c git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k # buildkit
COPY zshrc .zshrc # buildkit
COPY motd motd # buildkit
RUN /bin/sh -c chmod -R g=u /root # buildkit
RUN /bin/sh -c chown root:root /usr/bin/dumpcap # buildkit
CMD ["zsh"]
Details
Container
2026-08-12 05:00:56 +02:00
0
OCI / Docker
linux/arm64
203 MiB
Versions (1) View all
latest 2026-08-12