feat(tfroot-runner): rebase onto ghcr.io/actions/actions-runner#6
Merged
Conversation
…ale-set Stay on Alpine + the existing toolchain layer; add the GitHub Actions runner agent and the glibc-compat shims it needs (gcompat / icu / krb5 / lttng-ust). The image now self-registers with a gha-runner-scale-set listener and runs jobs natively, so callers stop nesting tfroot-runner inside a `container:` block. - Add `runner` user (UID 1000), download the runner agent tarball into /home/runner, chown. - Drop ENV HOME=/root; switch USER to `runner` before pre-commit caching so the cache lands under the runtime user's HOME. - Replace CMD with ENTRYPOINT /home/runner/run.sh.
b8115d3 to
3e731e7
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.
Summary
Rebase the tfroot-runner image onto `ghcr.io/actions/actions-runner:latest` (Ubuntu 22.04, glibc-native) following the multi-stage layout in `hatch1fy/infra-images/terraform-runner`. The runner agent is already inside the base, so jobs labeled `runs-on: tfroot-runner` will execute directly in the pod with no nested `container:` block and no glibc-shim wrangling.
Stage 1 — `ubuntu:24.04` builder
Stage 2 — `ghcr.io/actions/actions-runner:latest`
Test plan
Pairs with
🤖 Generated with Claude Code