mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
27cca4c70c
The initial `ValidateContextDirectory` implementation fails loudly when a file lacks read permissions in the current context. However that situation is valid if the file is included in the `.dockerignore` patterns. Docker-DCO-1.1-Signed-off-by: Bruno Renié <brutasse@gmail.com> (github: brutasse) |
||
---|---|---|
.. | ||
testdata | ||
archive.go | ||
archive_test.go | ||
changes.go | ||
changes_test.go | ||
common.go | ||
diff.go | ||
MAINTAINERS | ||
README.md | ||
time_linux.go | ||
time_unsupported.go | ||
wrap.go |
This code provides helper functions for dealing with archive files.
TODO: Move this to either pkg
or (if not possible) to utils
.