diff --git a/docs/container-image.md b/docs/container-image.md index b21414d..45105fe 100644 --- a/docs/container-image.md +++ b/docs/container-image.md @@ -49,8 +49,24 @@ Expected response: {"status":"ok","db":"connected"} ``` +## Current Local Build + +Verified local build on 2026-05-15: + +```text +image: state-hub:local +digest: sha256:039d29654ccb3754c6ecdbe497c6364bbd8452edcdcb7fa937dd9debf5b734ff +created: 2026-05-15T14:54:48+02:00 +size: 106004480 bytes +alembic: t7o8p9q0r1s2 (head) +health: GET /state/health -> {"status":"ok","db":"connected"} +``` + +Smoke command used a temporary container on host port 18000 so it did not +conflict with the live workstation State Hub on port 8000. + ## Registry -The final registry target is intentionally not hardcoded yet. CUST-WP-0011 -still has an open human decision for Gitea registry versus an interim external -registry. +The registry target for CUST-WP-0011 is the self-hosted Gitea registry, but +publishing remains blocked until the Gitea package/container registry endpoint +is enabled and Docker can authenticate against `/v2/`.