Dagger-first CI/CD starters

Baseline pipelines your team can actually start from.

Search by stack, compare implementations, copy the important file, or download a ready starter bundle. The goal is not a perfect pipeline. It is a sensible common ground.

dagger call test --source=.
dagger call build --source=.
dagger call publish \
  --source=. \
  --registry=registry.example.com \
  --image=my-service

Catalog

Find a pipeline by stack

Principles

Built for adoption, not ceremony

Copy first

Every pipeline exposes the key source file with a clipboard button for the fastest path.

Bundle when needed

Multi-file starters download as a ZIP with the Dagger module and wrapper CI files.

Composable later

Repository templates and merge-request automation can follow once the catalog proves demand.

Blog space

Future notes from the catalog

Reserved for pipeline reviews, stack-specific tradeoffs, publishing guides, and migration notes from GitHub or GitLab CI into Dagger modules.

Suggest a pipeline