fix(runtime): retain partial readiness evidence - #790
Conversation
97b241a
into
feat/orchestrator-routing-endpoint-consumer
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| FROM ${MATURIN_BUILDER_IMAGE} AS token-builder | ||
|
|
||
| ADD --checksum=sha256:0220f0cff25446c38260cb4cd10be5de7d4b5dca5b36ae5dd0b7eb49cef625fd https://github.com/ContextualWisdomLab/contextual-orchestrator/archive/2712827bfebd8be39e25c24924ad1f18522fd5f9.tar.gz /tmp/contextual-orchestrator.tar.gz | ||
| ADD --checksum=sha256:8dcd15b023aa1205a091d7826e278713d43bc1981dbd6a7189a7382e7f69cad3 https://github.com/ContextualWisdomLab/contextual-orchestrator/archive/3558a9a3aeb985282b255fcd80bb2201c19ae54b.tar.gz /tmp/contextual-orchestrator.tar.gz |
There was a problem hiding this comment.
🔍 Archive checksum unverifiable in-repo
The ADD --checksum sha256 was updated to 8dcd15b0... for the new pinned commit. This is the one value the PR cannot self-verify; if it does not match the real archive bytes the build fails closed at fetch time.
Was this helpful? React with 👍 or 👎 to provide feedback.
Summary
3558a9a3aeb985282b255fcd80bb2201c19ae54bValidation
Stacked on #786 after #789.