Browse code

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 <jmccrohan@gmail.com> (github: jmccrohan)

Jonathan McCrohan authored on 2014/05/07 08:30:17
Showing 1 changed files
... ...
@@ -43,7 +43,7 @@ usage() {
43 43
 debianStable=wheezy
44 44
 debianUnstable=sid
45 45
 # this should match the name found at http://releases.ubuntu.com/
46
-ubuntuLatestLTS=precise
46
+ubuntuLatestLTS=trusty
47 47
 # this should match the name found at http://releases.tanglu.org/
48 48
 tangluLatest=aequorea
49 49