kaniko/integration
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
..
context Fixes a whitelist issue when untarring files in ADD commands. (#371) 2018-09-28 11:42:07 -07:00
dockerfiles Change cache key calculation to be more reproducible. (#525) 2019-01-23 13:46:12 -06:00
ignore Re-add support for .dockerignore file 2018-12-10 15:20:25 -08:00
.dockerignore Re-add support for .dockerignore file 2018-12-10 15:20:25 -08:00
cleanup.go Pass bucket and repo as args to tests 2018-07-31 09:53:59 -07:00
cmd.go Deflake the daemon test (#532) 2019-01-17 15:30:08 -05:00
gcs.go Log the output from uploading files to GCS. (#541) 2019-01-23 12:08:04 -06:00
images.go Fix the time format we use to upload to GCS. (#538) 2019-01-22 14:23:28 -06:00
integration_test.go Upload benchmarks to GCS. (#523) 2019-01-17 16:10:14 -05:00