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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user