docker: docker.py add check sub-command
commitf97da1f71700a3417953fa85bf1394307e5dd013
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 8 Jun 2018 15:20:48 +0000 (8 16:20 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 20 Jun 2018 21:13:39 +0000 (20 22:13 +0100)
tree35e33d9b13f198cba13606b8f33526ec66a8e48b
parentf9172822e7a07db346e21d461e2a61ffcee7c77e
docker: docker.py add check sub-command

This command allows you to check if we need to re-build a docker
image. If the image isn't in the repository or the checksums don't
match then we return false and some text (for processing in
makefiles).

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
tests/docker/docker.py