kaniko/pkg
Sam Stoelinga 64bfc3eabb Fix bug with docker compatibility
ArgsEscaped according to Docker docs should only be set in Windows
environments: https://docs.docker.com/engine/api/v1.30/

It was causing integration test to fail with following message:
```
FAIL: TestRun/test_Dockerfile_test_metadata (8.48s)
           "Diff": {
             "Adds": [
               "ArgsEscaped: true"
             ],
             "Dels": [
               "ArgsEscaped: false"
             ]
```

However docker 18.xx returns ArgsEscaped: true
whereas docker 19.xx returns ArgsEscaped: false
Hence this patch also adds the docker version check to the integration
to ignore ArgsEscaped being different when 18.xx is used.
2020-01-13 21:18:54 -08:00
..
buildcontext refactory the code and add CreateTargetTarfile in fs_util.go 2019-10-22 16:44:51 +08:00
cache refactor cache.Warm and add tests 2020-01-10 12:29:17 -08:00
commands Fix bug with docker compatibility 2020-01-13 21:18:54 -08:00
config Update copy command cache key logic 2019-12-09 16:48:20 -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 failure when using capital letters in image alias in 'FROM ... AS' instruction 2019-12-06 12:04:26 +01:00
executor docs: fix wrong document 2019-12-21 14:42:58 -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
snapshot Merge branch 'master' of https://github.com/GoogleContainerTools/kaniko into log 2019-12-19 03:20:56 +00:00
timing Add a lot more timing data. (#518) 2019-01-10 13:27:55 -07:00
util Fix #926 cache warmer and method signature 2020-01-10 12:29:16 -08:00
version Set a user-agent for registry pushes. (#87) 2018-04-13 14:25:58 -07:00