sha256:01263661d0803578bfc42212c4c9a4f1ee9fc113541e3e83b4260f7e706d94e1
OS/ARCH
Compressed size
136.64 MB
Last pushed
3 months by jasonacox
Type
Image
Manifest digest
sha256:33759f6c53a0e2e979858be580755610fef74d27e2372a55695694ebd889d768
Image Layers
1# debian.sh --arch 'armhf' out/24.36 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;1018.49 KB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.10.180 B7ENV PYTHON_SHA256=ae665bc678abd9ab6a6e1573d2481625a53719bc517e9a634ed2b9fefae3817f0 B8RUN /bin/sh -c set -eux;13.41 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11WORKDIR /app93 B12RUN /bin/sh -c if command82.44 MB13COPY beta.txt /app/requirements.txt # buildkit366 B14RUN /bin/sh -c pip3 install12.74 MB15COPY server.py transform.py __init__.py /app/21.53 KB16COPY web/ /app/web/ # buildkit2.1 MB17COPY pypowerwall/ /app/pypowerwall/ # buildkit588.63 KB18EXPOSE [8675/tcp]0 B19CMD ["python3" "server.py"]0 BCommand
# debian.sh --arch 'armhf' out/ 'bullseye' '@1753056000'