modulesync 10.5.0#229
Conversation
|
Relevant change - voxpupuli/gha-puppet#82 Now running on |
fails with the same error where as works. This somewhat implies that we are not running podman with |
|
Understood probably: So with that DOCKER_HOST we are running rootless podman - that is doomed even with
|
|
I was chasing that in the autofs module,if you do podman inspect it reports that privilieged mode and subsequentailly a nearly all capabilities are enabled. |
|
We are running both docker and podman as a user. I've got a MR on gha-puppet to use the root owned socket with podman however while it works on my laptop it is not in CI :-( See the MR. Even if it did work it's a bit dirty. Think solution is to switch to vagrant hypervisor for this and autofs, have not got around to trying yet. |
There is a problem loading the autofs module with rootless podman. Switch back to `container_docker`. Investigate this again after github runners upgrade to newer than 24.04 when podman will no longer be version 4.
Fedora 42 tests only started actually running recently and were wrong.
Use container_docker for beaker tests
modulesync 10.4.0