thermograph/frontend (sha-deb039ee249f)

Published 2026-08-01 14:48:51 +00:00 by admin_emi

Installation

docker pull dev.jinemi.com/admin_emi/thermograph/frontend:sha-deb039ee249f
sha256:96abe41273fbe496ee867008d422564c9d00346f5eeb70693b5d69c1ee5a1fd0

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 14:48:51 +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