Sign inSign up

dmeiser/nextdns-mcp:3

Networking
Security
Machine learning & AI
Manifest digest

sha256:7dca1b53bbb476211b0ac0cec27fcb64d487088092a62ad29e783e2ac6a594c4

OS/ARCH

linux/amd64

Compressed size

111.45 MB

Last pushed

2 days by dmeiser

Type

Image

Manifest digest

sha256:7dca1b53bbb476211b0ac0cec27fcb64d487088092a62ad29e783e2ac6a594c4

Image Layers

1# debian.sh --arch 'amd64' out/29.37 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3RUN /bin/sh -c set -eux;4.07 MB
4ENV PYTHON_VERSION=3.14.70 B
5ENV PYTHON_SHA256=3b48dac8fb59f62eaa67ac83c1eb12bda1b7a08406dd286e252c11a66be27f810 B
6RUN /bin/sh -c set -eux;11.79 MB
7RUN /bin/sh -c set -eux;249 B
8CMD ["python3"]0 B
9RUN /bin/sh -c apt-get update10.53 MB
10LABEL org.opencontainers.image.title=NextDNS MCP Server0 B
11LABEL org.opencontainers.image.description=Model Context Protocol server0 B
12LABEL org.opencontainers.image.authors=NextDNS MCP Contributors0 B
13LABEL org.opencontainers.image.source=https://github.com/dmeiser/nextdns-mcp0 B
14LABEL org.opencontainers.image.documentation=https://github.com/dmeiser/nextdns-mcp/blob/main/README.md0 B
15LABEL org.opencontainers.image.version=3.1.140 B
16LABEL org.opencontainers.image.licenses=MIT0 B
17LABEL com.docker.mcp.server.type=stdio0 B
18LABEL com.docker.mcp.server.protocol=mcp0 B
19LABEL com.docker.mcp.server.category=dns,api,networking0 B
20EXPOSE map[8000/tcp:{}]0 B
21WORKDIR /app92 B
22COPY /app/.venv/lib/python3.14/site-packages /usr/local/lib/python3.14/site-packages # buildkit55.65 MB
23COPY src/ /app/src/ # buildkit29.31 KB
24RUN /bin/sh -c useradd --create-home3.21 KB
25USER appuser0 B
26ENV PYTHONPATH=/app/src FASTMCP_CHECK_FOR_UPDATES=off0 B
27CMD ["python" "-m" "nextdns_mcp.server"]0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'