kaniko/pkg/executor
dlorenc 9a0e29c441
Refactor the build loop. (#385)
This change refactors the build loop a bit to make cache optimization easier in the future. Some notable changes:

The special casing around volume snapshots is removed. Every volume is added to the snapshotFiles list for every command that will snapshot anyway.
Snapshot saving was extracted to a sub-function
The decision on whether or not to snapshot was extracted
2018-10-09 12:15:17 -05:00
..
build.go Refactor the build loop. (#385) 2018-10-09 12:15:17 -05:00
build_test.go Address code review comments; review unnecessary error check 2018-09-17 11:11:51 +01:00
composite_cache.go Rework cache key generation a bit. (#375) 2018-10-03 16:16:12 -05:00
push.go Update go-containerregistry dep and remove unnecessary Options 2018-10-01 14:11:26 -04:00