voltpilot-ems/edge-app-core (sha256:22f1928f9963c174c6dcb6b984a550f2819c7b5eeb5d61eefc9bf5e41c0254b0)

Published 2026-07-27 09:43:35 +00:00 by mamotec

Installation

docker pull git.tecmaxx.de/mamotec/voltpilot-ems/edge-app-core@sha256:22f1928f9963c174c6dcb6b984a550f2819c7b5eeb5d61eefc9bf5e41c0254b0
sha256:22f1928f9963c174c6dcb6b984a550f2819c7b5eeb5d61eefc9bf5e41c0254b0

Image layers

ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ca-certificates && addgroup -S voltpilot && adduser -S -G voltpilot voltpilot && mkdir -p /data && chown voltpilot:voltpilot /data # buildkit
COPY /out/vp-edge-core /usr/local/bin/vp-edge-core # buildkit
USER voltpilot
VOLUME [/data]
EXPOSE [1883/tcp 8484/tcp]
HEALTHCHECK {Test:[CMD-SHELL wget -q -O /dev/null http://127.0.0.1:8484/health || exit 1] Interval:30s Timeout:5s StartPeriod:10s StartInterval:0s Retries:0}
ENTRYPOINT ["vp-edge-core"]
Details
Container
2026-07-27 09:43:35 +00:00
0
OCI / Docker
linux/amd64
7.6 MiB
Versions (99) View all