aboutsummaryrefslogtreecommitdiffstats
path: root/build/Makefile
diff options
context:
space:
mode:
authorStefan K. Berg <stefan.k.berg@ericsson.com>2015-12-18 16:11:36 +0100
committerStefan K. Berg <stefan.k.berg@ericsson.com>2015-12-18 16:11:36 +0100
commit89d6c9355ef28dcf3d49c781ab47b802254ec858 (patch)
tree7cc5603dbfe6e9a3b475475716adbf0af514ae49 /build/Makefile
parent429392e6041fd5777c9a5a437f6455bca0fe3ed8 (diff)
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 <stefan.k.berg@ericsson.com>
Diffstat (limited to 'build/Makefile')
-rw-r--r--build/Makefile4
1 files changed, 4 insertions, 0 deletions
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