kaniko/pkg
Priya Wadhwa 4f3ab61b96 Add CacheCommand to DockerCommand interface
CacheCommand returns true if the command should be cached. Currently,
it's only true for RUN but can be added to ADD/COPY later on (these are
different since the contents of files for ADD/COPY need to be included
in the cache key generation).

I also changed CreatedBy to String so that we can log each command
before cache extraction or regular execution takes place.
2018-09-04 13:16:05 -07:00
..
buildcontext Enable shared config for s3 2018-08-23 20:53:43 +10:00
commands Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -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 CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -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 Separate snapshotting of parent dirs from files 2018-08-24 16:34:59 -07:00
util Make sure paths are absolute before matching files to wildcard sources 2018-08-31 11:57:20 -07:00
version Set a user-agent for registry pushes. (#87) 2018-04-13 14:25:58 -07:00