kaniko/pkg/executor
Cole Wippern b19214ad1e Use cachekey not digest for COPY --from src
* use the cachekey of the src stage rather than the digest
for COPY --from commands as they are reproducible unlike digests
* track digest to cache keys and stage indexes to digest
* add extra debug logging for troubleshooting cachekey building issues
* convert Sha256 hashes to hex encoded strings rather than plain strings
for easier human reading
2019-12-10 08:45:13 -08:00
..
build.go Use cachekey not digest for COPY --from src 2019-12-10 08:45:13 -08:00
build_test.go Use cachekey not digest for COPY --from src 2019-12-10 08:45:13 -08:00
composite_cache.go Use cachekey not digest for COPY --from src 2019-12-10 08:45:13 -08:00
composite_cache_test.go add boilerplate for composite_cache_test 2019-11-28 09:18:58 -08:00
fakes.go more stagebuilder caching tests 2019-11-28 08:42:13 -08:00
push.go Modified error message for writing image with digest file 2019-11-08 12:59:25 -06:00
push_test.go Fixed formatting errors with push.go and push_test.go 2019-10-29 13:09:27 -05:00