kaniko/pkg
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
..
buildcontext refactory the code and add CreateTargetTarfile in fs_util.go 2019-10-22 16:44:51 +08:00
cache Update error handling and logging for cache 2019-11-22 14:54:38 -08:00
commands Update copy command cache key logic 2019-12-09 16:48:20 -08:00
config Update copy command cache key logic 2019-12-09 16:48:20 -08:00
constants Apply suggestions from code review 2019-10-21 10:19:32 +08:00
creds Refactor our credential fetching to only get k8s credentials if we are on k8s. (#522) 2019-01-11 11:36:43 -07:00
dockerfile Fix failure when using capital letters in image alias in 'FROM ... AS' instruction 2019-12-06 12:04:26 +01:00
executor Use cachekey not digest for COPY --from src 2019-12-10 08:45:13 -08:00
image dep update go-containerregistry 2018-06-03 00:59:34 +00:00
snapshot Add unit tests for compositecache and stagebuilder 2019-11-27 21:47:00 -08:00
timing Add a lot more timing data. (#518) 2019-01-10 13:27:55 -07:00
util Merge pull request #905 from poy/fixes/904 2019-12-09 13:07:13 -08:00
version Set a user-agent for registry pushes. (#87) 2018-04-13 14:25:58 -07:00