From 89d6c9355ef28dcf3d49c781ab47b802254ec858 Mon Sep 17 00:00:00 2001 From: "Stefan K. Berg" Date: Fri, 18 Dec 2015 16:11:36 +0100 Subject: Uplift of Docker versions The Docker version 1.5.0 is no longer allowed to acces the Docker remote image repository! Switching to version 1.7.1 instead. Change-Id: Id71cab4b26a02e98a3bb51f31caa394bcf25b7d9 Signed-off-by: Stefan K. Berg --- build/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build/Makefile') diff --git a/build/Makefile b/build/Makefile index 85da6eb29..542269617 100644 --- a/build/Makefile +++ b/build/Makefile @@ -91,6 +91,10 @@ $(ISOCACHE): # Fuel build. sudo rm -f /etc/apt/apt.conf.d/docker* # + # Need to replace the old Docker v. 1.5.0 with a later version to be + # able to access the Docker remote repository! + cd /tmp/fuel-main && patch -p0 < $(TOPDIR)/fuel-main_docker_version.patch + # cd /tmp/fuel-main && ./prepare-build-env.sh cd /tmp/fuel-main && make repos $(REPOINFO) -r /tmp/fuel-main > gitinfo_fuel.txt -- cgit 1.2.3-korg