github-actions[bot] opened a new pull request, #71910: URL: https://github.com/apache/airflow/pull/71910
Breeze keeps the record of whether the CI image was built in the per-checkout .build directory, while the image itself is shared by all checkouts (e.g. git worktrees) through the single Docker daemon. A fresh worktree therefore always force-rebuilt an image that had already been built from identical sources in another checkout. The CI image now carries a label with the aggregated hash of the files that trigger rebuilds, so any checkout sharing the Docker daemon can recognize that the existing image matches its sources and reuse it instead of rebuilding. (cherry picked from commit 9899393f0b672c8b971b43fa32ba9e4b2b2605ec) Co-authored-by: Andrew Chang <[email protected]> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
