feat: add woodpeckerci/plugin-docker-buildx to WOODPECKER_PLUGINS_PRIVILEGED (#87)

Plugin is no longer privileged by default in Woodpecker; explicitly list
both the standard and latest-insecure variants.

Reviewed-on: #87
This commit was merged in pull request #87.
This commit is contained in:
2026-04-25 20:48:46 +10:00
parent 7535d655fe
commit 3a6d93bc3c
+1 -1
View File
@@ -26,7 +26,7 @@ server:
WOODPECKER_OPEN: "true" WOODPECKER_OPEN: "true"
WOODPECKER_ADMIN: "unkinben" WOODPECKER_ADMIN: "unkinben"
WOODPECKER_DISABLE_USER_AGENT_REGISTRATION: "true" WOODPECKER_DISABLE_USER_AGENT_REGISTRATION: "true"
WOODPECKER_PLUGINS_PRIVILEGED: "woodpeckerci/plugin-docker-buildx:latest-insecure" WOODPECKER_PLUGINS_PRIVILEGED: "woodpeckerci/plugin-docker-buildx,woodpeckerci/plugin-docker-buildx:latest-insecure"
extraSecretNamesForEnvFrom: extraSecretNamesForEnvFrom:
- woodpecker-gitea - woodpecker-gitea
- woodpecker-postgres-credentials - woodpecker-postgres-credentials