Skip to content

fix: add rootless Docker binary to PATH on self-hosted runners#37

Merged
devops-bda merged 1 commit into
mainfrom
fix/default-runner-self-hosted
May 31, 2026
Merged

fix: add rootless Docker binary to PATH on self-hosted runners#37
devops-bda merged 1 commit into
mainfrom
fix/default-runner-self-hosted

Conversation

@phanikumarps
Copy link
Copy Markdown
Contributor

Summary

  • When rootless Docker is used, the docker binary is often at ~/.local/bin/docker which is not in the default PATH
  • Extend the existing rootless Docker detection to also find and add the binary directory to $GITHUB_PATH
  • Searches ~/.local/bin, ~/bin, and /usr/local/bin in order

Test plan

  • Re-trigger cai-llm-router docker build after merge
  • Verify Log in to GitHub Container Registry step passes

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@phanikumarps phanikumarps force-pushed the fix/default-runner-self-hosted branch from 29e11ca to 2c66df4 Compare May 31, 2026 17:48
@devops-bda devops-bda merged commit 3cbf789 into main May 31, 2026
4 checks passed
@devops-bda devops-bda deleted the fix/default-runner-self-hosted branch May 31, 2026 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants