Sign inSign up

jasonacox/pypowerwall-server:0.4.1-beta39

Multi-platform
Integration & delivery
Index digest

sha256:3f1de015922e6ffb75ea65ba2bb782e40cea354363d7469ebb8098a46a4d0231

OS/ARCH

Compressed size

71.88 MB

Last pushed

about 2 months by jasonacox

Type

Image

Manifest digest

sha256:82efb996b1dcdf0dbef68d1687e1a34eece8074ac08e13e903183fc6be02c9d1

Image Layers

1# debian.sh --arch 'armhf' out/22.83 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.09 MB
9RUN /bin/sh -c set -eux;249 B
10CMD ["python3"]0 B
11WORKDIR /app91 B
12COPY requirements.txt . # buildkit278 B
13RUN /bin/sh -c apt-get update31 MB
14COPY pypowerwall/ ./pypowerwall/ # buildkit809.06 KB
15ENV PYTHONPATH=/app0 B
16COPY app/ ./app/ # buildkit2.38 MB
17EXPOSE [8675/tcp]0 B
18ENTRYPOINT ["tini" "--"]0 B
19CMD ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 B

Command

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