Sign inSign up

jasonacox/pypowerwall-server:0.3.0-beta29

Multi-platform
Integration & delivery
Index digest

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 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3ENV LANG=C.UTF-80 B
4RUN /bin/sh -c set -eux;3.19 MB
5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
6ENV PYTHON_VERSION=3.12.130 B
7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B
8RUN /bin/sh -c set -eux;12.97 MB
9RUN /bin/sh -c set -eux;249 B
10CMD ["python3"]0 B
11WORKDIR /app93 B
12COPY requirements.txt . # buildkit289 B
13RUN /bin/sh -c apt-get update27.97 MB
14COPY pypowerwall/ ./pypowerwall/ # buildkit544.24 KB
15ENV PYTHONPATH=/app0 B
16COPY app/ ./app/ # buildkit2.32 MB
17EXPOSE [8675/tcp]0 B
18CMD ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 B

Command

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