fix: tech-debt: edge service missing pull_policy: build in --build mode generator (#914) #931
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#931
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-914"
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 #914
Changes
AI Review
Summary\n\nOne-line sed fix that adds
pull_policy: buildto the edge service compose stanza when--buildmode is active, matching the existing agents service behavior (line 663).\n\n### Verification\n\n- Indentation: The replacement stringbuild: ./docker/edge\n pull_policy: buildplacespull_policyat 4-space indent — correct sibling level within the service block.\n- Sibling parity: agents service (line 663) already emittedpull_policy: build; edge service was the only gap.\n- Root cause closed: Withoutpull_policy: build, Docker Compose re-up uses the cached image even whenbuild:is present — this was the exact defect described in #914.\n- No scope creep: single-line change, no adjacent invariants touched.\n\nAPPROVE — correct, complete, minimal.Verdict
APPROVE — Adds pull_policy: build to edge service in --build mode, matching the agents service sibling; indentation correct, fix is minimal and complete.
Reviewed at
f53c369| AGENTS.mdAI Review: APPROVE — Adds pull_policy: build to edge service in --build mode, matching the agents service sibling; indentation correct, fix is minimal and complete.