Closed offa closed 3 months ago
Build with --security-opt seccomp=unconfined
.
Remove once a newer Podman version is available on CI builds.
Ubuntu 24.04 based images ship Podman 4.9.3: https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
Some image builds fail to due to tar "Operation not permitted" errors:
This is a known issue of the Podman version used by Github Actions CI (podman version 3.4.4): https://github.com/containers/podman/issues/21012
Newer Podman versions have fixed this, thus not reproducible locally.