Skip to content

Use buildkit for efficient --cache-from

Buildkit based --cache-from does not need to download the layers locally, it can analyze from metadata if layers can be re-used.

This is an enormous win for scenarios when cache won't be used. This is somewhat win for scenarios when only some layers will be used

Buildkit does not need to downloader layers that won't be used.

Merge request reports