1cba9ff5e097922f3c98bc18387572784426a08a
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
Description
No description provided
Languages
Go
92%
Shell
5.5%
Dockerfile
1.1%
Go-Checksums
0.9%
Makefile
0.3%
Other
0.2%