Browse code

Inline the test.docker.io fingerprint in the install.sh script as well

As long as we're doing it, we ought to do it for all the "official" Docker properties at least

Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)

Tianon Gravi authored on 2014/01/11 02:20:31
Showing 1 changed files
... ...
@@ -110,6 +110,8 @@ case "$lsb_dist" in
110 110
 			set -x
111 111
 			if [ "https://get.docker.io/" = "$url" ]; then
112 112
 				$sh_c "apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9"
113
+			elif [ "https://test.docker.io/" = "$url" ]; then
114
+				$sh_c "apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 740B314AE3941731B942C66ADF4FD13717AAD7D6"
113 115
 			else
114 116
 				$sh_c "$curl ${url}gpg | apt-key add -"
115 117
 			fi