Sign inSign up

mrtbot/mesh-api:v0.7.5.2-beta

Multi-platform
Index digest

sha256:3bb308151004f4b28bd2433b093dfcf512bf11604ddf5d0392b2aa278f3022f2

OS/ARCH

Compressed size

104.2 MB

Last pushed

2 months by mrtbot

Type

Image

Manifest digest

sha256:ccde66871c2420be5276de7de7b1cec15705f61bd965db9d13ba1fec506b77e0

Image Layers

1# debian.sh --arch 'arm64' out/26.81 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;3.2 MB
4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
5ENV PYTHON_VERSION=3.13.140 B
6ENV PYTHON_SHA256=639e43243c620a308f968213df9e00f2f8f62332f7adbaa7a7eeb9783057c6900 B
7RUN /bin/sh -c set -eux;11.89 MB
8RUN /bin/sh -c set -eux;249 B
9CMD ["python3"]0 B
10RUN /bin/sh -c apt-get update38.46 MB
11WORKDIR /app93 B
12COPY mesh-api.py . # buildkit114.64 KB
13COPY meshcore_core.py . # buildkit11.29 KB
14COPY mcp_server.py . # buildkit7.12 KB
15COPY firmware_updater.py . # buildkit6.4 KB
16COPY requirements.txt . # buildkit420 B
17COPY config.json . # buildkit2.76 KB
18COPY commands_config.json . # buildkit389 B
19COPY motd.json . # buildkit211 B
20COPY extensions/ ./extensions/ # buildkit78.06 KB
21RUN /bin/sh -c pip install23.62 MB
22EXPOSE [5000/tcp]0 B
23CMD ["python" "mesh-api.py"]0 B

Command

# debian.sh --arch 'arm64' out/ 'bookworm' '@1783900800'