Commit graph

3 commits

Author SHA1 Message Date
463e3fb457 docker: add HEALTHCHECK probing /health
The binary doubles as its own healthcheck client via the SDK's
-healthcheck flag, so the probe works in the scratch image
(no shell, no curl, no wget).
2026-04-26 16:41:08 +07:00
bf409ba33c Run container as non-root user
Add USER 65534:65534 to the scratch runtime image so the checker
process does not run as root.
2026-04-26 16:41:06 +07:00
979757b5a8 Initial commit 2026-04-08 03:27:27 +07:00