feat(runner): define the portable runner image - #48
Merged
Windsor Nguyễn (windsornguyen) merged 1 commit intoAug 14, 2026
Conversation
Windsor Nguyễn (windsornguyen)
force-pushed
the
codex/runner-image
branch
from
August 13, 2026 21:34
1fd73e5 to
832367c
Compare
Windsor Nguyễn (windsornguyen)
force-pushed
the
codex/runner-image
branch
2 times, most recently
from
August 13, 2026 22:01
4ec2335 to
86f527b
Compare
Windsor Nguyễn (windsornguyen)
force-pushed
the
codex/runner-image
branch
from
August 13, 2026 22:19
86f527b to
4024e39
Compare
Dedalus (dedalus-ai)
approved these changes
Aug 14, 2026
Windsor Nguyễn (windsornguyen)
force-pushed
the
codex/runner-image
branch
from
August 14, 2026 05:49
4024e39 to
d9a5a6e
Compare
Contributor
|
Here's a flower for all your hard work! 🌸 |
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
This change defines a runner image from GitHub's digest-pinned
actions-runnerimage. It adds a portable x64 and arm64 userspace contract and typed actions that build, inspect, and verify the image.Evidence
linux/amd64andlinux/arm64manifests.ImageOSremains inventory because the GitHub arm64 host reportsubuntu24-arm64and the official arm64 container reportsubuntu24.Tests
npm run lint.npm run typecheck.npm test.npm run build.npm run check.npm run package.npm audit --audit-level=high.npm audit signatures.Compatibility
This change adds the image contract and local actions. The image supports the two native Linux architectures in GitHub's official OCI image.
The image contains the GitHub runner binaries, but Hollywood does not invoke the runner worker or reproduce the GitHub-hosted virtual machine.
Review focus
Review the upstream digest, source labels, portable contract fields, provider-owned fields, and image cleanup.