mirror of
https://github.com/containers/podman.git
synced 2025-11-30 18:18:18 +08:00
The current macos installer gvproxy version has a number of issues around dns handling[1,2]. They should be fixed now in 0.8.3 as they reverted the dns changes back to the 0.7.5 code. This should make it work like it used to be. Our 5.3.2 installer ships the 0.7.5 version so users of the podman installer never noticed that but we got plenty of reports from brew users. This needs to be backported into v5.4 to make sure we do not ship the broken version as part of the installer. [1] https://github.com/containers/gvisor-tap-vsock/issues/462 [2] https://github.com/containers/gvisor-tap-vsock/issues/466 Signed-off-by: Paul Holzinger <pholzing@redhat.com>