Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: containers/common
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.63.0
Choose a base ref
...
head repository: containers/common
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.63.1
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 3, 2025

  1. libnetwork/resolvconf: add new KeepHostSearches/Options

    Using one KeepHostServers that controls the override of nameservers,
    search domains and options is not good enough.
    
    With netavark 1.15 we dropped the dns.podman search domain[1] as this
    always overwrote the host search domains which was not correct. However
    that in turn caused a new issue[2] that a container name might now get
    resolved to a search domain from the host first.
    To fix that we either need to revert the dns.podman change or add the
    ndots:0 option in resolv.conf. Whatever we end up doing we will need one
    of KeepHostSearches or KeepHostOptions in podman to populate resolv.conf
    correctly so that we don't overwrite the host domains/options but still
    can overwrite the nameservers as we want to force aardvark-dns only as
    nameserver so resolvers cannot bypass it.
    
    [1] containers/netavark#1214
    [2] podman-container-tools/podman#26198
    
    Signed-off-by: Paul Holzinger <pholzing@redhat.com>
    (cherry picked from commit b4bf1f2)
    Signed-off-by: Paul Holzinger <pholzing@redhat.com>
    Luap99 committed Jun 3, 2025
    Configuration menu
    Copy the full SHA
    fa22a10 View commit details
    Browse the repository at this point in the history
  2. Bump to v0.63.1

    Signed-off-by: Paul Holzinger <pholzing@redhat.com>
    Luap99 committed Jun 3, 2025
    Configuration menu
    Copy the full SHA
    d6ac181 View commit details
    Browse the repository at this point in the history
Loading