From d7be599a056efabae1975bb4c076f8677e396c49 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Wed, 7 May 2014 00:30:17 +0100 Subject: [PATCH] mkimage-debootstrap: set ubuntuLatestLTS as Trusty Ubuntu 14.04 LTS (Trusty Tahr) was released on Thu, 17 Apr 2014; Update ubuntuLatestLTS accordingly. Docker-DCO-1.1-Signed-off-by: Jonathan McCrohan (github: jmccrohan) Upstream-commit: 9e64a4d862e38ead4c2708ce61663f176844406b Component: engine --- components/engine/contrib/mkimage-debootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/contrib/mkimage-debootstrap.sh b/components/engine/contrib/mkimage-debootstrap.sh index 33ba7b07cb..613066e16b 100755 --- a/components/engine/contrib/mkimage-debootstrap.sh +++ b/components/engine/contrib/mkimage-debootstrap.sh @@ -43,7 +43,7 @@ usage() { debianStable=wheezy debianUnstable=sid # this should match the name found at http://releases.ubuntu.com/ -ubuntuLatestLTS=precise +ubuntuLatestLTS=trusty # this should match the name found at http://releases.tanglu.org/ tangluLatest=aequorea