fix(clp-package): Use short-form docker stop timeout option to support older Docker versions (fixes #1322).#1323
Conversation
…ort older Docker versions (fixes y-scope#1322).
WalkthroughReplaced the Docker stop flag in stop_running_container from the long form Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related issues
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (1)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 Ruff (0.13.1)components/clp-package-utils/clp_package_utils/scripts/stop_clp.py�[1;31mruff failed�[0m 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 |
…ort older Docker versions (fixes y-scope#1322). (y-scope#1323)
Description
As the title says.
Docker renamed the
--timeoption to--timeoutin v28 which was only released in February. It seems unrealistic that most of our users would've upgraded to v28, so switching to the shortform option-twill allow greater compatibility.Checklist
breaking change.
Validation performed
Summary by CodeRabbit