sha256:cf20c82b07655f44843fb91715d26b62396064f1e83ded79217ec8aabeb46478
OS/ARCH
Compressed size
73.8 MB
Last pushed
5 months by jasonacox
Type
Image
Manifest digest
sha256:dc10731f1052e7cbc566ca3859d9fed059ca3137c741124049ad8f5c18096d10
Image Layers
1# debian.sh --arch 'arm64' out/26.81 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;3.19 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;12.97 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11WORKDIR /app93 B12COPY requirements.txt . # buildkit289 B13RUN /bin/sh -c apt-get update27.97 MB14COPY pypowerwall/ ./pypowerwall/ # buildkit544.24 KB15ENV PYTHONPATH=/app0 B16COPY app/ ./app/ # buildkit2.32 MB17EXPOSE [8675/tcp]0 B18CMD ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1775433600'