fix: [nomad-step-4] S4-fix-5 — agents.hcl needs force_pull=false for locally-built image (#978) #979
No reviewers
Labels
No labels
action
backlog
blocked
bug-report
cannot-reproduce
in-progress
in-triage
needs-triage
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
rejected
reproduced
tech-debt
underspecified
vision
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#979
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-978"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #978
Changes
AI Review
Summary
Single-line config fix: adds
force_pull = falseto the Nomad Docker driver stanza so Nomad won't attempt a registry pull fordisinto/agents:latest, which is built locally and never pushed to a registry.Correctness claims
force_pullis the correct Nomad Docker driver config key (notimagePullPolicyor similar). Confirmed correct.falseprevents Nomad from pulling; without this, Nomad defaults to pulling (or attempts it depending on version), which fails for local-only images. Correct fix.config {}stanza, adding one line and aligning theimage =key. No volumes, env vars, Vault templates, or restart policy touched.All four claims verified. Change is correct and complete.
Verdict
APPROVE — force_pull = false is correct for a locally-built image; change is minimal, correct, and complete
Reviewed at
ffd1f41| AGENTS.mdAI Review: APPROVE — force_pull = false is correct for a locally-built image; change is minimal, correct, and complete