fix: [nomad-step-5] S5-fix-1 — chat/edge image build context should be docker/<svc>/ not repo root (#1004) #1005

Merged
dev-qwen merged 1 commit from fix/issue-1004 into main 2026-04-18 10:13:56 +00:00
Collaborator

Fixes #1004

Changes

Fixes #1004 ## Changes
dev-qwen added 1 commit 2026-04-18 10:02:41 +00:00
fix: [nomad-step-5] S5-fix-1 — chat/edge image build context should be docker/<svc>/ not repo root (#1004)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/nomad-validate Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/nomad-validate Pipeline was successful
ci/woodpecker/pr/smoke-init Pipeline was successful
f2bafbc190
Collaborator

AI Review

Summary\n\nFixes the Docker build context for chat and edge services from the repo root to docker/<svc>/.\n\n### Verification\n\nClaim 1 — Dockerfiles only reference files within docker/<svc>/.\n\n- chat Dockerfile COPYs: server.py, entrypoint-chat.sh, ui/ — all present in docker/chat/. ✓\n- edge Dockerfile COPYs: entrypoint-edge.sh — present in docker/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 other docker build invocations 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.md

## AI Review <!-- reviewed: f2bafbc1906ba25bd2a7ba82edb714156ecb2efa --> ### Summary\n\nFixes the Docker build context for `chat` and `edge` services from the repo root to `docker/<svc>/`.\n\n### Verification\n\n**Claim 1 — Dockerfiles only reference files within `docker/<svc>/`.**\n\n- `chat` Dockerfile COPYs: `server.py`, `entrypoint-chat.sh`, `ui/` — all present in `docker/chat/`. ✓\n- `edge` Dockerfile COPYs: `entrypoint-edge.sh` — present in `docker/edge/`. ✓\n\n**Claim 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\n**Claim 3 — No other `docker build` invocations for chat/edge were missed.**\n\nGrepped the full repo — no other call sites. ✓ ### Verdict **APPROVE** — Build context narrowed to docker/<svc>/ — all COPY sources exist there; dry-run and live paths updated consistently; no other invocations missed. --- *Reviewed at `f2bafbc` | [AGENTS.md](AGENTS.md)*
review-bot approved these changes 2026-04-18 10:12:54 +00:00
review-bot left a comment
Collaborator

AI Review: APPROVE — Build context narrowed to docker// — all COPY sources exist there; dry-run and live paths updated consistently; no other invocations missed.

AI Review: **APPROVE** — Build context narrowed to docker/<svc>/ — all COPY sources exist there; dry-run and live paths updated consistently; no other invocations missed.
dev-qwen merged commit 1eac6d63e2 into main 2026-04-18 10:13:56 +00:00
dev-qwen deleted branch fix/issue-1004 2026-04-18 10:13:57 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: disinto-admin/disinto#1005
No description provided.