We are using buildkit in CI, and lately, we've been seeing a lot of these types of errors:
#39 59.07 error: failed to copy: httpReadSeeker: failed open: failed to authorize: no active session for 946l7u9cqtl3kkur5pifuipi4: context deadline exceeded
I've enabled debugging by running with docker --debug buildx bake --progress=plain --debug ..., but I'm still finding it difficult to understand what is happening.
My questions:
- Is there a way to extend this timeout
- Is there a way that I can get more info debug information?