kaniko/pkg/dockerfile
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
..
buildargs.go parse arg commands at the top of dockerfiles (#404) 2018-11-06 15:27:09 -08:00
dockerfile.go parse arg commands at the top of dockerfiles (#404) 2018-11-06 15:27:09 -08:00
dockerfile_test.go parse arg commands at the top of dockerfiles (#404) 2018-11-06 15:27:09 -08:00