tools/edge-control/verify-chat-sandbox.sh targets deleted disinto-chat container #1087
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#1087
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 #1085.
Problem
tools/edge-control/verify-chat-sandbox.shtargets containerdisinto-chat(line 9:CONTAINER="disinto-chat"). PR #1085 removed the separate chat container — chat now runs as a background process inside the edge container. Running this script will fail immediately with "container not found".The script also asserts
ReadonlyRootfs,cap_drop,no-new-privilegesconstraints that were intentionally reverted by #1085. Even if the container existed, all checks would fail.Fix
Delete or replace
tools/edge-control/verify-chat-sandbox.sh. If chat-in-edge process health verification is desired, a new tool targeting the edge container process would be needed.Acceptance criteria
tools/edge-control/verify-chat-sandbox.shis deleted or replaced so running it no longer fails with "container not found"disinto-chatAffected files
tools/edge-control/verify-chat-sandbox.sh— delete or replaceRelated
Auto-created from AI review