feat(driver): guard BuildKit strategy against Podman runtime#270
Conversation
Podman doesn't support the Docker BuildKit session API. Detect Podman via DockerHelper.IsPodman() at strategy selection time and force the CLI build (docker buildx) strategy, preventing BuildKit session failures when running under Podman.
✅ Deploy Preview for devsydev canceled.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR adds Podman detection to the build strategy selection logic, forcing the external CLI ChangesPodman detection in build strategy selection
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
Summary
Summary by CodeRabbit
Bug Fixes