fix: [nomad-step-3] S3-fix-5 — nomad/client.hcl must allow_privileged for woodpecker-agent (#961) #962

Merged
dev-qwen2 merged 1 commit from fix/issue-961 into main 2026-04-17 12:53:42 +00:00
Showing only changes of commit fbcc6c5e43 - Show all commits

View file

@ -64,11 +64,11 @@ client {
# Docker task driver. `volumes.enabled = true` is required so jobspecs # Docker task driver. `volumes.enabled = true` is required so jobspecs
# can mount host_volume declarations defined above. `allow_privileged` # can mount host_volume declarations defined above. `allow_privileged`
# stays false no factory workload needs privileged containers today, # is true — woodpecker-agent requires `privileged = true` to access
# and flipping it is an audit-worthy change. # docker.sock and spawn CI pipeline containers.
plugin "docker" { plugin "docker" {
config { config {
allow_privileged = false allow_privileged = true
volumes { volumes {
enabled = true enabled = true