mirror of
https://github.com/moby/buildkit.git
synced 2026-08-09 01:01:08 +00:00
The list of arguments for llbsolver.New() was a bit unwieldy, and made it unclear what each of the arguments was for, so I wondered if it would make sense to either define an Opt struct for this, or to implement functional arguments (which could be an alternative). Signed-off-by: Sebastiaan van Stijn <github@gone.nl>