mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
Update to moby tool 51b4e20154
$ git log --no-merges --oneline d8cc1b3f08df..51b4e201544f6c6499b
Update docker/docker vendor to 6978a6e25a2e6063f280ec842bd0f3eae99426e13ee4fdc
Error if there are duplicate service names3c5fad4
Remove dependency on docker/docker/cli5e75f8c
Only run `go test` and `go vet` if not cross building (i.e. ${GOOS} unset)48f1dd0
Build for Darwin and Windows in CIc3edfec
revendor runc + runtime-spec to match containerd 8e1a04ff9ee3a73c3d3
Add partial user namespace support0acaaa7
Assign each container a uid and gid it can usec5070df
Add docs for ambient capabilities66b4aed
Add support for ambient capabilitiesc2e460f
check that caps are validb605e61
Adding dynamic-vhd Output Formate7ebabd
Split out into a small stub command line and a library4401e7d
Rename the docker run functionc5cccad
Return errors from build internal function618dc42
Allow creation of empty filesad3de8f
Add support for rlimits13da5e0
Use hyperkit to make raw disks Signed-off-by: Ian Campbell <ian.campbell@docker.com>
This commit is contained in:
parent
a2d3be0e6f
commit
a82ec03120
2
Makefile
2
Makefile
@ -20,7 +20,7 @@ endif
|
|||||||
|
|
||||||
PREFIX?=/usr/local/
|
PREFIX?=/usr/local/
|
||||||
|
|
||||||
MOBY_COMMIT=d8cc1b3f08df02ad563d3f548ac2527931a925a6
|
MOBY_COMMIT=51b4e201544f7a5ccfbe53406e131dde63ffdab1
|
||||||
MOBY_VERSION=0.0
|
MOBY_VERSION=0.0
|
||||||
bin/moby: tmp_moby_bin.tar | bin
|
bin/moby: tmp_moby_bin.tar | bin
|
||||||
tar xf $<
|
tar xf $<
|
||||||
|
Loading…
Reference in New Issue
Block a user