thermograph/frontend (sha-18f50ad09b2e)

Published 2026-08-01 16:05:30 +00:00 by admin_emi

Installation

docker pull dev.jinemi.com/jinemi/thermograph/frontend:sha-18f50ad09b2e
sha256:31d5fbe627a0298385c40b50677497fdaba42fba018cb18debc8e75001ce0c2f

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-08-01 16:05:30 +00:00
0
OCI / Docker
linux/amd64
11 MiB
Versions (4) View all
sha-53e2eb7c842f 2026-08-01
sha-df409f88b3fd 2026-08-01
sha-deb039ee249f 2026-08-01
sha-18f50ad09b2e 2026-08-01