-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Unable to reach certain IP addresses #1679
Comments
Can you try again with new images? |
Still an issue:
|
I believe this could just be an issue from wget on busybox (docker-library/busybox#80). What is your goal here? If you want to use the debug image to do something of value, then you're probably better served by a more full featured image. |
The issue is that it affects all tcp traffic. In our case we have a service written in Go which is trying to reach this host and the http.Do call hangs. We believe that wget and Go hang for the same reason. So essentially this issue prevents the image from calling specific hosts, and it just blocks the connection which never terminates / times out. We believe it's an SSL issue, but are not sure. |
It might be related to golang/go#67061 |
Describe the bug
We are observing that wget (and our Go services) hangs itself trying to connect to certain IP addresses. Theses addresses resolve fine outside of the distroless container.
In container
Outside container
To Reproduce
See above. We observe this on multiple platforms, in all networks / devices and all regions.
Expected behavior
Connection should not hang. We believe this broke recently.
Console Output
See above.
The text was updated successfully, but these errors were encountered: