kaniko/integration
Tinjo Schöni 5f4e2f1366
Fix .dockerignore for build context copies in later stages (#1447)
* Extend .dockerignore integration test with copies in later stages

.dockerignore should continue to apply when copying from the build context in later stages, but it currently doesn't

* Replace excluded global with passed along FileContext struct

This new FileContext struct allows much cleaner handling of context specific file exclusions.
The global excluded file state is no longer needed.

Additionally this also fixes the issue where excluded files aren't being applied for build context copies in later build stages.
2020-10-08 12:47:14 -07:00
..
benchmark_fs minimal changes 2020-06-06 00:16:14 -07:00
context Fixes a whitelist issue when untarring files in ADD commands. (#371) 2018-09-28 11:42:07 -07:00
dockerfiles Fix .dockerignore for build context copies in later stages (#1447) 2020-10-08 12:47:14 -07:00
dockerfiles-with-context Add support to --chown flag to ADD command 2020-03-14 16:24:40 +02:00
ignore Re-add support for .dockerignore file 2018-12-10 15:20:25 -08:00
ignore_relative Fix #776 2019-10-03 17:53:14 +02:00
.dockerignore Re-add support for .dockerignore file 2018-12-10 15:20:25 -08:00
benchmark_test.go minimal changes 2020-06-06 00:16:14 -07: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
config.go Allow contributors to launch integration tests against local registry 2020-02-06 13:35:51 +01:00
gcs.go Actually fix the paths for benchmark uploading during integration test runs. (#543) 2019-01-28 12:52:27 -06:00
images.go fixup! add should fail on 40x 2020-06-20 10:15:50 +02:00
integration_test.go fixup! fixup! fixup! add should fail on 40x 2020-06-20 10:46:41 +02:00
integration_with_context_test.go add integration tests with their own context 2020-02-29 15:41:10 -08:00
integration_with_stdin_test.go feat: allow injecting through stdin tar.gz on kaniko 2020-03-18 12:29:49 +01:00
k8s-job.yaml Add K8s integration tests 2020-03-11 11:49:22 -07:00
k8s_test.go Add K8s integration tests 2020-03-11 11:49:22 -07:00