cli icon indicating copy to clipboard operation
cli copied to clipboard

failed to pull docker image: Error response from daemon: Get "https://public.ecr.aws/v2/"

Open tbsvttr opened this issue 7 months ago • 1 comments

Describe the bug

Supabase CLI 2.24.3
failed to pull docker image: Error response from daemon: Get "https://public.ecr.aws/v2/": rejecting public.ecr.aws:443 because traffic from evaluating PAC file: getting PAC interpreter: SyntaxError: SyntaxError: (anonymous): Line 1:1 Unexpected token <
Retrying after 4s: public.ecr.aws/supabase/postgres:15.8.1.085
failed to pull docker image: Error response from daemon: Get "https://public.ecr.aws/v2/": rejecting public.ecr.aws:443 because traffic from evaluating PAC file: getting PAC interpreter: SyntaxError: SyntaxError: (anonymous): Line 1:1 Unexpected token <
Retrying after 8s: public.ecr.aws/supabase/postgres:15.8.1.085
Stopping containers...
Pruned containers: []
Pruned volumes: []
Pruned network: []
failed to pull docker image: Error response from daemon: Get "https://public.ecr.aws/v2/": rejecting public.ecr.aws:443 because traffic from evaluating PAC file: getting PAC interpreter: SyntaxError: SyntaxError: (anonymous): Line 1:1 Unexpected token <

To Reproduce Steps to reproduce the behavior in terminal:

  1. supabase login
  2. supabase init
  3. supabase start --debug

Expected behavior It should install and work.

System information

  • Ticket ID: 637cc4d17d0547a6991e3efefb9d6481
  • Version of OS: macOS 15.15
  • Version of CLI: 2.24.3
  • Version of Docker: 4.42.0 (195023)
  • Versions of services: SERVICE IMAGE | LOCAL | LINKED ------------------------|------------------------|-------- supabase/postgres | 15.8.1.085 | - supabase/gotrue | v2.174.0 | - postgrest/postgrest | v12.2.12 | - supabase/realtime | v2.36.7 | - supabase/storage-api | v1.23.0 | - supabase/edge-runtime | v1.67.4 | - supabase/studio | 2025.06.02-sha-8f2993d | - supabase/postgres-meta | v0.89.3 | - supabase/logflare | 1.12.0 | - supabase/supavisor | 2.5.1 | -

tbsvttr avatar Jun 06 '25 15:06 tbsvttr

Likely related to https://github.com/docker/for-mac/issues/7695

karman-docker avatar Jun 11 '25 13:06 karman-docker