apc (latest)
Published 2026-09-27 00:24:51 +00:00 by chris
Installation
docker pull gitea.steinle-computer.de/home/apc:latestsha256:1f4c8954d44f7de9b547ab187670d8872f2915829eac7a4208ceba5c02ea3ed9
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 73104ea0ff | linux/amd64 | 17 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.24.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk update && apk upgrade && apk add --no-cache libusb apcupsd # buildkit |
| COPY apc-deamon.conf /etc/apcupsd/apcupsd.conf # buildkit |
| COPY entrypoint.sh /sbin/entrypoint.sh # buildkit |
| COPY /go/bin/apcupsd_exporter /sbin/apcupsd_exporter # buildkit |
| EXPOSE [3551/tcp 3551/udp 9162/tcp] |
| ENTRYPOINT ["sh" "/sbin/entrypoint.sh"] |