kaniko/pkg/util
Sharif Elgamal 224b7e2b41
parse arg commands at the top of dockerfiles (#404)
* parse arg commands at the top of dockerfiles

* fix pointer reference bug and remove debugging

* fixing tests

* account for meta args with no value

* don't take fs snapshot if / is the only changed path

* move metaArgs inside KanikoStage

* removing unused property

* check for any directory instead of just /

* remove unnecessary check
2018-11-06 15:27:09 -08:00
..
bucket_util.go Replace gometalinter with GolangCI-Lint 2018-09-11 13:30:42 -07:00
command_util.go Improve IsDestDir functionality with filesystem info 2018-10-11 11:11:12 +01:00
command_util_test.go Replace gometalinter with GolangCI-Lint 2018-09-11 13:30:42 -07:00
fs_util.go Buffer layers to disk as they are created. (#428) 2018-11-06 09:26:54 -06:00
fs_util_test.go Fix handling of volume directive 2018-09-28 11:16:25 +09:00
image_util.go parse arg commands at the top of dockerfiles (#404) 2018-11-06 15:27:09 -08:00
image_util_test.go parse arg commands at the top of dockerfiles (#404) 2018-11-06 15:27:09 -08:00
tar_util.go More linting errors 2018-09-11 14:58:25 -07:00
tar_util_test.go Separate snapshotting of parent dirs from files 2018-08-24 16:34:59 -07:00
util.go code review comments 2018-09-07 16:03:56 -07:00