Bugfixes
- Fixed a bug where
podman tagcould not tag manifest lists (#12046). - Fixed a bug where built-in volumes specified by images would not be created correctly under some circumstances.
- Fixed a bug where, when using Podman Machine on OS X, containers in pods did not have working port forwarding from the host (#12207).
- Fixed a bug where the
podman network reloadcommand command on containers using theslirp4netnsnetwork mode and therootlessportport forwarding driver would make an unnecessary attempt to restartrootlessporton containers that did not forward ports. - Fixed a bug where the
podman generate kubecommand would generate YAML including some unnecessary (set to default) fields (e.g. empty SELinux and DNS configuration blocks, and theprivilegedflag when set to false) (#11995). - Fixed a bug where the
podman pod rmcommand could, if interrupted at the right moment, leave a reference to an already-removed infra container behind (#12034). - Fixed a bug where the
podman pod rmcommand would not remove pods with more than one container if all containers save for the infra container were stopped unless--forcewas specified (#11713). - Fixed a bug where the
--memoryflag topodman runandpodman createdid not accept a limit of 0 (which should specify unlimited memory) (#12002). - Fixed a bug where the remote Podman client's
podman buildcommand could attempt to build a Dockerfile in the working directory of thepodman system serviceinstance instead of the Dockerfile specified by the user (#12054). - Fixed a bug where the
podman logs --tailcommand could function improperly (printing more output than requested) when thejournaldlog driver was used. - Fixed a bug where containers run using the
slirp4netnsnetwork mode with IPv6 enabled would not have IPv6 connectivity until several seconds after they started (#11062). - Fixed a bug where some Podman commands could cause an extra
dbus-daemonprocess to be created (#9727). - Fixed a bug where rootless Podman would sometimes print warnings about a failure to move the pause process into a given CGroup (#12065).
- Fixed a bug where the
checkpointedfield inpodman inspecton a container was not set to false after a container was restored. - Fixed a bug where the
podman system servicecommand would print overly-verbose logs about request IDs (#12181). - Fixed a bug where Podman could, when creating a new container without a name explicitly specified by the user, sometimes use an auto-generated name already in use by another container if multiple containers were being created in parallel (#11735).