From 2c827c24749f8bc9d5b0653dd91bed48b1e4dfc8 Mon Sep 17 00:00:00 2001 From: Ivan Mikushin Date: Wed, 14 Oct 2015 13:51:06 +0500 Subject: [PATCH] use docker-1.8.3 with nested cgroups libcontainer patches --- build.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.conf b/build.conf index bb07bc6e..b2c6701c 100644 --- a/build.conf +++ b/build.conf @@ -1,6 +1,6 @@ IMAGE_NAME=rancher/os VERSION=v0.4.0-dev -DOCKER_BINARY_URL=https://github.com/rancher/docker/releases/download/v1.8.2-ros1/docker-1.8.2 +DOCKER_BINARY_URL=https://github.com/rancher/docker/releases/download/v1.8.3-ros2/docker-1.8.3 COMPILED_KERNEL_URL=https://github.com/rancher/os-kernel/releases/download/Ubuntu-4.2.0-14.16/linux-4.2.2-rancher-x86.tar.gz -DFS_IMAGE=rancher/docker:1.8.2 +DFS_IMAGE=rancher/docker:1.8.3