chore(infra): harden verifier runtime#9
Open
Canvinus wants to merge 4 commits into
Open
Conversation
Canvinus
marked this pull request as ready for review
July 11, 2026 19:54
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0db4ec19b6
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
No API routes, payloads, frontend behavior, or contract verification selection logic changed.
Why
The previous image installed an unpinned latest near-cli-rs and a full Rust toolchain at runtime, and used older nginx/Kubo images. The old Compose health/startup checks could also mask IPFS failures and coupled host IPFS ports to container-network ports.
Validation
All builds and tests ran in a disposable amd64 Ubuntu VM, not on the host or production:
sputnik-dao.near: reproducedBXd5idTXSnC7WRfxHmi7z4crw2F5WXQJ6MZUEv8DfnnYusing the contract-pinned Rust 1.86 imageThe runtime and Compose checks above were one-time pre-merge validation; ongoing CI intentionally remains limited to build and test for this legacy maintenance repository.
A checksum-verified Grype 0.112.0 scan drove the Node, Docker, nginx, and libcurl upgrades. The nginx candidate has no critical/high findings.
Known follow-ups
Rollout
Ready for review. Keep this unmerged and undeployed until the diff and residual-risk notes are approved.