buildx icon indicating copy to clipboard operation
buildx copied to clipboard

get cached state of a build

Open BartNetJS opened this issue 4 years ago • 0 comments

I'm optimizing a build and deploy pipeline with cake for fast local development of pipelines and local deployments. One idea is to use the latest image if no source code is changed. Docker build is using a layered caching mechanism when there are no changes. It would be great to get that information with the docker build. Any suggestions? Or a good feature request?

BartNetJS avatar Feb 16 '21 07:02 BartNetJS