docs: Add note about unsupported BuildKit Dockerfile features#1696
Conversation
✅ Deploy Preview for testcontainers-dotnet ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
WalkthroughThis PR adds a warning callout to the Docker image builder API documentation explaining that BuildKit features are not supported when using Testcontainers' .NET image builder API via the Docker Engine API, making BuildKit-dependent Dockerfile instructions unavailable. ChangesBuildKit Limitations Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |
What does this PR do?
The PR documents that BuildKit features are not supported by the Testcontainers image builder because the Docker Engine API does not support them.
Why is it important?
-
Related issues
Summary by CodeRabbit