mirror of
https://github.com/containers/podman.git
synced 2025-12-02 02:58:03 +08:00
update buildah to latest and use new network stack
Make sure buildah uses the new network stack. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
3
vendor/github.com/containers/buildah/pkg/sshagent/sshagent.go
generated
vendored
3
vendor/github.com/containers/buildah/pkg/sshagent/sshagent.go
generated
vendored
@@ -111,8 +111,9 @@ func (a *AgentServer) Serve(processLabel string) (string, error) {
|
||||
a.wg.Done()
|
||||
}()
|
||||
// the only way to get agent.ServeAgent is to close the connection it's serving on
|
||||
// TODO: ideally we should use some sort of forwarding mechanism for output instead of manually closing connection.
|
||||
go func() {
|
||||
time.Sleep(500 * time.Millisecond)
|
||||
time.Sleep(2000 * time.Millisecond)
|
||||
c.Close()
|
||||
}()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user