mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
Change the comparison to better handle files that are copied during container creation but not actually changed: * Inode - this will change during a copy * ctime - this will change during a copy (as we can't set it back) * blocksize - this will change for sparse files during copy * size for directories - this can change anytime but doesn't necessarily reflect an actual contents change * Compare mtimes at microsecond precision (as this is what utimes has) Upstream-commit: 36603e68e33dd5ab5c317c181e023f7ef7356434 Component: engine