Sign inSign up

mrtbot/mesh-api:0.7.4-beta

Multi-platform
Index digest

sha256:43a0338fea0e2e88afeb99bb64844021376358a6a6dbe391066518acee5a2792

OS/ARCH

Compressed size

95.8 MB

Last pushed

3 months by mrtbot

Type

Image

Manifest digest

sha256:281f1af99b7e3d4a4400263a5f610c563a50e9693d6dae88463df57a3d1b9f9f

Image Layers

1# debian.sh --arch 'arm64' out/26.82 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;250 B
9CMD ["python3"]0 B
10RUN /bin/sh -c apt-get update29.46 MB
11RUN /bin/sh -c pip install8.6 MB
12WORKDIR /app91 B
13COPY mesh-api.py . # buildkit106.03 KB
14COPY meshcore_core.py . # buildkit7.52 KB
15COPY mcp_server.py . # buildkit7.12 KB
16COPY firmware_updater.py . # buildkit6.06 KB
17COPY requirements.txt . # buildkit419 B
18COPY config.json . # buildkit2.76 KB
19COPY commands_config.json . # buildkit388 B
20COPY motd.json . # buildkit209 B
21COPY extensions/ ./extensions/ # buildkit75.56 KB
22RUN /bin/sh -c pip install15.63 MB
23EXPOSE map[5000/tcp:{}]0 B
24CMD ["python" "mesh-api.py"]0 B

Command

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