Replies: 1 comment
-
So adding |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So, lets say I have a service running in a container, and I want to use that the build of an image
Naively, I would do this:
However, for some reason it is using a default resolve config, and wont use the internal dns server and cannot resolve web0:
However if, I manually resolve the the internal dns server then it works:
I suspect that the bad resolve config is coming from this code:
buildkit/executor/oci/resolvconf.go
Lines 108 to 114 in 7bf2360
which I think I can disable with host networking, but I'm not trying to do host networking, I'm trying to use a specific network
Beta Was this translation helpful? Give feedback.
All reactions