ctfcli
ctfcli copied to clipboard
Support alternate Buildkit drivers
Add --load to explicitly output Docker builds to local images, allowing drivers that don't have a default output type (ie everything except docker). Fixes #147
Is it worth adding some way to pass custom arguments too? --cache-from and --cache-to can significantly improve performance in CI scenarios.