Add telnet check to key server 57/21157/1
authorAreli Fuss <af732p@att.com>
Sun, 29 Oct 2017 08:26:31 +0000 (10:26 +0200)
committerAreli Fuss <af732p@att.com>
Sun, 29 Oct 2017 08:26:31 +0000 (10:26 +0200)
Add telnet check to key server

Change-Id: Ib53ed9c274a148b018c0c9748adc9e9804c01bb3
Issue-Id: VVP-25
Signed-off-by: Areli Fuss <af732p@att.com>
Dockerfile
assets/setup

index 2c13134..8126a5a 100755 (executable)
@@ -48,7 +48,8 @@ RUN apt-get update -q \
       vim \
       nano \
       patch \
-      curl
+      curl \
+      telnet
 
 # Copy assets
 COPY RELEASE /
index bd5e705..01e1221 100755 (executable)
@@ -49,18 +49,20 @@ echo "####################################################"
 echo "[DBG] Test connection to https://packages.gitlab.com"
 echo "####################################################"
 
+
+echo "################  IFCONFIG  #######################"
 sudo ifconfig
 
+echo "################  TELNET  #######################"
+
 telnet packages.gitlab.com 443
 
+echo "################  CURL  #######################"
+
 curl -v https://packages.gitlab.com/gpg.key
 
 echo "####################################################"
 
-
-
-
-
 wget -q -O - https://packages.gitlab.com/gpg.key | apt-key add -
 apt-get update
 apt-get install -yq --no-install-recommends ${RELEASE_PACKAGE}=${RELEASE_VERSION}