mirror of https://github.com/docker/docs.git
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> |
||
|---|---|---|
| .. | ||
| dockerfile | ||
| dockerignore | ||
| builder.go | ||
| context.go | ||
| context_test.go | ||
| context_unix.go | ||
| context_windows.go | ||
| dockerignore.go | ||
| dockerignore_test.go | ||
| git.go | ||
| remote.go | ||
| remote_test.go | ||
| tarsum.go | ||
| tarsum_test.go | ||
| utils_test.go | ||