Merge pull request #19084 from vdemeester/i-am-all-frozen

Remove hello-world:latest tag before integration
This commit is contained in:
Tianon Gravi 2016-01-05 09:26:59 -08:00
commit d5685a65d7
1 changed files with 1 additions and 0 deletions

View File

@ -97,5 +97,6 @@ case "$DOCKER_ENGINE_OSARCH" in
;;
*)
docker tag hello-world:latest hello-world:frozen
docker rmi hello-world:latest
;;
esac