Browse code

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>

Vincent Demeester authored on 2016/01/05 22:40:27
Showing 1 changed files
... ...
@@ -97,5 +97,6 @@ case "$DOCKER_ENGINE_OSARCH" in
97 97
 		;;
98 98
 	*)
99 99
 		docker tag hello-world:latest hello-world:frozen
100
+		docker rmi hello-world:latest
100 101
 		;;
101 102
 esac