-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add UDP support for GenericContainer and DockerComposeContainer #2989
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Would fix #554 |
3766b11
to
5a2c5ed
Compare
001866d
to
49b3df1
Compare
We will review this, however it's a fairly big PR with potentially breaking changes, so it may take time. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe this is a mistake, please reply to this comment to keep it open. If there isn't one already, a PR to fix or at least reproduce the problem in a test case will always help us get back on track to tackle this. |
so what's the status of this? Is it going to be rejected? |
@mbesida there are breaking changes that should be reverted. Also note that even UDP if not provided as a set of convenient methods, it is possible to do it with low level API: |
Added support for udp protocol for
GenericContainer
andDockerComposeContainer
.