mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-05-13 02:04:38 +00:00
Document and support rootless Podman agents #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
A Fedora Asahi M1 runner used rootless Podman. It worked with Woodpecker's Docker backend, but required non-obvious setup.
Important details:
Desired behavior
Add first-class documentation or support for rootless Podman agents:
Why this matters
Podman is common on Fedora and other Linux distributions. Rootless agents are attractive for security, but the current setup is easy to get subtly wrong.