tech-debt: edge service missing pull_policy: build in --build mode generator #914
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#914
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?
Flagged by AI reviewer in PR #911.
Problem
lib/generators.shfixes theagentsservice missingpull_policy: buildin--buildmode (PR #893), but theedgeservice has the same root cause: the sed replacement at line 664 producesbuild: ./docker/edgewith nopull_policy: build. Without it,docker compose up -d --force-recreatereuses the cached edge image and silently keeps running stale code even after source changes.Fix
Add
\n pull_policy: buildto the edge sed replacement, matching the pattern applied to agents in PR #893.Auto-created from AI review