kaniko/pkg/executor
dlorenc 246cc92a33
Optimize file copying and stage saving between stages. (#605)
This change calculates the exact files and directories needed between
stages used in the COPY command. Instead of saving the entire
stage as a tarball, we now save only the necessary files.
2019-03-13 07:47:28 -07:00
..
build.go Optimize file copying and stage saving between stages. (#605) 2019-03-13 07:47:28 -07:00
build_test.go Optimize file copying and stage saving between stages. (#605) 2019-03-13 07:47:28 -07:00
composite_cache.go Use only the necessary files in the cache keys. (#387) 2018-10-15 08:56:34 -05:00
foo Optimize file copying and stage saving between stages. (#605) 2019-03-13 07:47:28 -07:00
push.go Fix issues with layer caching, noPush and tarPath (#549) 2019-02-06 10:16:09 -06:00