mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 11:00:25 +00:00
default to Docker experimental; later we will need to do multiple builds
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
827eefcfa2
commit
863fa5cb8e
@ -1,12 +1,13 @@
|
||||
DOCKER_VERSION=1.12.0-rc1
|
||||
ARCH?=x86_64
|
||||
OS?=Linux
|
||||
EXPERIMENTAL?=1
|
||||
|
||||
all: bin
|
||||
|
||||
bin: docker.git
|
||||
(cd docker.git && git fetch origin --tags && git checkout moby-$(DOCKER_VERSION))
|
||||
BIND_DIR=$(shell pwd) make -C docker.git binary
|
||||
DOCKER_EXPERIMENTAL=$(EXPERIMENTAL) BIND_DIR=$(shell pwd) make -C docker.git binary
|
||||
mkdir -p bin
|
||||
cp docker.git/bundles/latest/binary-daemon/{dockerd,docker-runc} bin/
|
||||
cp docker.git/bundles/latest/binary-daemon/{docker-containerd,docker-containerd-shim,docker-containerd-ctr} bin/
|
||||
|
Loading…
Reference in New Issue
Block a user