fix: [nomad-step-4] S4-fix-5 — agents.hcl needs force_pull=false for locally-built image (#978)
All checks were successful
All checks were successful
This commit is contained in:
parent
05e57478ad
commit
ffd1f41b33
1 changed files with 2 additions and 1 deletions
|
|
@ -85,6 +85,7 @@ job "agents" {
|
||||||
|
|
||||||
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