Hi,
We run docker-compose on a machine executor to build and run tests. However, in recent weeks we have observed that most of our builds are failing with the following error message.
failed to receive status: rpc error: code = Unavailable desc = error reading from server: EOF
After doing the investigation i have found that setting the
docker_layer_caching: false
Resolve the issue but, we would like this to be enabled since we want to reuse the cache to build faster.
Can someone please help me explain why this issue is occurring and how I can resolve it?
We are using a machine executor:
ubuntu-2204:2022.10.2
resource type/class:
arm.large
Thanks a lot in advance.