\n\n### Expected behavior\n\n```\ndocker run --rm --privileged \\\n -v $(pwd):/woodpecker \\\n -e PLUGIN_REPO=demo/myap \\\n -e PLUGIN_TAGS=latest \\\n -e PLUGIN_PLATFORMS=linux/amd64 \\\n -e PLUGIN_DOCKERFILE=Dockerfile \\\n -e PLUGIN_DRIVER=docker \\\n -e PLUGIN_BUILDKIT_DRIVEROPT=\"image=moby/buildkit:master\" \\\n -w /woodpecker \\\n woodpeckerci/plugin-docker-buildx:5.2.2-insecure\n```\n\n\u003Cimg width=\"2083\" height=\"456\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/763aa4cd-edc1-4e07-b043-44b5d153d962\" />\n\n### System Info\n\n```shell\ndocker desktop v4.43.1\n```\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [x] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [x] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [x] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/versions]",[3087],{"name":3019,"color":3020},5321,"plugin-docker-buildx insecure with PLUGIN_BUILDKIT_DRIVEROPT image not work after version 6","2025-07-22T14:24:24Z","https://github.com/woodpecker-ci/woodpecker/issues/5321",0.6841989,{"description":3094,"labels":3095,"number":3097,"owner":3025,"repository":3026,"state":3070,"title":3098,"updated_at":3099,"url":3100,"score":3101},"### Component\n\nweb-ui\n\n### Describe the bug\n\ni can't change any settings in my repositories\r\neven though i'm set as an admin\r\n\r\nhttps://user-images.githubusercontent.com/35614734/143661066-9392eb98-0548-4029-b157-272d812f15a6.mp4\r\n\r\n \n\n### System Info\n\n```shell\nversion: '3.3'\r\nservices:\r\n woodpecker-server:\r\n image: woodpeckerci/woodpecker-server:latest\r\n ports:\r\n - 127.0.0.1:9002:8000\r\n volumes:\r\n - ./woodpecker:/var/lib/woodpecker/\r\n environment:\r\n - 'WOODPECKER_ADMIN=FarisZR'\r\n - 'WOODPECKER_HOST=https://cd.site.test'\r\n - 'WOODPECKER_GITEA=true'\r\n - 'WOODPECKER_GITEA_URL=https://codeberg.org'\r\n - 'WOODPECKER_GITEA_CLIENT=xxxxx'\r\n - 'WOODPECKER_GITEA_SECRET=xxxxxx'\r\n - 'WOODPECKER_AGENT_SECRET=xxxxxxx'\r\n\r\n\r\n woodpecker-agent:\r\n image: woodpeckerci/woodpecker-agent:latest\r\n command: agent\r\n restart: always\r\n depends_on:\r\n - woodpecker-server\r\n volumes:\r\n - /var/run/docker.sock:/var/run/docker.sock\r\n environment:\r\n - WOODPECKER_SERVER=woodpecker-server:9000 \r\n - 'WOODPECKER_AGENT_SECRET=xxxxxxx'\r\n - WOODPECKER_BACKEND=docker\n```\n\n\n### Additional context\n\n```shell\nerrors in logs:\r\n\r\n\r\nwoodpecker-server_1 | {\"level\":\"warn\",\"error\":\"sql: no rows in result set\",\"time\":\"2021-11-26T22:56:52Z\"}\r\n\r\nwoodpecker-agent_1 | {\"level\":\"error\",\"error\":\"rpc error: code = Unavailable desc = closing transport due to: connection error: desc = \\\"error reading from server: EOF\\\", received prior goaway: code: ENHANCE_YOUR_CALM, debug data: \\\"too_many_pings\\\"\",\"time\":\"2021-11-26T23:06:24Z\",\"message\":\"grpc error: done(): code: Unavailable: rpc error: code = Unavailable desc = closing transport due to: connection error: desc = \\\"error reading from server: EOF\\\", received prior goaway: code: ENHANCE_YOUR_CALM, debug data: \\\"too_many_pings\\\"\"}\n```\n\n\n### Validations\n\n- [X] Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/master/CONTRIBUTING.md).\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [X] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Check that this is a concrete bug. For Q&A join our [Discord Chat Server](https://discord.gg/fcMQqSMXJy).",[3096],{"name":3067,"color":3068},547,"insufficient privileges when changing any settings","2021-11-27T00:55:04Z","https://github.com/woodpecker-ci/woodpecker/issues/547",0.68993014,{"labels":3103,"number":3105,"owner":3025,"repository":3026,"state":3070,"title":3106,"updated_at":3107,"url":3108,"score":3109},[3104],{"name":3019,"color":3020},4430,"Need both environment and settings for plugin appleboy/dron-ssh, but this is deprecated","2024-11-22T20:07:08Z","https://github.com/woodpecker-ci/woodpecker/issues/4430",0.69425416,{"description":3111,"labels":3112,"number":3117,"owner":3025,"repository":3026,"state":3070,"title":3118,"updated_at":3119,"url":3120,"score":3121},"This worked with WP 2.3 and Kubernetes backend:\r\n\r\n```\r\n publish:\r\n image: woodpeckerci/plugin-docker-buildx\r\n settings:\r\n repo: *repo\r\n tags: 8h\r\n```\r\n\r\nUsing WP 2.4 the docker daemon does not start.\r\n\r\nDebugging the Pod manifest I see an empty security context and the docker daemon does not start.\r\n\r\nThis works with WP 2.4.1 but is not so user friendly:\r\n\r\n```\r\n publish:\r\n image: woodpeckerci/plugin-docker-buildx\r\n privileged: true\r\n backend_options:\r\n kubernetes:\r\n securityContext:\r\n privileged: true\r\n settings:\r\n repo: *repo\r\n tags: 8h\r\n daemon.debug: \"true\"\r\n```\r\n\r\n\r\nSee also: https://github.com/woodpecker-ci/woodpecker/issues/3482#issuecomment-2015672185_\r\n ",[3113,3114],{"name":3019,"color":3020},{"name":3115,"color":3116},"backend/kubernetes","bfdadc",3537,"Woodpecker 2.4 breaks privileged steps/plugins with Kubernetes backend","2024-05-30T16:53:05Z","https://github.com/woodpecker-ci/woodpecker/issues/3537",0.6965823,["Reactive",3123],{},["Set"],["ShallowReactive",3126],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fJCWoq4Bp0cvjtO5p43rGUDjMGGAQztT2o3NB-UT0fzo":-1},"/woodpecker-ci/woodpecker/5151"]