Update libcontainer to 0f397d4e145fb4053792d42b3424dd2143fb23ad

This fixes wrong behavior of mutating methods of Namespaces object

Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
Upstream-commit: c98ae1f88fccd89eb2184cd2b780f9827ad5ad41
Component: engine
This commit is contained in:
Alexandr Morozov
2014-12-24 19:09:38 -08:00
parent 2180d42ff2
commit f89df3eb6f
4 changed files with 22 additions and 9 deletions

View File

@ -66,7 +66,7 @@ if [ "$1" = '--go' ]; then
mv tmp-tar src/code.google.com/p/go/src/pkg/archive/tar
fi
clone git github.com/docker/libcontainer 1597c68f7b941fd97881155d7f077852e2914e7b
clone git github.com/docker/libcontainer 0f397d4e145fb4053792d42b3424dd2143fb23ad
# see src/github.com/docker/libcontainer/update-vendor.sh which is the "source of truth" for libcontainer deps (just like this file)
rm -rf src/github.com/docker/libcontainer/vendor
eval "$(grep '^clone ' src/github.com/docker/libcontainer/update-vendor.sh | grep -v 'github.com/codegangsta/cli')"