mirror of
https://github.com/docker/cli.git
synced 2026-09-09 18:14:54 -05:00
This new version makes sure that the same context is used for the two builds run in the test. If you don't use the same build then about 1/2 the time the file copied into the container will look like a different file, probably due to timestamp differences. But reusing the same context we re-use the same file on disk and therefore avoid the change in timestamps, and we use the cache on the 2nd build. Signed-off-by: Doug Davis <dug@us.ibm.com> Upstream-commit: 8b3fbac15c0579c1372f3e13f607c1001d149d16 Component: engine