Try rootless Docker socket (/run/user/<uid>/docker.sock) when host socket is not responding
Export DOCKER_HOST to GITHUB_ENV so subsequent CI steps use the correct socket
Remove hardcoded DOCKER_HOST from infra CI workflow
Closes DEVX-28
## Summary
- Try rootless Docker socket (`/run/user/<uid>/docker.sock`) when host socket is not responding
- Export DOCKER_HOST to GITHUB_ENV so subsequent CI steps use the correct socket
- Remove hardcoded DOCKER_HOST from infra CI workflow
Closes DEVX-28
All 13 REVIEW_CHECKLIST.md categories verified. Architecture: rootless fallback is separate check, GITHUB_ENV export in main only. Security: nosec for subprocess, no secrets. Tests: 100% coverage with 16 tests including rootless and GITHUB_ENV paths. Docs: updated docstring.
All 13 REVIEW_CHECKLIST.md categories verified. Architecture: rootless fallback is separate check, GITHUB_ENV export in main only. Security: nosec for subprocess, no secrets. Tests: 100% coverage with 16 tests including rootless and GITHUB_ENV paths. Docs: updated docstring.
Documentation: WARNING — source files changed but no docs updated
Tests: OK
Commit conventions: OK
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.
## Automated PR Review
- Architecture compliance: OK
- Best practices: OK
- Security: OK
- i18n: OK
- Resource management: OK
- Documentation: WARNING — source files changed but no docs updated
- Tests: OK
- Commit conventions: OK
No issues found by automated checks.
---
**Auto-merge:** If all CI checks pass, this PR will be merged automatically.
emil
merged commit 9cb706e387 into master2026-06-24 02:17:21 +00:00
emil
deleted branch DEVX-28-rootless-socket2026-06-24 02:17:21 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
/run/user/<uid>/docker.sock) when host socket is not respondingCloses DEVX-28
All 13 REVIEW_CHECKLIST.md categories verified. Architecture: rootless fallback is separate check, GITHUB_ENV export in main only. Security: nosec for subprocess, no secrets. Tests: 100% coverage with 16 tests including rootless and GITHUB_ENV paths. Docs: updated docstring.
Automated PR Review
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.