podman-compose
podman-compose copied to clipboard
github: Setup tests for both rootful and rootless modes
Currently tests are only executed in rootful mode. This commit sets up a new user in the container for rootless tests as well.
Running rootless on bookworm locally tells me:
Error: unable to start container d90ce391f1318dfce16717a40f80322d76520043b3d8ebbf5513e0709be87524: setting up Pasta: pasta failed with exit code 1:
[sh2] | No external routable interface for IPv6
[sh2] | Couldn't open network namespace /run/user/1000/containers/networks/rootless-netns/rootless-netns
Which probably means there's too old pasta installed (https://github.com/containers/podman/issues/22015).