sha256:5a5fdcc3116108ef293506eb596321f098e3aa9b9d234f2f7c67638e2df9b4da
OS/ARCH
Compressed size
149.56 MB
Last pushed
3 months by jasonacox
Type
Image
Manifest digest
sha256:bba23f50cd71352bfd526491fea354dd83e26254f06898ff9ac1d06d8b70790e
Image Layers
1# debian.sh --arch 'armhf' out/25 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;1.19 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.10.200 B7ENV PYTHON_SHA256=de6517421601e39a9a3bc3e1bc4c7b2f239297423ee05e282598c83ec06475050 B8RUN /bin/sh -c set -eux;12.61 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11WORKDIR /app92 B12RUN /bin/sh -c if command95.27 MB13COPY beta.txt /app/requirements.txt # buildkit368 B14RUN /bin/sh -c pip3 install12.78 MB15COPY server.py transform.py __init__.py /app/21.54 KB16COPY web/ /app/web/ # buildkit2.1 MB17COPY pypowerwall/ /app/pypowerwall/ # buildkit625.12 KB18EXPOSE [8675/tcp]0 B19CMD ["python3" "server.py"]0 BCommand
# debian.sh --arch 'armhf' out/ 'trixie' '@1782172800'