disinto/docker/edge
Claude 519742e5e7
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
fix: [nomad-prep] P12 — dispatcher commits result.json via git push, not bind-mount (#803)
Replace write_result's direct filesystem write with commit_result_via_git,
which clones the ops repo into a scratch directory, writes the result file,
commits as vault-bot, and pushes. This removes the requirement for a shared
bind-mount between the dispatcher container and the host ops-repo clone.

- Idempotent: skips if result.json already exists upstream
- Retry loop: handles push conflicts with rebase-and-push (up to 3 attempts)
- Scratch dir: cleaned up via RETURN trap regardless of outcome
- Works identically under docker and future nomad backends
2026-04-16 00:54:33 +00:00
..
dispatcher.sh fix: [nomad-prep] P12 — dispatcher commits result.json via git push, not bind-mount (#803) 2026-04-16 00:54:33 +00:00
Dockerfile feat: publish versioned agent images — compose should use image: not build: (#429) 2026-04-15 09:24:05 +00:00
entrypoint-edge.sh fix: feat: consolidate secret stores — single granular secrets/*.enc, deprecate .env.vault.enc (#777) 2026-04-15 18:35:03 +00:00