You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very nice to be able to easily track how many layers were cached vs missed during a build. I would like to use this information to track cache performance in our CI system. Can this be added as an option for buildx build?
Something like docker buildx build -f Dockerfile . --cache-report=cache-report.json
We have added the info about a number of build steps and cached build steps to the history API. This is saved for every build (all buildx builds) and can be inspected in Docker Desktop build views https://docs.docker.com/desktop/use-desktop/builds/ (raw data can also be pulled in buildctl).
Description
It would be very nice to be able to easily track how many layers were cached vs missed during a build. I would like to use this information to track cache performance in our CI system. Can this be added as an option for
buildx build
?Something like
docker buildx build -f Dockerfile . --cache-report=cache-report.json
cache-report.json:
The text was updated successfully, but these errors were encountered: