kaniko/pkg/commands
dlorenc 734ffe65ce
Rework cache key generation a bit. (#375)
* Rework cache key generation a bit.

Cache keys are now based on the previous commands, rather than the previous state
of the filesystem.

* Refactor command interface a bit, only cache the context for commands that use it.
2018-10-03 16:16:12 -05:00
..
add.go Rework cache key generation a bit. (#375) 2018-10-03 16:16:12 -05:00
arg.go Rework cache key generation a bit. (#375) 2018-10-03 16:16:12 -05:00
base_command.go Rework cache key generation a bit. (#375) 2018-10-03 16:16:12 -05:00
cmd.go Rework cache key generation a bit. (#375) 2018-10-03 16:16:12 -05:00
cmd_test.go Rework cache key generation a bit. (#375) 2018-10-03 16:16:12 -05:00
commands.go Rework cache key generation a bit. (#375) 2018-10-03 16:16:12 -05:00
copy.go Rework cache key generation a bit. (#375) 2018-10-03 16:16:12 -05:00
entrypoint.go Rework cache key generation a bit. (#375) 2018-10-03 16:16:12 -05:00
entrypoint_test.go Rework cache key generation a bit. (#375) 2018-10-03 16:16:12 -05:00
env.go Rework cache key generation a bit. (#375) 2018-10-03 16:16:12 -05:00
env_test.go Rework cache key generation a bit. (#375) 2018-10-03 16:16:12 -05:00
expose.go Rework cache key generation a bit. (#375) 2018-10-03 16:16:12 -05:00
expose_test.go Rework cache key generation a bit. (#375) 2018-10-03 16:16:12 -05:00
healthcheck.go Rework cache key generation a bit. (#375) 2018-10-03 16:16:12 -05:00
label.go Rework cache key generation a bit. (#375) 2018-10-03 16:16:12 -05:00
label_test.go Update deps 2018-07-31 16:23:23 -07:00
onbuild.go Rework cache key generation a bit. (#375) 2018-10-03 16:16:12 -05:00
onbuild_test.go Rework cache key generation a bit. (#375) 2018-10-03 16:16:12 -05:00
run.go Rework cache key generation a bit. (#375) 2018-10-03 16:16:12 -05:00
run_test.go set default HOME env properly (#341) 2018-09-27 07:31:51 -07:00
shell.go Rework cache key generation a bit. (#375) 2018-10-03 16:16:12 -05:00
shell_test.go Rework cache key generation a bit. (#375) 2018-10-03 16:16:12 -05:00
stopsignal.go Rework cache key generation a bit. (#375) 2018-10-03 16:16:12 -05:00
stopsignal_test.go Rework cache key generation a bit. (#375) 2018-10-03 16:16:12 -05:00
user.go Rework cache key generation a bit. (#375) 2018-10-03 16:16:12 -05:00
user_test.go Rework cache key generation a bit. (#375) 2018-10-03 16:16:12 -05:00
volume.go Rework cache key generation a bit. (#375) 2018-10-03 16:16:12 -05:00
volume_test.go Update deps 2018-07-31 16:23:23 -07:00
workdir.go Rework cache key generation a bit. (#375) 2018-10-03 16:16:12 -05:00
workdir_test.go Update deps 2018-07-31 16:23:23 -07:00