Insufficient privileges to use privileged mode - what is missing? #3565
Replies: 3 comments 5 replies
-
I assume you are using Kubernetes. There is currently a bug in 2.4.1 which will be fixed by #3538 |
Beta Was this translation helpful? Give feedback.
3 replies
-
closing as follow-up is in #3569 |
Beta Was this translation helpful? Give feedback.
0 replies
-
While checking the config again, I think you can simply avoid setting privileged at all. Buildx is privileged by default. |
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.
-
I am trying to build my first image (and push it to my gitea registry) and after some fumbling I ended up with an error I do not understand:
This is when I try to use the following
.woodpecker.yaml
What is missing and where?
The only vaguely similar issue I found was with Drone and someone suggested to set
DRONE_ADMIN
. I haveWOODPECKER_ADMIN
set to my user (the one that is pushing the repo that includes the config file above(*)) in my docker compose file for woodpecker server.(*) In other words: there is just one account in Gitea and Woodpecker (mine) and I use it for everything.
Beta Was this translation helpful? Give feedback.
All reactions