docker / buildx

Docker CLI plugin for extended build capabilities with BuildKit
Apache License 2.0
3.49k stars 471 forks source link

Pass in index annotations from builds on multiple nodes #2546

Closed treuherz closed 3 months ago

treuherz commented 3 months ago

I've tried to put together the smallest possible change that I think should solve #2540, but I'm not sure where or if to add a good test.

Fixes #2540

treuherz commented 3 months ago

TIL GitHub doesn't handle force-pushes to PRs the way I expected. Hope this isn't a problem, will use follow-up commits next time 😬