[nomad-step-4] S4-fix-7 — agents.hcl must use :local tag not :latest (Nomad always pulls :latest) #986
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#986
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
#978 fixed
force_pull=falsebut keptimage = "disinto/agents:latest". Nomad Docker driver always pulls:latestregardless offorce_pull. From Nomad docs: "Docker images with the :latest tag will always be pulled."Fix — two files, two lines each
nomad/jobs/agents.hclbin/disinto(build step)And the dry-run echo line similarly.
Why
:localConvention:
:localsignals "locally-built, don't pull from registry." Any non-:latesttag works;:localis self-documenting.Acceptance criteria
docker images disinto/agentsshows taglocalafter build.nomad job run nomad/jobs/agents.hcluses local image without pulling.Labels / meta
backlog+bug-report. Two-line fix.