Block a user
netbird-tcpdump (sha256:019df29c757c320b4f0e579cd5c91e890887e80dc1e9eec06c235341f356c49c)
Published 2025-12-11 04:42:27 +00:00 by mtdwma
Installation
docker pull gitea.pighouse.cc/mtdwma/netbird-tcpdump@sha256:019df29c757c320b4f0e579cd5c91e890887e80dc1e9eec06c235341f356c49csha256:019df29c757c320b4f0e579cd5c91e890887e80dc1e9eec06c235341f356c49cImage Layers
| ADD alpine-minirootfs-3.22.2-aarch64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache bash ca-certificates ip6tables iproute2 iptables # buildkit |
| ENV NETBIRD_BIN=/usr/local/bin/netbird NB_LOG_FILE=console,/var/log/netbird/client.log NB_DAEMON_ADDR=unix:///var/run/netbird.sock NB_ENTRYPOINT_SERVICE_TIMEOUT=5 NB_ENTRYPOINT_LOGIN_TIMEOUT=5 |
| ENTRYPOINT ["/usr/local/bin/netbird-entrypoint.sh"] |
| ARG NETBIRD_BINARY=netbird |
| COPY client/netbird-entrypoint.sh /usr/local/bin/netbird-entrypoint.sh # buildkit |
| COPY netbird /usr/local/bin/netbird # buildkit |
| RUN /bin/sh -c apk add --no-cache tcpdump # buildkit |
Labels
| Key | Value |
|---|---|
| maintainer | dev@netbird.io |
| org.opencontainers.image.created | 2025-12-04T20:39:04Z |
| org.opencontainers.image.revision | cb6b086164608d66c1dbaf33adaa2e4d9a6b1905 |
| org.opencontainers.image.source | https://github.com/netbirdio/netbird |
| org.opencontainers.image.title | netbird |
| org.opencontainers.image.version | 0.60.7 |