浏览代码

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

Remove hello-world:latest tag before integration
Tianon Gravi 9 年之前
父节点
当前提交
d5685a65d7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      hack/make/.ensure-frozen-images

+ 1 - 0
hack/make/.ensure-frozen-images

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