kaniko/pkg/commands
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
..
add.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
arg.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
cmd.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
cmd_test.go Update deps 2018-07-31 16:23:23 -07:00
commands.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
copy.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
entrypoint.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
entrypoint_test.go Update deps 2018-07-31 16:23:23 -07:00
env.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
env_test.go Update deps 2018-07-31 16:23:23 -07:00
expose.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
expose_test.go Update deps 2018-07-31 16:23:23 -07:00
healthcheck.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
label.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
label_test.go Update deps 2018-07-31 16:23:23 -07:00
onbuild.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
onbuild_test.go Update deps 2018-07-31 16:23:23 -07:00
run.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
run_test.go Set default home value (#281) 2018-08-10 12:58:07 -07:00
shell.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
shell_test.go Update deps 2018-07-31 16:23:23 -07:00
stopsignal.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
stopsignal_test.go Update deps 2018-07-31 16:23:23 -07:00
user.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
user_test.go Update deps 2018-07-31 16:23:23 -07:00
volume.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
volume_test.go Update deps 2018-07-31 16:23:23 -07:00
workdir.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
workdir_test.go Update deps 2018-07-31 16:23:23 -07:00