Bug 2009346
Summary: | Podman name resolution not working as expected | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | pascal.ott |
Component: | podman | Assignee: | Jindrich Novy <jnovy> |
Status: | CLOSED ERRATA | QA Contact: | Joy Pu <ypu> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 8.4 | CC: | bbaude, dwalsh, jligon, jnovy, lsm5, mheon, pthomas, tsweeney, umohnani, ypu |
Target Milestone: | rc | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | podman-4.1.0-1.el8 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-11-08 09:14:53 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
pascal.ott
2021-09-30 12:33:17 UTC
Cause is a too-old `dnsname` binary. We need to ensure `dnsname` 1.2 or newer is packaged for the next RHEL release (I think we're in 8.5.0.2 territory, now). Assigning to Jindrich. The current podman contains dnsname-1.3.0. Can we get qa ack please? Can reproduce with podman-3.2.3-0.10.module+el8.4.0+11989+6676f7ad.x86_64 the resolve.conf inside container look like this: [root@sweetpig-18 ~]# podman exec con1 cat /etc/resolv.conf search sample.domain nameserver 10.89.0.1 Test with podman-4.1.0-2.module+el8.7.0+15223+3987d347.x86_64 and its resolve.conf inside container already include dns.podman as expected. So set this to verified: [root@sweetpig-9 ~]# podman exec con1 cat /etc/resolv.conf search dns.podman sample.domain nameserver 10.89.0.1 nameserver 10.19.42.41 nameserver 10.11.5.19 nameserver 10.5.30.160 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: container-tools:rhel8 security, bug fix, and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:7457 |