disinto/docker/edge
Claude 098c19cb3a
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
fix: bug: edge container supervisor loop never runs (and /opt/disinto-logs not created) (#555)
Two fixes:
- Create /opt/disinto-logs before supervisor loop starts (tee was failing)
- Replace exec caddy with background caddy + wait -n pattern so the
  supervisor loop subshell isn't orphaned when the parent shell exec's away

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 09:32:47 +00:00
..
dispatcher.sh fix: bug: dispatcher should use docker run, not docker compose run — compose context unavailable in edge container (#529) 2026-04-10 06:49:09 +00:00
Dockerfile fix: edge container — add python3, fix mktemp BusyBox compat 2026-04-09 18:07:21 +00:00
entrypoint-edge.sh fix: bug: edge container supervisor loop never runs (and /opt/disinto-logs not created) (#555) 2026-04-10 09:32:47 +00:00