mirror of
https://github.com/docker/cli.git
synced 2026-09-01 02:24:23 -05:00
834ac3e088081dedf0e3fd7411a42eefc31bf954
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
Languages
Go
92.3%
Shell
5.4%
Dockerfile
1.1%
Go-Checksums
0.7%
Makefile
0.3%
Other
0.2%