Add compylistxattr and copyxattr functions in archive_unix.go file 59/159759/2 accepted/tizen/unified/20171114.062836 submit/tizen/20171113.084815
authorsy1124.kim <sy1124.kim@samsung.com>
Mon, 13 Nov 2017 04:34:25 +0000 (13:34 +0900)
committerSoyoung kim <sy1124.kim@samsung.com>
Mon, 13 Nov 2017 04:48:12 +0000 (04:48 +0000)
When engine run "commit",
the file content will be copied from specified layer to new layer.
But copied file have not attribute.

So, Add copylistxattr and copyxattr functions.
This patch can only be used in overlay2 and aufs.

docker-ce commit : 705853e4acd77efa175d65d2b05c07d8020d66c0

Signed-off-by: sy1124.kim <sy1124.kim@samsung.com>
Change-Id: I27b085a1905eb3ca79ef3817b20b3b09b70c98b9

ext/docker-ce
packaging/containerd.tar.bz2
packaging/docker-ce.tar.bz2
packaging/runc.tar.bz2

index 9a23abc..705853e 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 9a23abc3448c108402139b27f842ca1e506a38bc
+Subproject commit 705853e4acd77efa175d65d2b05c07d8020d66c0
index e3f0d9f..f980bad 100644 (file)
Binary files a/packaging/containerd.tar.bz2 and b/packaging/containerd.tar.bz2 differ
index cdc68d7..272c4cd 100644 (file)
Binary files a/packaging/docker-ce.tar.bz2 and b/packaging/docker-ce.tar.bz2 differ
index 28f8c3d..e0c3b53 100644 (file)
Binary files a/packaging/runc.tar.bz2 and b/packaging/runc.tar.bz2 differ