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.

** Also affects: golang-github-containers-common (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: golang-github-containers-common (Ubuntu Impish)
   Importance: Undecided => High

** Changed in: golang-github-containers-common (Ubuntu Impish)
       Status: New => Confirmed

** Changed in: golang-github-containers-common (Ubuntu Impish)
     Assignee: (unassigned) => Reinhard Tartler (siretart)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1943049

Title:
  Docker ubuntu:impish: Problem executing scripts DPkg::Post-Invoke 'rm
  -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb
  /var/cache/apt/*.bin || true'

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/1943049/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to