From: Lott, Christopher (cl778h) Date: Wed, 29 Apr 2020 17:58:30 +0000 (-0400) Subject: Report CLI version in scripts that invoke docker X-Git-Tag: v0.54.0~2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=0c2d2eea337b2700a7913d03aa5afd75d0c11b93;hp=0c2d2eea337b2700a7913d03aa5afd75d0c11b93;p=releng%2Fglobal-jjb.git Report CLI version in scripts that invoke docker Extend scripts that invoke the docker CLI to report the version by invoking `docker --version`. Also add echo command to report end of script where it was missing. Includes docker-build.sh, docker-login.sh, docker-push.sh and release-job.sh. No functional change to any script behavior, just a line of extra output. Change-Id: Iac65366c7810d6f96fecb84267aa4c1dd9027dc1 Signed-off-by: Lott, Christopher (cl778h) ---