Update submodule of docker-ce 95/163395/2 accepted/tizen/unified/20171211.160406 submit/tizen/20171211.052506
authorwansu.yoo <wansu.yoo@samsung.com>
Mon, 11 Dec 2017 04:44:44 +0000 (13:44 +0900)
committerwansu.yoo <wansu.yoo@samsung.com>
Mon, 11 Dec 2017 05:11:27 +0000 (14:11 +0900)
docker-ce is from 9f615b9d89297995d573dfdf70d07ab4233723bf

Chagned verb from %v to %#v when fmt.SPrintf for set IPAddress
When container being created, there is a routine of set IPAddress.
It used fmt.SPrintf with %v verb.
But it caused unhandled page fault of FHUB Kantm kernel if the value is nil.
The value that is being used of fmt.SPrintf is a pointer type,
and the %v verb should be distinguished the nil value.
The fmt '%v' verb does not print nil value for pointer type.

Signed-off-by: wansu.yoo <wansu.yoo@samsung.com>
Change-Id: Ic96492d15fb26749a2ad708b21c27cf42a63ba90

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

index 705853e..9f615b9 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 705853e4acd77efa175d65d2b05c07d8020d66c0
+Subproject commit 9f615b9d89297995d573dfdf70d07ab4233723bf
index f980bad..753e938 100644 (file)
Binary files a/packaging/containerd.tar.bz2 and b/packaging/containerd.tar.bz2 differ
index 272c4cd..1629743 100644 (file)
Binary files a/packaging/docker-ce.tar.bz2 and b/packaging/docker-ce.tar.bz2 differ
index e0c3b53..33b8f86 100644 (file)
Binary files a/packaging/runc.tar.bz2 and b/packaging/runc.tar.bz2 differ