Conversation
Bind standalone core archives and container images to their producing source commit and workflow run. Verify archive bytes, executable architecture and image executable hashes before assembling and attesting the development release manifest. Preserve same-run retry support while rejecting inconsistent identities. Document the inventory limits, installation workflow and release diagnostics. Related to NVIDIA#2946. Cross-workflow artifact resolution and packaging reuse remain separate work. Signed-off-by: Shiju <shiju@nvidia.com>
shiju-nv
requested review from
a team,
derekwaynecarr,
mrunalp and
sjenning
as code owners
September 18, 2026 05:16
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
Development releases currently expose archives and container images through separate identity records. Publish an attested core-runtime manifest that binds archive checksums and OCI image/platform digests to one source commit and producing workflow, rejecting incomplete or inconsistent inputs before replacing development release assets.
Related Issue
Partially addresses #2946. This supplies validated core-runtime identity records and Release Dev publication; it does not complete the issue's cross-workflow resolver, VM-driver inventory, or package/E2E consumer reuse requirements, and must not close the issue. The issue is currently marked
state:stale; maintainer confirmation of this contribution's scope remains separate from technical verification.Changes
openshell-release-manifest.jsonbefore development asset replacement, then publish it alongside the archives. Release Tag remains a separate publication path.Testing
mise run pre-commitpasses — all non-Rust checks, Rust formatting, lockfile and dependency-policy checks passed; unchanged Rust Clippy is explicitly deferred to hosted CI.Checklist