Cannot start local supabase, postgres image not found

It seems that every time I update supabase this happens... And this time none of the solutions I found are helping.

on supabase start I get
failed to pull docker image: Error response from daemon: failed to resolve reference "public.ecr.aws/supabase/postgres:17.4.1.048": failed to do request: Head "https://public.ecr.aws/v2/supabase/postgres/manifests/17.4.1.048": proxyconnect tcp: dial tcp: lookup http.docker.internal on 192.168.65.7:53: read udp 192.168.65.6:55523->192.168.65.7:53: i/o timeout


supabase services:
   SERVICE IMAGE          | LOCAL                  | LINKED
  ------------------------|------------------------|--------
   supabase/postgres      | 17.4.1.048             | -
   supabase/gotrue        | v2.176.1               | -
   postgrest/postgrest    | v12.2.12               | -
   supabase/realtime      | v2.38.0                | -
   supabase/storage-api   | v1.24.7                | -
   supabase/edge-runtime  | v1.67.4                | -
   supabase/studio        | 2025.06.30-sha-6f5982d | -
   supabase/postgres-meta | v0.89.3                | -
   supabase/logflare      | 1.14.2                 | -
   supabase/supavisor     | 2.5.6                  | -


I also tried supabase link, which populates the "linked" items in supabase services, but the same error happens on supabase start. The linked services are gone now because I deleted everything in supabase/.temp as part of trying to solve the issue

Thanks!
Was this page helpful?