From a82ec031201c6dbf2dbfdb68d49e472c9135240f Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 6 Jul 2017 16:14:10 +0100 Subject: [PATCH] Update to moby tool 51b4e201544f $ git log --no-merges --oneline d8cc1b3f08df..51b4e201544f 6c6499b Update docker/docker vendor to 6978a6e25a2e6063f280ec842bd0f3eae99426e1 3ee4fdc Error if there are duplicate service names 3c5fad4 Remove dependency on docker/docker/cli 5e75f8c Only run `go test` and `go vet` if not cross building (i.e. ${GOOS} unset) 48f1dd0 Build for Darwin and Windows in CI c3edfec revendor runc + runtime-spec to match containerd 8e1a04ff9ee3 a73c3d3 Add partial user namespace support 0acaaa7 Assign each container a uid and gid it can use c5070df Add docs for ambient capabilities 66b4aed Add support for ambient capabilities c2e460f check that caps are valid b605e61 Adding dynamic-vhd Output Format e7ebabd Split out into a small stub command line and a library 4401e7d Rename the docker run function c5cccad Return errors from build internal function 618dc42 Allow creation of empty files ad3de8f Add support for rlimits 13da5e0 Use hyperkit to make raw disks Signed-off-by: Ian Campbell --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 76732cb14..ed445c78b 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ endif PREFIX?=/usr/local/ -MOBY_COMMIT=d8cc1b3f08df02ad563d3f548ac2527931a925a6 +MOBY_COMMIT=51b4e201544f7a5ccfbe53406e131dde63ffdab1 MOBY_VERSION=0.0 bin/moby: tmp_moby_bin.tar | bin tar xf $<