kaniko/pkg/executor
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
..
build.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
push.go Rename DockerInsecure field to InsecurePush 2018-08-30 09:36:12 +02:00