summaryrefslogtreecommitdiff
path: root/docker/utils/build.py
Commit message (Expand)AuthorAgeFilesLines
* Improve extra_files override checkJoffrey F2018-03-291-1/+2
* Move build utils to appropriate fileJoffrey F2018-03-291-1/+90
* Support building with Dockerfile outside of contextJoffrey F2018-03-291-6/+16
* Don't descend into symlinks when building context tarJoffrey F2018-03-211-1/+1
* Use same split rules for Dockerfile as other include/exclude patternsJoffrey F2018-03-201-2/+5
* Add note about potential dockerignore optimization.mefyl2018-02-211-0/+9
* Skip entirely excluded directories when handling dockerignore.mefyl2018-02-211-0/+4
* Fix .dockerignore: accept wildcard in inclusion pattern, honor last line prec...mefyl2018-02-211-114/+74
* Fix dockerignore handling of absolute path exceptions.mefyl2018-02-211-3/+3
* Revert "Correctly support absolute paths in .dockerignore"mefyl2018-02-191-13/+7
* Correctly support absolute paths in .dockerignorec5672-dockerignore-abspathJoffrey F2018-02-121-7/+13
* Leading slash in .dockerignore should be ignoredJoffrey F2017-08-171-0/+1
* Fix test issuesappveyorJoffrey F2017-03-291-3/+7
* Add support for recursive wildcard pattern in .dockerignoreJoffrey F2017-02-141-0/+138