bug: disinto init --with edge auto-adds chat dep but chat Dockerfile was deleted in PR #1085 #1115
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#1115
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?
Symptom
disinto init --backend=nomad --with edgefails during image build:Root cause
PR #1085 ("merge chat container into edge") deleted
docker/chat/Dockerfileanddocker/chat/entrypoint-chat.sh— chat is now served from inside the edge container.But
bin/disintostill expands--with edge→edge,forgejo,woodpecker-server,woodpecker-agent,agents,staging,chatand then tries to build the chat image. Relevant block inbin/disintoaround line 1264:And build block around line 973:
Reproduction
Fresh box, latest main (HEAD at
0d61819):Fix
Remove
chatfrom the auto-include list inbin/disinto(line ~1264). Also remove the,chat,build branch (line ~973) OR gate it on Dockerfile existence.nomad/jobs/chat.hclmay also need retirement — separate decision, but the init CLI should not reference a deleted Dockerfile.Acceptance
disinto init --backend=nomad --with edge --yescompletes without trying to builddisinto/chat:localdocker/chat/Dockerfileinbin/disintodisinto init --with edgeauto-addschatdep but chat Dockerfile was deleted in PR #1085 (#1115) #1122Blocked — issue #1115
ci_timeout2026-04-21T14:00:59Zdisinto init --with edgeauto-addschatdep but chat Dockerfile was deleted in PR #1085 (#1115) #1134Blocked — issue #1115
ci_exhausted2026-04-21T16:48:57Zdisinto init --with edgeauto-addschatdep but chat Dockerfile was deleted in PR #1085 (#1115) #1134