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