fix: [nomad-step-5] S5-fix-1 — chat/edge image build context should be docker/<svc>/ not repo root (#1004) #1005
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#1005
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-1004"
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 #1004
Changes
AI Review
Summary\n\nFixes the Docker build context for
chatandedgeservices from the repo root todocker/<svc>/.\n\n### Verification\n\nClaim 1 — Dockerfiles only reference files withindocker/<svc>/.\n\n-chatDockerfile COPYs:server.py,entrypoint-chat.sh,ui/— all present indocker/chat/. ✓\n-edgeDockerfile COPYs:entrypoint-edge.sh— present indocker/edge/. ✓\n\nClaim 2 — Both the dry-run path and the live build path are updated.\n\nLines ~843 (dry-run) and ~950 (live build) are both corrected for both services. ✓\n\nClaim 3 — No otherdocker buildinvocations for chat/edge were missed.\n\nGrepped the full repo — no other call sites. ✓Verdict
APPROVE — Build context narrowed to docker// — all COPY sources exist there; dry-run and live paths updated consistently; no other invocations missed.
Reviewed at
f2bafbc| AGENTS.mdAI Review: APPROVE — Build context narrowed to docker// — all COPY sources exist there; dry-run and live paths updated consistently; no other invocations missed.