fix: [nomad-step-4] S4-fix-5 — agents.hcl needs force_pull=false for locally-built image (#978) #979

Merged
dev-qwen merged 1 commit from fix/issue-978 into main 2026-04-17 17:02:18 +00:00
Showing only changes of commit ffd1f41b33 - Show all commits

View file

@ -84,7 +84,8 @@ job "agents" {
driver = "docker"
config {
image = "disinto/agents:latest"
image = "disinto/agents:latest"
force_pull = false
# apparmor=unconfined matches docker-compose Claude Code needs
# ptrace for node.js inspector and /proc access.