mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 18:13:42 +08:00 
			
		
		
		
	Merge pull request #1085 from tonistiigi/closeread-ignore
root: ignore SSH CloseRead warning
This commit is contained in:
		@@ -55,6 +55,7 @@ func NewRootCmd(name string, isPlugin bool, dockerCli command.Cli) *cobra.Comman
 | 
			
		||||
		logrus.WarnLevel,
 | 
			
		||||
	},
 | 
			
		||||
		"commandConn.CloseWrite:",
 | 
			
		||||
		"commandConn.CloseRead:",
 | 
			
		||||
	))
 | 
			
		||||
 | 
			
		||||
	addCommands(cmd, dockerCli)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user