spiegel_podman/pkg/domain
Paul Holzinger fd07b9c6ec
fix podman-remote save -f oci-dir/docker-dir
With podman-remote we do not enter a our user namespace like we do with
local podman so we keep running with the real user id.

So if we then try to use chrootarchive as normal user it fails with:
creating mount namespace before pivot: operation not permitted

So simply revert back to the normal archive code.

Now the more interesting thing is we do have a test
"podman save to directory with oci format" but it never runs
rootless+remote in our CI system with our current matrix as we wanted to
reduce jobs.
So rethink the matrix and add one such job as this shows it is needed.

Fixes: 25aee24cbd ("use chrootarchive over plain archive package")

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2026-06-10 18:47:02 +02:00
..
entities feat: update podman quadlet sub-command 2026-06-02 09:52:49 +00:00
filters filters: add annotation filter for containers Fixes: #28562 2026-05-11 20:24:28 +09:00
infra fix podman-remote save -f oci-dir/docker-dir 2026-06-10 18:47:02 +02:00
utils Replace strings.Split(..)[0] with strings.Cut 2026-05-22 13:08:56 -07:00