fix: [nomad-step-4] S4-fix-5 — agents.hcl needs force_pull=false for locally-built image (#978) #979
1 changed files with 2 additions and 1 deletions
|
|
@ -84,7 +84,8 @@ job "agents" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "disinto/agents:latest"
|
image = "disinto/agents:latest"
|
||||||
|
force_pull = false
|
||||||
|
|
||||||
# apparmor=unconfined matches docker-compose — Claude Code needs
|
# apparmor=unconfined matches docker-compose — Claude Code needs
|
||||||
# ptrace for node.js inspector and /proc access.
|
# ptrace for node.js inspector and /proc access.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue