Files
docker-cli/components/engine/pkg/archive
Phil Estes 96d657135e Fix CopyWithTar creation of new destination dir as remapped root
If the destination does not exist, it needs to be created with ownership
mapping to the remapped uid/gid ranges if user namespaces are enabled.
This fixes ADD operations, similar to the prior fixes for COPY and WORKDIR.

Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com> (github: estesp)
Upstream-commit: 06d95003b3ddd22d26121280d645e48582a4f931
Component: engine
2016-03-12 23:05:45 -05:00
..
2015-12-13 18:04:12 +02:00
2015-11-21 00:36:56 +08:00
2015-08-04 09:52:54 +08:00
2015-12-13 18:04:12 +02:00
2015-04-24 17:03:33 +02:00

This code provides helper functions for dealing with archive files.