mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-02 15:31:12 +00:00
Merge pull request #172 from justincormack/docker-1.11.2
Update docker to 1.11.2+patches
This commit is contained in:
commit
aa5118fd5f
@ -1,11 +1,11 @@
|
|||||||
DOCKER_VERSION=1.11.1
|
DOCKER_VERSION=1.11.2
|
||||||
ARCH?=x86_64
|
ARCH?=x86_64
|
||||||
OS?=Linux
|
OS?=Linux
|
||||||
|
|
||||||
all: bin
|
all: bin
|
||||||
|
|
||||||
bin: docker.git
|
bin: docker.git
|
||||||
(cd docker.git && git fetch origin --tags && git checkout moby)
|
(cd docker.git && git fetch origin --tags && git checkout moby-$(DOCKER_VERSION))
|
||||||
BIND_DIR=$(shell pwd) make -C docker.git binary
|
BIND_DIR=$(shell pwd) make -C docker.git binary
|
||||||
mkdir -p bin
|
mkdir -p bin
|
||||||
cp docker.git/bundles/${DOCKER_VERSION}/binary/* bin/
|
cp docker.git/bundles/${DOCKER_VERSION}/binary/* bin/
|
||||||
@ -14,7 +14,7 @@ bin: docker.git
|
|||||||
rm -f bin/docker-${DOCKER_VERSION}
|
rm -f bin/docker-${DOCKER_VERSION}
|
||||||
|
|
||||||
docker.git:
|
docker.git:
|
||||||
git clone git://github.com/djs55/docker.git docker.git
|
git clone git://github.com/justincormack/docker.git docker.git
|
||||||
|
|
||||||
arm:
|
arm:
|
||||||
mkdir -p bin
|
mkdir -p bin
|
||||||
|
Loading…
Reference in New Issue
Block a user