paradizelost
  • Joined on 2021-01-12

enphase (latest)

Published 2025-08-18 18:53:40 +00:00 by paradizelost in paradizelost/enphase

Installation

docker pull git.hamik.net/paradizelost/enphase:latest
sha256:e5f30e34fa4d4c016c75d23976d8def473bcca01b694160d080c0fbe18a67e3e

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1754870400'
COPY requirements.txt / # buildkit
COPY init.sh / # buildkit
RUN /bin/sh -c apt update && apt install python3 python3-pip -y && pip3 install -r /requirements.txt --break-system-packages && apt clean # buildkit
COPY enphase.py /usr/local/bin/ # buildkit
RUN /bin/sh -c chmod +x /init.sh && chmod +x /usr/local/bin/enphase.py # buildkit
CMD ["/init.sh"]
Details
Container
2025-08-18 18:53:40 +00:00
0
OCI / Docker
linux/amd64
208 MiB
Versions (2) View all
latest 2025-08-18
dev 2025-08-18