When im running my Dagger pipeline locally (Windows / WSL2) i sometimes experience that one of the service healthchecks is failing.
┃ panic: input:1: container.from.withMountedCache.withMountedCache.withWorkdir.withExec.withExec.withDirectory.withExec.withDirectory.withServiceBindin
┃ g.withExec.withExec.sync start L8N20DJ2O3M6M (aliased as reposerver): health check errored: exit code: 1
Here is the code which causes the error: https://github.com/puzzle/goff/blob/main/ci/main.go#L172-L178
Interesting the error only occurs on my local machines frequently. But the error never occured if i run the pipeline with GitHub Actions.....
Any ideas?