Package: podman / 5.6.2+ds1-3

Metadata

Package Version Patches format
podman 5.6.2+ds1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Revert to docker 26.patch | (download)

pkg/api/handlers/compat/containers.go | 52 26 + 26 - 0 !
pkg/api/handlers/compat/containers_stats_linux.go | 24 12 + 12 - 0 !
pkg/api/handlers/compat/images.go | 70 49 + 21 - 0 !
pkg/api/handlers/compat/images_prune.go | 3 2 + 1 - 0 !
pkg/api/handlers/compat/networks.go | 21 10 + 11 - 0 !
pkg/api/handlers/compat/system.go | 11 4 + 7 - 0 !
pkg/api/handlers/compat/types.go | 25 13 + 12 - 0 !
pkg/api/handlers/compat/volumes.go | 19 10 + 9 - 0 !
pkg/api/handlers/swagger/models.go | 8 4 + 4 - 0 !
pkg/api/handlers/swagger/responses.go | 13 6 + 7 - 0 !
pkg/api/handlers/types.go | 14 6 + 8 - 0 !
11 files changed, 142 insertions(+), 118 deletions(-)

 revert "update to docker 27"

This reverts commits
 - e24367aa14b7669d116a2a27ba12c69cbf51612b
 - cf87278e6671568bce138d1405c7e81e34bea044
 - f2606c42302b845d68f65e65c2931cbaa8762f81

pkg machine platform.patch | (download)

pkg/machine/provider/platform_test.go | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 testproviders: skip test if unable to list providers

this is to fix autopkgtest in Debian when running in qemu

gopsutil v4.patch | (download)

cmd/podman/machine/init.go | 2 1 + 1 - 0 !
cmd/podman/machine/server9p.go | 2 1 + 1 - 0 !
pkg/machine/e2e/init_test.go | 2 1 + 1 - 0 !
pkg/machine/gvproxy_unix.go | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 do not hardcode gopsutil v4

tests system skips.patch | (download)

test/system/030-run.bats | 2 1 + 1 - 0 !
test/system/075-exec.bats | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 test/system: skip some system tests that fail in debian
tests integration skips.patch | (download)

test/e2e/run_test.go | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 e2e-test: skip tests that don't currently work

These failures need to be investigated more closely

0006 Avoid dependency on conmon runner config.patch | (download)

libpod/oci_conmon_common.go | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 avoid dependency on conmon runner config

0007 Allow version of buildah to be slightly off.patch | (download)

test/e2e/build_test.go | 17 10 + 7 - 0 !
1 file changed, 10 insertions(+), 7 deletions(-)

 allow version of buildah to be slightly off

When upstream is running these tests, they are guaranteed to be the same. In
Debian, the minor version might be slightly off without any issues