Closed thomaswilsonxyz closed 2 months ago
Does this suggestion work for you? https://github.com/supabase/cli/issues/2210#issuecomment-2076704407
hi, @sweatybridge !
it does not 😞
failed to pull docker image: Error response from daemon: Get "https://registry-1.docker.io/v2/": proxyconnect tcp: dial tcp 192.168.65.1:3128: connect: connection timed out
Retrying after 4s: supabase/postgres:15.1.1.78
failed to pull docker image: Error response from daemon: Get "https://registry-1.docker.io/v2/": proxyconnect tcp: dial tcp 192.168.65.1:3128: connect: connection timed out
Retrying after 8s: supabase/postgres:15.1.1.78
Stopping containers...
failed to pull docker image: Error response from daemon: Get "https://registry-1.docker.io/v2/": proxyconnect tcp: dial tcp 192.168.65.1:3128: connect: connection timed out
Try rerunning the command with --debug to troubleshoot the error.
okay, this has resolved itself after two reboots (which i suspect is a bit of a rain-dance, not an actual solution).
. i think possibly:
thanks for your time/attention, @sweatybridge !
i am happy to mark this as resolved.
resolved (see above)
Happy to hear that you managed to resolved it!
Describe the bug
When attempting to run
supabase start
, the CLI reports a failure response from AWS's ECR (Error response from daemon: Get "https://public.ecr.aws/v2/"
)This error prevents a local supabase instance from starting.
To Reproduce
supabase stop
itsupabase start
additionally i can reproduce an identical error by attempting to docker pull
public.ecr.aws/supabase/storage-api:v1.6.8
Expected behavior I'd expect to see a Docker Container with the Supabase Services start
Screenshots (didn't want to attach a screenshot of nothing happening)
System information
6a1b483ab4d24f9e92a19612b13e879c
Additional context
when running with
--debug
flag, the tail end of the logs gives us: