Commit graph

3 commits

Author SHA1 Message Date
376b33b013 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 11:01:36 +07:00
226bdad4f6 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 10:21:25 +07:00
2ee9e93bf6 Initial commit 2026-04-08 02:07:29 +07:00