From 721ab4dae865d04eddbefce28a7244c4d478a90f Mon Sep 17 00:00:00 2001 From: Ivan Mikushin Date: Mon, 10 Aug 2015 19:28:43 +0500 Subject: [PATCH] update to docker-1.8.0-rc3 --- Makefile.docker | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.docker b/Makefile.docker index c32caa04..d33fbd78 100644 --- a/Makefile.docker +++ b/Makefile.docker @@ -1,8 +1,8 @@ include common.make -DOCKER_BINARY_URL := https://github.com/rancher/docker/releases/download/v1.8.0-rc2-ros/docker-1.8.0-rc2 +DOCKER_BINARY_URL := https://github.com/rancher/docker/releases/download/v1.8.0-rc3-ros/docker-1.8.0-rc3 KERNEL_URL := https://github.com/rancher/os-kernel/releases/download/Ubuntu-3.19.0-26.27/linux-3.19.8-ckt4-rancher-x86.tar.gz -DFS_IMAGE := rancher/docker:1.8.0-rc2 +DFS_IMAGE := rancher/docker:1.8.0-rc3 bin/rancheros: mkdir -p $(dir $@)