kaniko/pkg/buildcontext
Lukas 679c71c907
refactor: simpler local integration tests (#2110)
* tests(integration): add fake gcs server and use sdk instead of gsutil

* tests(integration): add flag to run tests for a subset of dockerfiles

Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>

* tests(integration): conditionally create gcs client

* refactor: create package for gcs bucket interaction

* tests(integration): use util.Tar for integration tarball creation

* refactor: create TarballOfDirectory func

* chore: add dockerignore for faster builds

* docs: add docs for dockerfile pattern

* fix: issue during personal review

* chore: cleanup

Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>

* fix(integration-tests): remove default bucket

Signed-off-by: Lukas Hoehl <ludi.origin@gmail.com>
2022-06-14 13:38:01 -04:00
..
azureblob.go feat: kaniko dir config option (#1997) 2022-03-31 15:10:23 -04:00
buildcontext.go feat: Add https tar.gz remote source for context (#1519) 2020-12-10 22:55:02 -08:00
dir.go Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00
gcs.go refactor: simpler local integration tests (#2110) 2022-06-14 13:38:01 -04:00
git.go feat: kaniko dir config option (#1997) 2022-03-31 15:10:23 -04:00
git_test.go fix: lint issues 2020-07-29 23:32:40 -03:00
https.go feat: kaniko dir config option (#1997) 2022-03-31 15:10:23 -04:00
https_test.go feat: Add https tar.gz remote source for context (#1519) 2020-12-10 22:55:02 -08:00
s3.go refactor: simpler local integration tests (#2110) 2022-06-14 13:38:01 -04:00
tar.go feat: kaniko dir config option (#1997) 2022-03-31 15:10:23 -04:00
tar_test.go feat: add support of local '.tar.gz' file inside the kaniko container 2020-03-12 22:51:30 +01:00