Adopt Dagger for CI pipeline, replacing docker-compose #10
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/gauntlet#10
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?
Originally filed by @coilysiren on 2026-04-14T09:24:46Z - https://github.com/coilysiren/gauntlet/issues/3
Why
Gauntlet is the best-fit repo in the coilysiren portfolio to adopt Dagger:
docker-compose.ymlhasapi,demo, andtestservices with healthcheck-gated dependencies. This is exactly what Dagger replaces — the compose topology becomes a typed Python function wheretestdepends onapi.as_service(), with real caching between runs.uvalready in use. Dagger's Python SDK is first-class and plays nicely with uv.pyproject.tomlneeds no changes.mapover a list of configs.Scope
dagger-ioto dev dependencies viauvci.py(orgauntlet/ci/) with adagger.Client-based moduleapiservice → Dagger function returning aServicedemoservice → Dagger function that consumesapitestservice → Dagger function runningpytest -m "not docker"test()function composing the threedagger call teststepdocker-compose.ymlonce parity is reachedREADME.md/CONTRIBUTING.mdwith the new dev loopNon-goals
invoke/tasks.pyworkflows outside CIContext
Iceboxed in the 2026-05-29 backlog burn-down: Speculative 'adopt Dagger tool' wish, no current dependency. Reopen anytime if it becomes real.