ci: bump Linux CUDA slim container to gha-convention base runner - #1075
Merged
Conversation
Pins the matrix CUDA slim container to the new public cuda12 amd64 image digest sha256:295341c6c9f17c9eb69281fd454bda953799406d6915f472c914fb5f024a88ed from Mesh-LLM/mesh-llm-runner-images PR #8 (FROM ghcr.io/actions/actions-runner base image refactor). The new image exposes /__e/node24/bin/node for the actions/runner agent to exec marketplace JS actions via docker exec against the host-path /var/run/docker.sock mounted into the self-hosted ARC runner pod on carrack. Prior image (sha256:c5b85ef...) had no /__e GHA-convention mount path, causing Linux CUDA slim jobs to fail at actions/checkout@v5 with `stat /__e/node24/bin/node: no such file or directory` even after docker CLI became available (stanton-patio51 commit 97dd4be). Pairs with stanton-patio51 31a661b which bumps the self-hosted ARC runner pod image to the matching self-hosted cuda12 amd64 digest sha256:2dd446840d607f893ab1a747668a1554ba5cece64ec5a6dbbaa725bf3479c2f3. Together these are the downstream follow-ups to runner-images PR #8.
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe CUDA slim Linux build matrix entry now references an updated pinned digest for the ChangesCUDA runner update
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
michaelneale
approved these changes
Jul 25, 2026
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
Pins the
Linux CUDA slimmatrix entry'scontainer:image to the new digest published by Mesh-LLM/mesh-llm-runner-images #8 — the refactor toFROM ghcr.io/actions/actions-runnerbase + GHA convention/__esymlinks.sha256:c5b85ef5...sha256:295341c6c9f17c9eb69281fd454bda953799406d6915f472c914fb5f024a88edWhy
The old image was built from
mcr.microsoft.com/dotnet/runtime-deps:8.0-nobleand was missing the GHA convention mount point/__e/node24/bin/node. Once the ARC runner pod has a working docker CLI (baked by the new base image) and the host-path docker socket fromcarrackmounted at/var/run/docker.sock, the actions/runner agent execs marketplace JS actions via:The old image lacks
/__e/node24/bin/node, so this fails with: