fix(shell): allow default local API URL bootstrap#354
Conversation
- Default controller runtime to host Docker with socket mount - Initialize the pinned Skiller submodule before controller revision/build - Include Skiller inputs in controller revision hashing
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (31)
📝 WalkthroughSummary by CodeRabbitRelease Notes
WalkthroughPR добавляет поддержку альтернативного Docker runtime режима ( ChangesDocker runtime mode infrastructure и Docker Compose configuration
Controller reachability и API URL resolution
Controller composition, revision и bootstrap
Container hostname и Docker operations
Controller bootstrap logic
Testing infrastructure и tests
E2E testing
🎯 4 (Complex) | ⏱️ ~60 minutes Possibly related PRs
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
⚔️ Resolve merge conflicts
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 |
|
Closing this upstream PR because it duplicates PR #351 and is conflicting against main. The actionable one-commit PR for the fork branch is rikohomeless#2. |
Summary
Context
Follow-up for PR #351: fixes the case where a persisted Windows env var like DOCKER_GIT_API_URL=http://127.0.0.1:3334 prevents local Docker bootstrap.
Verification