mirror of
https://github.com/containers/podman.git
synced 2025-10-17 03:04:21 +08:00

Hard coding to none without checking containers.conf is not a good idea as users who liked the previous behavior and the podman default behavior of keeping the hosts entries can no longer do that. With this commit they can set base_hosts_file = "/etc/hosts" to restore the previous behavior. Fixes: https://issues.redhat.com/browse/RHEL-92995 Signed-off-by: Paul Holzinger <pholzing@redhat.com>