Report CLI version in scripts that invoke docker 30/63830/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Wed, 29 Apr 2020 17:58:30 +0000 (13:58 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Wed, 29 Apr 2020 17:58:30 +0000 (13:58 -0400)
commit0c2d2eea337b2700a7913d03aa5afd75d0c11b93
tree06c227f76dfd7b8e3000c8e98a288b39a89bd088
parent5dc3432cae2f13d9e5151a00a76a78ce73d92d70
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) <cl778h@att.com>
releasenotes/notes/show-docker-version-d8f6f22243127194.yaml [new file with mode: 0644]
shell/docker-build.sh
shell/docker-login.sh
shell/docker-push.sh
shell/release-job.sh