Hello new dagger user 👋
Coming from the old gitlab ci yaml, I’m quite pleased about the paradigm shift introduced by dagger. push and pray resonates a lot with my previous work. Still I am not quite sure how to effectively introduce dagger into my way of working: I can’t sort out yet how to change repo structure to best use dagger
-
Dagger module sitting in same repo as the application code, using source to pull application code.
-
Dagger module sitting in its dedicated repo, using gitref to pull application code
-
Dagger modules across project sitting in a repo, using [dunno yet] for reusability (I guess)
I’m a solo developer planning to use Argo + k8s if that matters
What are lessons learned? Which patterns best simplify and streamline maintenance ?
Curious to hear more. Thanks a lot in advance