kaniko/pkg
Priya Wadhwa 13accbaf32 Add Key() to LayeredMap and Snapshotter
This will return a string representaiton of the current filesystem to be
used with caching.

Whenever a file is explictly added (via ADD or COPY), it will be stored
in "added" in the LayeredMap. The file will map to a hash created by
CacheHasher (which doesn't take into account mtime, since that will be
different with every build, making the cache useless)

Key() will returns a sha of the added files which will be used in
determining the overall cache key for a command.
2018-09-04 13:42:33 -07:00
..
buildcontext Enable shared config for s3 2018-08-23 20:53:43 +10:00
commands Add specific files from tar archives to list of snapshotted filesa 2018-08-27 13:44:39 -07:00
constants Set default home value (#281) 2018-08-10 12:58:07 -07:00
dockerfile Fix bug in SaveStage function for multistage builds 2018-08-20 15:10:17 -07:00
executor Add Key() to LayeredMap and Snapshotter 2018-09-04 13:42:33 -07:00
image dep update go-containerregistry 2018-06-03 00:59:34 +00:00
options Rename DockerInsecure field to InsecurePush 2018-08-30 09:36:12 +02:00
snapshot Add Key() to LayeredMap and Snapshotter 2018-09-04 13:42:33 -07:00
util Add Key() to LayeredMap and Snapshotter 2018-09-04 13:42:33 -07:00
version Set a user-agent for registry pushes. (#87) 2018-04-13 14:25:58 -07:00