Gilles Magalhaes

Results 6 comments of Gilles Magalhaes

I came across this issue as well and fixed it as described in [this thread](https://github.com/bazelbuild/bazel/issues/10134#issuecomment-1193395705).

I just ran into the same issue, pulling the image with the `v` tag prefix and tagging the image with the expected image name fixed it for me. ``` docker...

> @sweatybridge - I'm still getting the error: > > ``` > failed to pull docker image: Error response from daemon: manifest for public.ecr.aws/supabase/gotrue:2.139.2-rc.7 > not found: manifest unknown: Requested...

Do you have `v2.142.0` in your `supabase/.temp/gotrue-version` file?

It is for my project. I reran `supabase link` (which did nothing since my versions are all synced) and `supabase start` works fine for me now. I created the project...

I ran into this issue as well. My solution ended up being to just `sleep 30` and this has fixed my issue.