Publish pinned Lean evaluation images - #776
Merged
Merged
Conversation
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: dd0fd996d2
ℹ️ 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
Adds two reusable OCI runtimes for Harbor evaluations:
jacobian-lean-checkercontains the pinned Lean compiler and verifier dependencies for independent source replay.jacobian-lean-repl-agentcontains the pinned Lean REPL provider runtime for agent and feasibility environments.They are intentionally separate: a successful REPL trace is diagnostic telemetry, while a checker must replay a submitted artifact.
A trusted
main-only workflow publishes both to GHCR, records an immutable digest and unpacked-size receipt, and requests SBOM and provenance attestations. PRs build both images without publishing. The evaluation docs now define digest pinning, the authority boundary, and the need to measure Harbor writable storage separately from image layers.This is the publication foundation for #764. A follow-up will consume the published checker digest in the Lean Harbor task and replace report-only acceptance with proof-source replay.
Validation
uv run pre-commit run actionlint --files .github/workflows/lean-images.yml— passedmake docs-linkcheck— passedmake check-static— blocked by an existing formatting failure intests/unit/tooling/test_eval_telemetry.pyonorigin/mainReview order
containers/lean-checker/Dockerfileandcontainers/lean-repl-agent/Dockerfile.github/workflows/lean-images.yml