diff options
author | Oskari Rauta <oskari.rauta@gmail.com> | 2023-09-16 11:05:42 +0300 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-09-16 21:43:15 +0800 |
commit | 56930920a441cf8a2ef40371e76d1786b49997fc (patch) | |
tree | 31d6e7efc868cdacfe99fa62daa4114e9f9876a0 /utils/podman/patches | |
parent | 7728e1eb396c38ed97e7edf390529c89f69e898b (diff) |
podman: update to 4.6.2
patch refreshed.
Changelog:
- Fixed a performance issue when calculating diff sizes in overlay. The podman system df command should see a significant performance improvement.
- Fixed a bug where containers in a pod would use the pod restart policy over the set container restart policy.
- Fixed a bug in the Compat Build endpoint where the pull query parameter did not parse 0/1 as a boolean.
- Updated the containers/storage library to v1.48.1
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
Diffstat (limited to 'utils/podman/patches')
-rw-r--r-- | utils/podman/patches/010-do-not-build-docs.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/podman/patches/010-do-not-build-docs.patch b/utils/podman/patches/010-do-not-build-docs.patch index e67810052..a56e35384 100644 --- a/utils/podman/patches/010-do-not-build-docs.patch +++ b/utils/podman/patches/010-do-not-build-docs.patch @@ -1,6 +1,6 @@ --- a/Makefile +++ b/Makefile -@@ -209,7 +209,7 @@ GV_SHA=aab0ac9367fc5142f5857c36ac2352bcb +@@ -211,7 +211,7 @@ GV_SHA=407efb5dcdb0f4445935f7360535800b6 default: all .PHONY: all @@ -9,7 +9,7 @@ .PHONY: binaries ifeq ($(shell uname -s),FreeBSD) -@@ -790,7 +790,7 @@ package-install: package ## Install rpm +@@ -798,7 +798,7 @@ rpm-install: package ## Install rpm pac /usr/bin/podman info # will catch a broken conmon .PHONY: install |