kaniko/pkg
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
..
buildcontext Add ability to set git auth token using environment variables 2020-05-11 10:59:48 -05:00
cache Support for private registries in the cache warmer 2020-01-15 15:35:42 +01:00
commands feat: ensure relative WorkingDir work 2020-05-04 15:48:39 +02:00
config feat: multistages is now built without unusued stages 2020-04-17 09:59:56 +02:00
constants Defer initial snapshot. Remove ReadSuccess() 2020-04-30 13:25:22 -07:00
creds Refactor our credential fetching to only get k8s credentials if we are on k8s. (#522) 2019-01-11 11:36:43 -07:00
dockerfile feat: multistages is now built without unusued stages 2020-04-17 09:59:56 +02:00
executor remove dedupes 2020-05-07 16:37:17 -07:00
fakes refactor cache.Warm and add tests 2020-01-10 12:29:17 -08:00
filesystem Merge pull request #1193 from tp-tc/dangling-symlink 2020-05-03 20:47:12 -07:00
image Update linter and fix errors 2019-12-21 12:27:14 -08:00
logging Add timestamp to logs 2020-04-23 13:40:47 +02:00
mocks/go-containerregistry/mockv1 rename mock pkg for lint 2020-01-17 14:59:14 -08:00
snapshot Correct typo 2020-05-07 16:24:07 -04:00
timing Add a lot more timing data. (#518) 2019-01-10 13:27:55 -07:00
util add tests 2020-05-06 12:11:03 -07:00
version Set a user-agent for registry pushes. (#87) 2018-04-13 14:25:58 -07:00