enphase (latest)

Published 2024-11-26 11:53:11 -06:00 by paradizelost in paradizelost/enphase

Installation

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

Image Layers

ADD rootfs.tar.xz / # buildkit
CMD ["bash"]
RUN /bin/sh -c apt update && apt install python3 python3-pip -y # buildkit
COPY enphase.py /usr/local/bin/ # buildkit
COPY requirements.txt / # buildkit
COPY init.sh / # buildkit
RUN /bin/sh -c chmod +x /init.sh # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/enphase.py # buildkit
RUN /bin/sh -c pip3 install -r /requirements.txt # buildkit
RUN /bin/sh -c apt clean # buildkit
CMD ["/init.sh"]
Details
Container
2024-11-26 11:53:11 -06:00
0
OCI / Docker
linux/amd64
182 MiB
Versions (2) View all
latest 2024-11-26
dev 2024-11-26