Sign inSign up

jasonacox/pypowerwall-server:0.4.0-beta38

Multi-platform
Integration & delivery
Index digest

sha256:022ed4a63bf1ce190a321241cfb3dcd5fe7625ef6093ad274e0398096d2b2d18

OS/ARCH

Compressed size

73.05 MB

Last pushed

3 months by jasonacox

Type

Image

Manifest digest

sha256:dda95b73968d663cd550b06ef21732c57ae441032292b86917efffe5d4c1dffe

Image Layers

1# debian.sh --arch 'armhf' out/22.84 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;2.79 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.08 MB
9RUN /bin/sh -c set -eux;250 B
10CMD ["python3"]0 B
11WORKDIR /app93 B
12COPY requirements.txt . # buildkit290 B
13RUN /bin/sh -c if command32.37 MB
14COPY pypowerwall/ ./pypowerwall/ # buildkit633.15 KB
15ENV PYTHONPATH=/app0 B
16COPY app/ ./app/ # buildkit2.35 MB
17EXPOSE [8675/tcp]0 B
18CMD ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 B

Command

# debian.sh --arch 'armhf' out/ 'bookworm' '@1782172800'