kaniko/pkg/buildcontext
Yoriyasu Yano 6e615a8ff9 Add ability to set git auth token using environment variables
Currently the only way to set the git auth is by including it in the context
git URL. This can be problematic for certain environments such as ECS where the
command args for are stored in logs. Introduces updates to allow setting the
authentication info using the environment variables `GIT_USERNAME` and
`GIT_PASSWORD`.
2020-05-11 10:59:48 -05:00
..
azureblob.go fix: credential typo 2020-03-12 14:31:15 +08:00
buildcontext.go feat: allow injecting through stdin tar.gz on kaniko 2020-03-18 12:29:49 +01:00
dir.go Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00
gcs.go Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00
git.go Add ability to set git auth token using environment variables 2020-05-11 10:59:48 -05:00
git_test.go Add ability to set git auth token using environment variables 2020-05-11 10:59:48 -05:00
s3.go Add support for S3 custom endpoint 2019-06-13 12:42:52 +09:00
tar.go feat: allow injecting through stdin tar.gz on kaniko 2020-03-18 12:29:49 +01:00
tar_test.go feat: add support of local '.tar.gz' file inside the kaniko container 2020-03-12 22:51:30 +01:00