Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
podman-remote-static-linux_amd64.tar.gz | 2025-06-05 | 24.6 MB | |
podman-remote-static-linux_arm64.tar.gz | 2025-06-05 | 22.9 MB | |
shasums | 2025-06-05 | 1.2 kB | |
podman-remote-release-darwin_arm64.zip | 2025-06-05 | 25.6 MB | |
podman-remote-release-windows_amd64.zip | 2025-06-05 | 32.5 MB | |
podman-remote-release-windows_arm64.zip | 2025-06-05 | 30.2 MB | |
podman-installer-windows-arm64.exe | 2025-06-05 | 28.0 MB | |
podman-remote-release-darwin_amd64.zip | 2025-06-05 | 26.8 MB | |
podman-5.5.1-setup.exe | 2025-06-05 | 29.9 MB | |
podman-installer-macos-amd64.pkg | 2025-06-05 | 61.3 MB | |
podman-installer-macos-arm64.pkg | 2025-06-05 | 59.6 MB | |
podman-installer-macos-universal.pkg | 2025-06-05 | 86.5 MB | |
podman-installer-windows-amd64.exe | 2025-06-05 | 29.9 MB | |
README.md | 2025-06-05 | 2.6 kB | |
v5.5.1 source code.tar.gz | 2025-06-05 | 21.3 MB | |
v5.5.1 source code.zip | 2025-06-05 | 27.5 MB | |
Totals: 16 Items | 506.6 MB | 0 |
Bugfixes
- Fixed a bug where containers mounting a volume to
/
could overmount important directories such as/proc
causing start and/or runtime failures due to an issue with mount ordering (#26161). - Fixed a bug where Quadlet
.pod
units could fail to start due to their storage not being mounted (#26190). - Fixed a bug where containers joined to a network with DNS enabled would not include the host's search domains in their
resolv.conf
(#24713). - Fixed a bug where the
--dns-opt
option topodman create
,podman run
, andpodman pod create
would append options to the container'sresolv.conf
, instead of replacing them (#22399). - Fixed a bug where the
podman kube play
command would add an empty network alias for containers created with no name specified, causing Netavark to emit extraneous warnings. - Fixed a bug where the
podman system df
command would panic when one or more containers were created using a root filesystem (the--rootfs
option topodman create
andpodman run
) instead of from an image (#26224). - Fixed a bug where the
log_tag
field incontainers.conf
would override the--log-opt tag=value
option topodman create
andpodman run
(#26236). - Fixed a bug where the
podman volume rm
andpodman volume inspect
commands would incorrectly handle volume names containing the_
character when the SQLite database backend was in use (#26168). - Fixed a bug where the Podman remote client on Windows was unable to mount local folders into containers using overlay mounts (
-v source:destination:O
) (#25988).
API
- Fixed a bug in the Libpod Create API for Containers where rlimits specified with a value of
-1
were causing errors, instead of being interpreted as the maximum possible value (#24886). - Fixed a bug in the Compat Create API for Containers where specifying an entrypoint of
[]
(an empty array) was ignored, instead of setting an empty entrypoint (#26078).
Misc
- Updated Buildah to v1.40.1
- Updated the containers/common library to v0.63.1