Comment 30 for bug 1943049

Revision history for this message
Reinhard Tartler (siretart) wrote :

Thanks for the detailed steps. I am now able to reproduce and think I understand the issue.

It seems that you missed out the seccomp.json changes from https://github.com/containers/common/pull/573. Also, it seems that the code changes in that commit aren't strictly necessary to fix the reproducer. As a hotpatch, I was able to "fix" the issue with:

sudo curl -L https://raw.githubusercontent.com/containers/common/v0.41.0/pkg/seccomp/seccomp.json -o /usr/share/containers/seccomp.json

and then this command starts working:

podman run -it --rm ubuntu:impish /bin/bash -c 'apt-get -qq update; apt-get install -y libc6; apt-get install -y jq'

I'll see to provide a backport of that pull request for impish.