Description
Adding --cache-from currently creates a significant slowdown for "up-to-date" builds, i.e. builds where I already have all the layers in my local cache. Docker waits until the cache manifest is downloaded/imported before it proceeds building.
I think instead it should fetch the manifest in the background and only block on the download if it gets to a build step that can't be served from my local cache.