Why does docker buildx plugin not connect to docker daemon? #5272
Unanswered
n1cc00
asked this question in
Ask a Question
Replies: 1 comment 2 replies
-
|
You don't need a dedicated daemon, the plugin has its own, respectively re-uses the one from the agent. In the end there is not enough information about your env to be able to help you but the buildx plugin usually works OOB in a k8s install via the helm chart. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have the same issue that was described here:
#4140
The solution proposed by @qwerty287 doesn't apply in my case though, I don't have "secrets" configured. Here is my workflow:
In my docker compose, I configured the plugin privileges like this:
WOODPECKER_PLUGINS_PRIVILEGED=woodpeckerci/plugin-docker-buildx
Does anyone have an idea what I might be doing wrong?
EDIT: Its not just the plugin. This step also fails:
Beta Was this translation helpful? Give feedback.
All reactions