Commit graph

3 commits

Author SHA1 Message Date
a716ff568f 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
8b38c43b8a 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 09:50:13 +07:00
c4bf833274 Initial commit 2026-04-26 09:50:13 +07:00