REPORT: git-sync no-op verified on 9201 (pinned compose synced, calibre not restarted)

This commit is contained in:
2026-07-12 14:39:58 +02:00
parent 71828a81cf
commit 365a017e81
+9 -1
View File
@@ -49,7 +49,15 @@ codes checked — 5× OK, zero pipe-swallowed.
## Git-sync no-op verification on 9201 ## Git-sync no-op verification on 9201
_(filled after push — see below)_ - Pushed `71828a8`; sync triggered via `docker exec felhom-controller curl -s -X POST
http://127.0.0.1:8080/api/sync` → HTTP 200. (Gotcha confirmed: guest-netns
`127.0.0.1:8080` is NOT reachable — the API must be curled from inside the controller
container; the public-URL POST proxy gotcha also applies.)
- Synced file on 9201: `/opt/docker/stacks/calibre-web/docker-compose.yml:21` now reads
`image: crocodilestick/calibre-web-automated:v4.0.6`. ✓
- calibre-web container after sync: `crocodilestick/calibre-web-automated:latest | Up 5 hours
(healthy)` — **uptime unchanged, no restart**; the running image's digest equals the v4.0.6 pin,
so the next redeploy pulls the byte-identical image. ✓
## Observations (not acted on) ## Observations (not acted on)