Sign inSign up

dmeiser/nextdns-mcp:dbc185c

Multi-platform
Networking
Security
Machine learning & AI
Index digest

sha256:756016608fcc21e57db66aacc9af74e49b7362fa0735bc618c1ae6e50f01332e

OS/ARCH

Compressed size

108.52 MB

Last pushed

4 days by dmeiser

Type

Image

Manifest digest

sha256:aeab1ccf76b4b64415fd4d31dd438eec6a18427bfffff4215aec1db9b2330c11

Image Layers

1# debian.sh --arch 'arm64' out/28.76 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.39 MB
4ENV PYTHON_VERSION=3.14.70 B
5ENV PYTHON_SHA256=3b48dac8fb59f62eaa67ac83c1eb12bda1b7a08406dd286e252c11a66be27f810 B
6RUN /bin/sh -c set -eux;11.71 MB
7RUN /bin/sh -c set -eux;249 B
8CMD ["python3"]0 B
9RUN /bin/sh -c apt-get update10.49 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.130 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 [8000/tcp]0 B
21WORKDIR /app93 B
22COPY /app/.venv/lib/python3.14/site-packages /usr/local/lib/python3.14/site-packages # buildkit53.14 MB
23COPY src/ /app/src/ # buildkit29.31 KB
24RUN /bin/sh -c useradd --create-home3.23 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 'arm64' out/ 'trixie' '@1787529600'