mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
1cde87c43a
According to documentation (https://docs.docker.com/engine/reference/builder/#dockerignore-file), absolute paths like `/foo/bar` should have the same effect as `foo/bar`. This is not the case today. This fix normalize paths when reading the .dockerignore file by removing leading slashes. Signed-off-by: Simon Ferquel <simon.ferquel@docker.com> |
||
---|---|---|
.. | ||
dockerignore.go | ||
dockerignore_test.go |