发布日期: 2025-04-02
版本号: v5.4.2

本次更新修复了三个主要问题:1) 修复了podman import命令无法导入非gzip压缩格式镜像的问题;2) 解决了podman cp命令在向非运行状态的容器非空卷复制时可能死锁的问题;3) 修正了Libpod容器创建接口中部分健康检查字段默认值不合理导致日志无限增长的问题。此外还更新了Buildah至v1.39.4版本,并升级了containers/common、containers/image和containers/storage三个依赖库的版本。

更新内容 (中文)

错误修复

  • 修复了 podman import 命令无法导入使用非 gzip 算法压缩的镜像的问题(#25593)。
  • 修复了 podman cp 命令在将文件复制到未运行容器的非空卷时可能发生死锁的问题(#25585)。

API

  • 修复了 Libpod 容器创建端点中某些字段的默认值问题,部分健康检查字段未设置合理默认值,导致未设置这些字段的容器日志无限增长(#25473)。

其他

  • 更新依赖的 Buildah 版本至 v1.39.4
  • 更新 containers/common 库至 v0.62.3
  • 更新 containers/image 库至 v5.34.3
  • 更新 containers/storage 库至 v1.57.2

更新内容 (原始)

Bugfixes

  • Fixed a bug where the podman import command could not import images compressed with algorithms other than gzip (#25593).
  • Fixed a bug where the podman cp command could deadlock when copying into a non-empty volume on a container that is not running (#25585).

API

  • Fixed a bug where the default values for some fields in the Libpod Create endpoint for Containers did not have sensible defaults for some healthcheck fields, causing unrestricted log growth for containers which did not set these fields (#25473).

Misc

  • Updated vendored Buildah to v1.39.4
  • Updated the containers/common library to v0.62.3
  • Updated the containers/image library to v5.34.3
  • Updated the containers/storage library to v1.57.2

下载链接