#Dagger without DinD but rather kaniko?
1 messages · Page 1 of 1 (latest)
hey there! not supported unfortunately. Dagger uses buildkit (https://github.com/moby/buildkit) under the hood to build images which requires a privileged process to work. Buildkit has support for rootless mode but that has a lot of caveats and it's not a priroity to support it in dagger yet
GitHub
concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit - GitHub - moby/buildkit: concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit
having said that, you don't need DinD to run Dagger. Not sure what you mean by dind on this context
Answered over here as well: #docker message