I'm making my first dagger pipeline and am running it locally. All it does is build a docker image from a Docker file for an existing project.
Doing the equivilent docker build . takes about 10s.
Doing it with Dagger however, will take about 2 minutes.
dagger call build --source=..:source. I tried adding a "view" to exclude directories, but it doesn't seem to have much effect.
I also tried setting GOAWAY=1, which seems to bring it closer to 1-1.5 minutes. It seems pretty inconsistent.
Why does it take so much longer? Is there anything I can do to make it fast?
https://dagger.cloud/conor/traces/3eb483f1418ed3c66b59b2be6506e430