Files
docker-cli/components/engine/pkg/archive
Tonis Tiigi 958ff17b48 Fix opq whiteouts problems for files with dot prefix
Fixes #17766

Previously, opaque directory whiteouts on non-native
graphdrivers depended on the file order, meaning
files added with the same layer before the whiteout
file `.wh..wh..opq` were also removed.

If that file happened to have subdirs, then calling
chtimes on those dirs after unpack would fail the pull.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Upstream-commit: db3070ab1b9e394e45b1db22b8ed8352272d4410
Component: engine
2015-11-08 23:00:01 -08:00
..
2015-11-02 08:28:34 -08:00
2015-09-01 08:41:37 -07:00
2015-08-04 09:52:54 +08:00
2015-04-24 17:03:33 +02:00

This code provides helper functions for dealing with archive files.