buildx
buildx copied to clipboard
get cached state of a build
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?