Bugfixes
- Fixed a bug where the output of
podman image searchdid not populate the Description field as it was mistakenly assigned to the ID field. - Fixed a bug where
podman build -andpodman buildon an HTTP target would fail. - Fixed a bug where rootless Podman would improperly chown the copied-up contents of anonymous volumes (#7130).
- Fixed a bug where Podman would sometimes HTML-escape special characters in its CLI output.
- Fixed a bug where the
podman start --attach --interactivecommand would print the container ID of the container attached to when exiting (#7068). - Fixed a bug where
podman run --ipc=host --pid=hostwould only set--pid=hostand not--ipc=host(#7100). - Fixed a bug where the
--publishargument topodman run,podman createandpodman pod createwould not allow binding the same container port to more than one host port (#7062). - Fixed a bug where incorrect arguments to
podman images --formatcould cause Podman to segfault. - Fixed a bug where
podman rmi --forceon an image ID with more than one name and at least one container using the image would not completely remove containers using the image (#7153). - Fixed a bug where memory usage in bytes and memory use percentage were swapped in the output of
podman stats --format=json.
API
- Fixed a bug where the libpod and compat events endpoints would fail if no filters were specified (#7078).
- Fixed a bug where the
CgroupVersionfield in responses from the compat Info endpoint was prefixed by "v" (instead of just being "1" or "2", as is documented).