mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-06 13:41:36 +00:00
Fix a corner case issue when daemon panics
There is an extreme corner case where when the daemon panics at the same time as a container is stopping and cleaning up the sandbox and the sandbox may have been left with an inconsistent state. This libnetwork vendoring fixes that case. Vendoring in libnetwork @ 5305ea570b85d61dd0fd261cd7e1680da1884678 Signed-off-by: Jana Radhakrishnan <mrjana@docker.com> (cherry picked from commit 79cffa5ce4a71b29eed66e26c1fb7f153be5c045)
This commit is contained in:
committed by
Tibor Vass
parent
7e485e614c
commit
8a30a35b11
+1
-1
@@ -20,7 +20,7 @@ clone git github.com/tchap/go-patricia v2.1.0
|
||||
clone git golang.org/x/net 3cffabab72adf04f8e3b01c5baf775361837b5fe https://github.com/golang/net.git
|
||||
|
||||
#get libnetwork packages
|
||||
clone git github.com/docker/libnetwork e7719596c01a83f9ef24d33e9d609a64acacd7b8
|
||||
clone git github.com/docker/libnetwork 5305ea570b85d61dd0fd261cd7e1680da1884678
|
||||
clone git github.com/armon/go-metrics eb0af217e5e9747e41dd5303755356b62d28e3ec
|
||||
clone git github.com/hashicorp/go-msgpack 71c2886f5a673a35f909803f38ece5810165097b
|
||||
clone git github.com/hashicorp/memberlist 9a1e242e454d2443df330bdd51a436d5a9058fc4
|
||||
|
||||
Reference in New Issue
Block a user