My dagger ci runs well on my local machine, but fails on the ci-runner, it is using the same docker-version, 24.
I've already enabled debug-logging which does not seem to provide much more information on the runner log, maybe it's because of the limited tty provided.
Each run also creates a new session:Creating new Engine session... OK!
when I execute the steps using .sync, to just build parts of it to later use in serviceBinding:
health check errored: exit code: 1
without prior sync and straight bind:
service exited before healthcheck
When using bind I ensure to have a exec(nil), shouldn't be needed but just to be safe until it works.
Are there any timeouts that might need adjusting if a single WithExec Command takes too long? ContainerWithExecOpts does not seem to have anything along that line.
Thanks for all the help!