-
-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to start containers on the agent #1021
Comments
I used socat to get into the "conversation" between the agent and podman: conn.log |
look's like a podman issue witch can not create networks 🤔 |
i fixed the problem by using an non routed default network, using podman 3.0.1 and letting woodpecker create the network. the last one was the final working fix. |
Should that be documented? |
that it works with podman 3: yes the documentation can be changed |
@stop5 wana create a pull for the documentation? |
What non-routed default network means? Is it impossible to use Podman inside of Podman? |
Component
agent
Describe the bug
The builds i start all fail even before the clone step. I tested the clone step manually and it worked.
My Problem is that the agent can't even start the container.
Its similar to the error mentioned in #85 (comment)_.
The containers run in an bridged network, because of some issues of podman with nftables.
System Info
Additional context
Validations
The text was updated successfully, but these errors were encountered: