Remove hello-world:latest tag before integration

This is to make sure we are in the same state on linux/arm, linux/… and
other architecture.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Upstream-commit: 0736598b93d7bc94b376c61ada17658dddee9aa3
Component: engine
This commit is contained in:
Vincent Demeester
2016-01-05 14:40:27 +01:00
parent c69ee1ec9e
commit 907be2c8ba
@@ -97,5 +97,6 @@ case "$DOCKER_ENGINE_OSARCH" in
;;
*)
docker tag hello-world:latest hello-world:frozen
docker rmi hello-world:latest
;;
esac