The fed-v0.1.0-m1 image pin (sha256:9b72e2...) was built before the pnpm
deploy fix in #488 landed. That older image cannot resolve @mosaicstack/
storage at runtime and crashes during bootstrap.
The new digest sha256:1069117740e00ccfeba357cae38c43f3729fe5ae702740ce474f6512414d7c02
was published by Woodpecker pipeline 975 (commit 9f1a0818) using the
corrected Dockerfile and was smoke-tested locally:
- imports resolve cleanly (no MODULE_NOT_FOUND)
- bootstrap reaches tier-detector
- tier detector fails fast with proper error when DB unreachable
- exits 0 instead of crashing on import
Required to unblock DEPLOY-03/04 (mos-test-1 + mos-test-2 stand-up).