Woodpecker CI: Non-LXC DIND is broken #108

Open
opened 2024-01-30 07:55:51 +00:00 by maxkratz · 1 comment
Owner
https://ci.forgejo.dev/forgejo.dev/woodpecker-lxc-test/pipeline/14/6
maxkratz added the
bug
label 2024-01-30 07:55:51 +00:00
Author
Owner

The reason should be the missing removal/deletion of the (temporary) Docker socket folder on the host machine. Workaround:

rm -rf /tmp/docker-dind/socket
The reason should be the missing removal/deletion of the (temporary) Docker socket folder on the host machine. Workaround: ``` rm -rf /tmp/docker-dind/socket ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: forgejo.dev/infrastructure-as-code#108
No description provided.