Specify --wait-for-ready global buildctl flag
Tell buildctl to block calls until the underlying client connection is fully established and to retry on connection failure. This makes the client more robust in environments that employ circuit breaking on max TCP connections such as our cloud-runner service mesh.
See buildkit!27 (merged) for details on --wait-for-ready
implementation.
Bug: T327416