rivet deploy build fails with DeadlineExceeded
I am getting this error:
The Docker image builds fine if I use
docker build but fails with rivet deploy.2 Replies
I think it is just due to an absurd low time threshold for buildkit [0] which was extended a couple of months ago [1].
How can I upgrade buildkit that rivet cli uses/
[0] https://github.com/moby/buildkit/issues/4327
[1] https://github.com/moby/buildkit/pull/4944
?
updating docker seems to have fixed it
ooo that’s a new one. we use the docker in $path, not sure we can do much here unless we’re able to manually override the timeout for older installs.