You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a bug where rootless Podman would attempt to use the entire root configuration if no rootless configuration was present for the user, breaking rootless Podman for new installations
Fixed a bug where rootless Podman's pause process would block SIGTERM, preventing graceful system shutdown and hanging until the system's init send SIGKILL
Fixed a bug where running Podman as root with sudo -E would not work after running rootless Podman at least once
Fixed a bug where options for tmpfs volumes added with the --tmpfs flag were being ignored
Fixed a bug where images with no layers could not properly be displayed and removed by Podman
Fixed a bug where locks were not properly freed on failure to create a container or pod