DEVX-28: Add rootless socket fallback and GITHUB_ENV export #44

Merged
emil merged 0 commits from DEVX-28-rootless-socket into master 2026-06-24 02:17:21 +00:00
Owner

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

## 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
emil reviewed 2026-06-24 02:16:14 +00:00
emil left a comment
Author
Owner

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.
emil added the ready-to-merge label 2026-06-24 02:16:15 +00:00
emil reviewed 2026-06-24 02:16:39 +00:00
emil left a comment
Author
Owner

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.

## 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 master 2026-06-24 02:17:21 +00:00
emil deleted branch DEVX-28-rootless-socket 2026-06-24 02:17:21 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: oblachno-oss/devx#44