kaniko/pkg
dlorenc 1ffae47fdd
Change cache key calculation to be more reproducible. (#525)
Before we were using the full image digest, but that contains a timestamp. Now
we only use the layers themselves and the image config (env vars, etc.).

Also fix a bug in unpacking the layers themselves. mtimes can change during unpacking,
so set them all once at the end.
2019-01-23 13:46:12 -06:00
..
buildcontext Replace gometalinter with GolangCI-Lint 2018-09-11 13:30:42 -07:00
cache Make the Digest calculation faster for locally-cached images. (#534) 2019-01-22 13:28:21 -06:00
commands USER command needs /etc/passwd, thus require the fs to be unpacked (#508) 2019-01-08 17:26:54 -08:00
config Adding TTL to caching (#488) 2018-12-13 14:20:25 -08:00
constants Re-add support for .dockerignore file 2018-12-10 15:20:25 -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 Adding capability to get Dockerfile from URL. (#500) 2019-01-03 10:42:15 -06:00
executor Change cache key calculation to be more reproducible. (#525) 2019-01-23 13:46:12 -06:00
image dep update go-containerregistry 2018-06-03 00:59:34 +00:00
snapshot Add a lot more timing data. (#518) 2019-01-10 13:27:55 -07:00
timing Add a lot more timing data. (#518) 2019-01-10 13:27:55 -07:00
util Change cache key calculation to be more reproducible. (#525) 2019-01-23 13:46:12 -06:00
version Set a user-agent for registry pushes. (#87) 2018-04-13 14:25:58 -07:00