ITQ ITQ

netops (latest)

Internal
Published 2025-06-23 19:38:41 +00:00 by ITQ

Installation

docker pull git.itqdev.xyz/itq/netops:latest
sha256:a7ee4b20a6c528c42895a71b16726d394425006ce1edd9c2d7ab8731fdadbd6d

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:82f38ebced7b2756311fb492d3d44cc131b22654e8620baa93883537a3e355aa in /
CMD ["/bin/bash"]
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c apt update && apt install -y --no-install-recommends ca-certificates curl bash zsh vim git bind9-dnsutils bridge-utils conntrack ethtool ipset iptables openssh-server strace jq netcat-openbsd ipython3 scapy iproute2 iputils-ping iputils-arping mtr traceroute tcptraceroute net-tools tcpdump tshark bird2-doc bird2 && mkdir /run/bird && apt clean && rm -rf /var/lib/apt/lists/* # buildkit
USER root
WORKDIR /root
ENV HOSTNAME=ya-kit
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"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2025-06-23 19:38:41 +00:00
18
OCI / Docker
linux/amd64
180 MiB
Versions (1) View all
latest 2025-06-23