thermograph/frontend (sha-3ec72ca75b3d)

Published 2026-07-26 18:51:48 +00:00 by admin_emi

Installation

docker pull dev.jinemi.com/admin_emi/thermograph/frontend:sha-3ec72ca75b3d
sha256:9699b1640595e41cb62bf07b4b4baf27466cfff926cefa68c5108f6d5cf762e9

Image Layers

ADD alpine-minirootfs-3.22.5-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache bash curl # buildkit
RUN /bin/sh -c addgroup -S -g 10001 thermograph && adduser -S -u 10001 -G thermograph -h /home/thermograph thermograph # buildkit
COPY /out/thermograph-frontend /usr/local/bin/thermograph-frontend # buildkit
COPY --chown=10001:10001 static/ /app/static/ # buildkit
COPY --chown=10001:10001 content/ /app/content/ # buildkit
USER thermograph
WORKDIR /app
ENV PORT=8080 THERMOGRAPH_BASE=/
EXPOSE [8080/tcp]
HEALTHCHECK &{["CMD-SHELL" "curl -fsS http://127.0.0.1:${PORT}/healthz || exit 1"] "30s" "5s" "40s" "0s" '\x03'}
CMD ["/usr/local/bin/thermograph-frontend"]
Details
Container
2026-07-26 18:51:48 +00:00
2
OCI / Docker
linux/amd64
11 MiB
Versions (20) View all
sha-deb039ee249f 2026-08-01
sha-beb5fa5259b0 2026-07-26
sha-3ec72ca75b3d 2026-07-26
sha-b57e280ad698 2026-07-26
sha-1c6ecc2a6f7f 2026-07-26