[nomad-step-5] S5-fix-1 — chat/edge image build context should be docker/<svc>/ not repo root #1004
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#1004
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?
Step 5 verification: chat image build fails
COPY server.py: file not found.Root cause
bin/disintobuilds chat with repo root as context:But
docker/chat/DockerfilehasCOPY server.py /usr/local/bin/server.py— expects build context to bedocker/chat/, matching compose'sbuild: context: ./docker/chat.Fix
Change the build context in
bin/disintofrom${FACTORY_ROOT}to${FACTORY_ROOT}/docker/chat:Same for edge if
docker/edge/Dockerfilehas relative COPYs — check and fix both.Also check dry-run echo to match.
Acceptance criteria
docker build -t disinto/chat:local -f docker/chat/Dockerfile docker/chat/succeeds.--with edgecompletes the build step for all custom images.Labels / meta
backlog+bug-report. One-line context path fix per image.