pwrstat-exporter (v1.1.3)

Published 2026-09-20 18:27:59 -04:00 by maxpeterkaya in maxpeterkaya/pwrstat-exporter

Installation

docker pull vc.maxkaya.com/maxpeterkaya/pwrstat-exporter:v1.1.3
sha256:407d0c4b61f7a80d3421c593fb9ee88de77a946ce06d19ea362408578b078bfe

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1754870400'
RUN /bin/sh -c apt update && apt install wget curl openssh-client -y && wget -O PPL.deb https://dl4jz3rbrsfum.cloudfront.net/software/PPL_64bit_v1.4.1.deb && dpkg -i PPL.deb && rm PPL.deb && apt clean && rm -rf /var/lib/apt/lists/* # buildkit
COPY bin/pwrstat-exporter /app/pwrstat-exporter # buildkit
COPY scripts/init.sh scripts/shutdown-servers.sh /app/ # buildkit
RUN /bin/sh -c chmod +x /app/init.sh /app/shutdown-servers.sh # buildkit
ENTRYPOINT ["/app/init.sh"]
Details
Container
2026-09-20 18:27:59 -04:00
0
OCI / Docker
linux/amd64
47 MiB
Versions (5) View all
v1.1.3 2026-09-20
latest 2026-09-20
v1.1.2 2026-09-20
v1.1.1 2026-09-16
v1.1.0 2026-08-11