docker / buildx

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

bake: raise maximum size limit and fix size check #2719

Closed jsternberg closed 1 month ago

jsternberg commented 1 month ago

Similar to https://github.com/docker/buildx/pull/2716.

Use the file size rather than the proto size, raise the allowed limit to the same value for consistency, and improve the error message to include the limit in human units.