dagger icon indicating copy to clipboard operation
dagger copied to clipboard

🐞 dagger bails out silently if BUILDKIT_HOST is invalid

Open spacedub opened this issue 2 years ago • 0 comments

What is the issue?

When BUILDKIT_HOST is invalid (eg: points to bs or there is no buildkitd there), dagger will just bail out silently - no logs, no invalid exit code.

This makes detecting failure conditions quite hard.

Log output

Nothing

Steps to reproduce

BUILDKIT_HOST="FOOBAR" go run something.go
echo $?

Dagger version

dagger devel (788e5b687a44a4c7d73dcd6876a4fddcacfac32d) darwin/arm64

OS version

macOS 13.0.1 (22A400)

spacedub avatar Nov 12 '22 01:11 spacedub