fix: [nomad-step-3] S3-fix-5 — nomad/client.hcl must allow_privileged for woodpecker-agent (#961)
All checks were successful
All checks were successful
This commit is contained in:
parent
9c4c5f1ac8
commit
fbcc6c5e43
1 changed files with 3 additions and 3 deletions
|
|
@ -64,11 +64,11 @@ client {
|
|||
|
||||
# Docker task driver. `volumes.enabled = true` is required so jobspecs
|
||||
# can mount host_volume declarations defined above. `allow_privileged`
|
||||
# stays false — no factory workload needs privileged containers today,
|
||||
# and flipping it is an audit-worthy change.
|
||||
# is true — woodpecker-agent requires `privileged = true` to access
|
||||
# docker.sock and spawn CI pipeline containers.
|
||||
plugin "docker" {
|
||||
config {
|
||||
allow_privileged = false
|
||||
allow_privileged = true
|
||||
|
||||
volumes {
|
||||
enabled = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue