Expand ubuntu-latest runner tool baseline - #143
Merged
Conversation
gjkim42
force-pushed
the
open-actions-task-142
branch
from
August 30, 2026 09:21
05e8883 to
eb63971
Compare
Collaborator
Author
|
/kelos claude-review |
|
🤖 Kelos Task Status Task |
|
🤖 Open Actions Claude Reviewer Agent @gjkim42 Review SummaryVerdict: APPROVE Findings Overview
FindingsDocumentation
Suggestions (optional)
Key takeaways
|
gjkim42
force-pushed
the
open-actions-task-142
branch
from
August 30, 2026 09:48
eb63971 to
eb24ca3
Compare
gjkim42
force-pushed
the
open-actions-task-142
branch
from
August 30, 2026 09:49
eb24ca3 to
731fb5a
Compare
Collaborator
Author
|
Reviewed all PR feedback against current head
There are no formal reviews, inline comments, or unresolved review threads. The branch is squashed to one commit. |
gjkim42
force-pushed
the
open-actions-task-142
branch
from
August 30, 2026 10:58
731fb5a to
5456270
Compare
gjkim42
force-pushed
the
open-actions-task-142
branch
from
August 30, 2026 11:51
5456270 to
9f2628a
Compare
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.
What type of PR is this?
/kind feature
What this PR does / why we need it:
Expands the existing
open-actions-runnerimage with the native compiler and libc headers required by cgo plusjq,kubectl,gh,openssl, andnc. The runner keeps its restricted non-root execution profile.The single maintained Ubuntu runner profile uses the
ubuntu-latestlabel and is currently based on Ubuntu 24.04. The quick start, Docker Runner sample, dev deployment, reference documentation, and end-to-end toolchain workflow use that label consistently. The image contract documents the supported commands, pinned CLI versions, versioning policy, and intentionally unsupported GitHub-hosted VM assumptions.The existing end-to-end runner workflow discovers every contracted command and runs
go test -raceafteractions/setup-go.Validation:
make testmake verifymake test TEST_FLAGS='-tags=e2e -run TestDoesNotExist'ghandkubectldownload checksum verificationWhich issue(s) this PR is related to:
Fixes #142
Special notes for your reviewer:
The change updates the existing standard runner image and uses the existing
spec.execution.imageandspec.labelsfields. It does not add another image or modify the Kubernetes API or CRDs.ubuntu-latestselects the one Open Actions Ubuntu profile, currently Ubuntu 24.04; it does not claim the complete software inventory or VM behavior of GitHub's hostedubuntu-latestrunner.The full image build and Kind-backed smoke workflow run in CI because Docker is unavailable in the development workspace.
Does this PR introduce a user-facing change?