docker: docker.py don't conflate checksums for extra_files
commitf9172822e7a07db346e21d461e2a61ffcee7c77e
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 8 Jun 2018 14:20:25 +0000 (8 15:20 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 20 Jun 2018 21:13:39 +0000 (20 22:13 +0100)
treeaa9197a36514b60c0c0123a46f87811653e825aa
parent83405c4517679722257b1560f75fb7488b671374
docker: docker.py don't conflate checksums for extra_files

This just gets confusing especially as the helper function doesn't
even take into account any extra files (or the executable). Currently
the actual check just ignores them and also passes the result through
_dockerfile_preprocess so we fix that too.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
tests/docker/docker.py