-
Notifications
You must be signed in to change notification settings - Fork 2.9k
libpod: don't force only network search domains #26221
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
Conversation
|
[NON-BLOCKING] Packit jobs failed. @containers/packit-build please check. Everyone else, feel free to ignore. |
Contains the resolv.conf setup changes. Signed-off-by: Paul Holzinger <[email protected]>
We like to append the host servers in that case so that we do not only force dns.podman. Fixes: containers#24713 Fixes: https://issues.redhat.com/browse/RHEL-83787 Signed-off-by: Paul Holzinger <[email protected]>
We should fully replace the options, now that we vendored the libnetwork/resolvconf changes into podman this just works. Fixes: containers#22399 Signed-off-by: Paul Holzinger <[email protected]>
|
@containers/podman-maintainers PTAL |
giuseppe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: giuseppe, Luap99 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
mtrmac
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM otherwise, please merge without another review round.
/lgtm
/hold
| Expect(session).Should(ExitCleanly()) | ||
|
|
||
| session = podmanTest.Podman([]string{"run", "--name", "con1", "--network", net, CITEST_IMAGE, "nslookup", "con1"}) | ||
| // Note apline nslookup tries to resolve all search domains always and returns an error if one does not resolve. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| // Note apline nslookup tries to resolve all search domains always and returns an error if one does not resolve. | |
| // Note alpine nslookup tries to resolve all search domains always and returns an error if one does not resolve. |
|
/hold cancel |
4030ee6
into
containers:main
We like to append the host servers in that case so that we do not only
force dns.podman.
Fixes: #24713
Fixes: https://issues.redhat.com/browse/RHEL-83787
Also:
We should fully replace the options, now that we vendored the
libnetwork/resolvconf changes into podman this just works.
Fixes: #22399
Does this PR introduce a user-facing change?