thermograph/frontend (sha-df409f88b3fd)

Published 2026-08-01 19:39:59 +00:00 by emig

Installation

docker pull dev.jinemi.com/jinemi/thermograph/frontend:sha-df409f88b3fd
sha256:f96011b093fd6d4adc1986ca6d59d2aa2f9baded8f25914b2d3a8b66a081a456

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 {Test:[CMD-SHELL curl -fsS http://127.0.0.1:${PORT}/healthz || exit 1] Interval:30s Timeout:5s StartPeriod:40s StartInterval:0s Retries:3}
CMD ["/usr/local/bin/thermograph-frontend"]
Details
Container
2026-08-01 19:39:59 +00:00
1
OCI / Docker
linux/amd64
11 MiB
Versions (3) View all
sha-df409f88b3fd 2026-08-01
sha-deb039ee249f 2026-08-01
sha-18f50ad09b2e 2026-08-01