kaniko/pkg
tinkerborg 82bce229bd omit uname/gname in tar headers
When using cache, the rootfs may not have been extracted. This prevents uname/gname from resolving
as there is no /etc/password or /etc/group. This makes this layer unnecessarily differ from
a cached layer which does contain this information. Omitting these should be consistent with Docker's
behavior.
2020-02-06 13:36:26 -05:00
..
buildcontext refactory the code and add CreateTargetTarfile in fs_util.go 2019-10-22 16:44:51 +08:00
cache Support for private registries in the cache warmer 2020-01-15 15:35:42 +01:00
commands fix flake in copy symlink 2020-02-05 14:40:52 -08:00
config Add falg to --whitelist-var-run set to true to preserver default kaniko behaviour of /var/run ignored. Set it to false to add /var/run in destination directory 2020-01-28 10:52:36 -08:00
constants Apply suggestions from code review 2019-10-21 10:19:32 +08: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 Fix #519 capital letter in stage names 2020-01-20 15:57:05 -08:00
executor fix flake in copy symlink 2020-02-05 14:40:52 -08:00
fakes refactor cache.Warm and add tests 2020-01-10 12:29:17 -08:00
image Update linter and fix errors 2019-12-21 12:27:14 -08:00
mocks/go-containerregistry/mockv1 rename mock pkg for lint 2020-01-17 14:59:14 -08:00
snapshot omit uname/gname in tar headers 2020-02-06 13:36:26 -05:00
timing Add a lot more timing data. (#518) 2019-01-10 13:27:55 -07:00
util omit uname/gname in tar headers 2020-02-06 13:36:26 -05:00
version Set a user-agent for registry pushes. (#87) 2018-04-13 14:25:58 -07:00