Sign inSign up

jasonacox/pypowerwall-server:0.6.1

Multi-platform
Integration & delivery
Index digest

sha256:7489c8ec8c8e3b7b67948b7fc71b4877e4867365f9f7528658fc6a8521815e02

OS/ARCH

Compressed size

74.7 MB

Last pushed

17 days by jasonacox

Type

Image

Manifest digest

sha256:1e7b7299a4a339748c59c927636efc5ea2f2621bbf8def04b21fc3aa6da6613c

Image Layers

1# debian.sh --arch 'amd64' out/26.92 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.37 MB
5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
6ENV PYTHON_VERSION=3.12.140 B
7ENV PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a0 B
8RUN /bin/sh -c set -eux;13.04 MB
9RUN /bin/sh -c set -eux;249 B
10CMD ["python3"]0 B
11WORKDIR /app93 B
12COPY requirements.txt . # buildkit278 B
13RUN /bin/sh -c apt-get update28.91 MB
14COPY app/ ./app/ # buildkit2.46 MB
15RUN /bin/sh -c mkdir -p94 B
16VOLUME [/data]0 B
17EXPOSE [8675/tcp]0 B
18HEALTHCHECK &{["CMD-SHELL" "wget --spider -q0 B
19ENTRYPOINT ["tini" "--"]0 B
20CMD ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'