Merge pull request 'fix: [nomad-step-4] S4-fix-5 — agents.hcl needs force_pull=false for locally-built image (#978)' (#979) from fix/issue-978 into main
This commit is contained in:
commit
71e770b8ae
1 changed files with 2 additions and 1 deletions
|
|
@ -85,6 +85,7 @@ job "agents" {
|
|||
|
||||
config {
|
||||
image = "disinto/agents:latest"
|
||||
force_pull = false
|
||||
|
||||
# apparmor=unconfined matches docker-compose — Claude Code needs
|
||||
# ptrace for node.js inspector and /proc access.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue