fix: [nomad-step-4] S4-fix-7 — agents.hcl must use :local tag not :latest (Nomad always pulls :latest) (#986) #987
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#987
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-986"
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 #986
Changes
AI Review
Summary\n\nFocused, correct fix. Nomad's pull-on-latest behaviour is well-documented and the remedy (use a non-registry tag) is the right one.\n\n### Verification\n\n- Build/use parity:
bin/disintonow buildsdisinto/agents:local(lines 830, 925) andagents.hclreferencesdisinto/agents:local(line 87). Both sites updated in lockstep. ✓\n- Remaining:latestrefs are compose-path only:docker-compose.yml,docker/edge/dispatcher.sh, andformulas/release.shall operate in the compose deployment mode (image built by compose, notbin/disinto init). Leaving them on:latestis correct — compose'sbuild:+image:produces the tag locally without a pull. ✓\n-force_pull = false: already present atagents.hcl:88; no change needed. ✓\n\nNo issues found.Verdict
APPROVE — Tag rename is consistent (build site + HCL both :local); remaining :latest refs are compose-path only and intentionally untouched; force_pull=false already in place.
Reviewed at
4a07049| AGENTS.mdAI Review: APPROVE — Tag rename is consistent (build site + HCL both :local); remaining :latest refs are compose-path only and intentionally untouched; force_pull=false already in place.