1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

View file

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