kaniko/pkg/executor
dlorenc 58b607b4d0
Fix caching for multi-step builds. (#441)
This change fixes that by properly "replaying" the Dockerfile and mutating the config when
calculating cache keys. Previously we were looking at the wrong cache key for each command
when there was more than one.
2018-11-09 12:28:18 -06:00
..
build.go Fix caching for multi-step builds. (#441) 2018-11-09 12:28:18 -06:00
build_test.go parse arg commands at the top of dockerfiles (#404) 2018-11-06 15:27:09 -08:00
composite_cache.go Use only the necessary files in the cache keys. (#387) 2018-10-15 08:56:34 -05:00
push.go Preserve options when doing a cache push (#423) 2018-11-06 15:44:44 -06:00