kaniko/pkg/util
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
..
.editorconfig revert back to old 0.17.1 behavior 2020-03-06 23:48:31 -08:00
azureblob_util.go Apply suggestions from code review 2019-10-21 10:19:32 +08:00
azureblob_util_test.go Add more test case for azureblob_util.go 2019-10-14 13:55:03 +08:00
bucket_util.go Add missing tests for bucket util (#565) 2019-02-19 09:05:23 -06:00
bucket_util_test.go Add missing tests for bucket util (#565) 2019-02-19 09:05:23 -06:00
command_util.go Fix .dockerignore for build context copies in later stages (#1447) 2020-10-08 12:47:14 -07:00
command_util_test.go Fix .dockerignore for build context copies in later stages (#1447) 2020-10-08 12:47:14 -07:00
fs_util.go Fix .dockerignore for build context copies in later stages (#1447) 2020-10-08 12:47:14 -07:00
fs_util_test.go Fix .dockerignore for build context copies in later stages (#1447) 2020-10-08 12:47:14 -07:00
groupids_cgo.go fix boilerplate 2020-05-03 21:10:55 -07:00
groupids_fallback.go fix boilerplate 2020-05-03 21:10:55 -07:00
syscall_credentials.go fix boilerplate 2020-05-03 21:10:55 -07:00
tar_util.go Merge branch 'master' into snapshot-directories 2020-03-31 14:25:04 +02:00
tar_util_test.go Separate snapshotting of parent dirs from files 2018-08-24 16:34:59 -07:00
transport_util.go Remove use of DefaultTransport 2020-05-20 11:43:13 +02:00
transport_util_test.go Remove use of DefaultTransport 2020-05-20 11:43:13 +02:00
util.go add another snapshotter 2020-06-05 02:54:32 -07:00
util_test.go feat: allow injecting through stdin tar.gz on kaniko 2020-03-18 12:29:49 +01:00