thermograph/frontend (sha-5b7e30dad9c6)

Published 2026-07-26 06:22:58 +00:00 by admin_emi

Installation

docker pull dev.jinemi.com/admin_emi/thermograph/frontend:sha-5b7e30dad9c6
sha256:609cfc75e7a4d6bf67524f6b7d5f696427888c3e3e564a9e72c84eeef4bc053c

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 06:22:58 +00:00
3
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