apc (latest)
Published 2026-02-08 00:21:52 +00:00 by chris
Installation
docker pull gitea.steinle-computer.de/home/apc:latestsha256:9c087e7ce088c67a99cb96938070f9af88772a36ffdb0b6fc94be928506e722a
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 795394893d | linux/amd64 | 16 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.23.3-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"] |