[docker] Use image IDs instead of tags 43/28843/1
authorjose.lausuch <jose.lausuch@ericsson.com>
Thu, 16 Feb 2017 16:25:08 +0000 (17:25 +0100)
committerjose.lausuch <jose.lausuch@ericsson.com>
Thu, 16 Feb 2017 16:25:08 +0000 (17:25 +0100)
commit7d74359c647fd8950d3f7f28fcc6e49c5587e0f6
treedcb7aa626ad8a8ab4841402d03c292cb2a9a90f3
parentb180eb70e7554c85d66b25bf280f7bdbbe1249c5
[docker] Use image IDs instead of tags

If we use tags, when there are remaining images without
the tag <none> it fails and get the following error:

Removing docker image opnfv/functest:<none>...
Error response from daemon: Error parsing reference:
"opnfv/functest:<none>" is not a valid repository/tag

By using IDs we make sure we delete the images.

Change-Id: Ib336dc73168bac909c42dd4a9681ef07d477dc7b
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
jjb/releng/opnfv-docker.sh