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:
Justin Cormack 2016-06-15 10:28:26 +01:00
parent 827eefcfa2
commit 863fa5cb8e

View File

@ -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/