Block a user
pv-energy-calculator (0.2.1)
Published 2026-01-31 13:10:08 +00:00 by wn
Installation
docker pull gitea.hottis.de/wn/pv-energy-calculator:0.2.1sha256:a03e2260bf41d7b8acf4c23f8788a2e623ba6b586a32a54e191b1ca75ad81890
Image Layers
| ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN apk add --no-cache postgresql16-client && addgroup $USER && adduser -G $USER -D $USER |
| COPY ./queries/pvec.sql . |