moby--moby/builder/dockerignore
Yong Tang ea86320fcc Skip UTF-8 BOM bytes from Dockerignore if exist
This fix tries to address issues related to #23221 where Dockerignore
may consists of UTF-8 BOM. This likely happens when Notepad
tries to save a file as UTF-8 in Windows.

This fix skips the UTF-8 BOM bytes from the beginning of the
Dockerignore if exists.

Additional tests has been added to cover the changes in this fix.

This fix is related to #23221 (UTF-8 BOM in Dockerfile).

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-06-03 07:26:36 -07:00
..
dockerignore.go Skip UTF-8 BOM bytes from Dockerignore if exist 2016-06-03 07:26:36 -07:00
dockerignore_test.go utils: move dockerignore function to builder/dockerignore 2015-12-14 14:59:52 +01:00