Update docker scripts 86/15786/12 v0.38.1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 30 May 2019 00:43:45 +0000 (17:43 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 31 May 2019 17:55:39 +0000 (10:55 -0700)
commit602bfb1660f5a0a3b8cdae11d4637d60398bf5b3
tree89d01a6b661b46c7f6e6d2f2bd2dd90d2f1700e3
parent5113d3c9d84c3e4237e3c2fa0f616bdfcb2a6d15
Update docker scripts

- docker-build: Allow DOCKER_ARGS to be empty. This is not
a required parameter, it can be empty.
- docker-get-git-describe: Remove container reference. The
CONTAINER_PUSH_REGISTRY already gets added in the docker-push
script. No need to add it again. Only process the tag variable.
- docker-get-yaml-tag: Rename image_name to image_build_tag
to match docker-get-git-describe. Add missing "DOCKER_NAME" in
the DOCKER_IMAGE. Only process the tag variable.
- docker-push: Update the correct image name and tag in the push
command.

Change-Id: Ic3aad7ae0f87b589ce5d57f6848f7e8e75f9b71e
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
jjb/lf-docker-jobs.yaml
releasenotes/notes/update-docker-scripts-5d89bbc89103e7f6.yaml [new file with mode: 0644]
shell/docker-build.sh
shell/docker-get-git-describe.sh
shell/docker-get-yaml-tag.sh
shell/docker-push.sh