-
-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI fails to pull postgrest v12.1 #2321
Comments
Could you delete I believe this is an issue with PostgREST not released properly on the hosted platform. It affects some linked projects. I've reached out to internal teams to take a closer look. |
Having the same issue here, will try the .temp delete. |
Looks like whatever updates were made has resolved this issue for me. Thanks for the weekend vigilance ya'll. |
I still have the issue, what did u try besides deleting .temp |
deleted |
We have added PostgREST 12.1 to our ECR and GHCR image registries. This should be fixed now. |
To fix it for me I had to run |
Describe the bug
When running
supabase start
the CLI errors with "failed to pull docker image: Error response from daemon: manifest for public.ecr.aws/supabase/postgrest:v12.1 not found: manifest unknown: Requested image not found"To Reproduce
Steps to reproduce the behavior:
Run
supabase start
with an empty projectExpected behavior
Does not error
System information
Rerun the failing command with
--create-ticket
flag.supabase services
command]�[38;5;252m�[0m�[38;5;252m�[0m �[38;5;252m SERVICE IMAGE │ LOCAL │ LINKED�[0m
�[0m�[38;5;252m�[0m �[38;5;252m─────────────────────────┼──────────────────────┼────────────�[0m
�[0m�[38;5;252m�[0m �[38;5;252m supabase/postgres │ 15.1.1.54 │ 15.1.1.54�[0m
�[0m�[38;5;252m�[0m �[38;5;252m supabase/gotrue │ v2.151.0 │ v2.151.0�[0m
�[0m�[38;5;252m�[0m �[38;5;252m postgrest/postgrest │ v12.1 │ v12.1�[0m
�[0m�[38;5;252m�[0m �[38;5;252m supabase/realtime │ v2.28.32 │ -�[0m
�[0m�[38;5;252m�[0m �[38;5;252m supabase/storage-api │ v1.2.1 │ v1.2.1�[0m
�[0m�[38;5;252m�[0m �[38;5;252m supabase/edge-runtime │ v1.49.0 │ -�[0m
�[0m�[38;5;252m�[0m �[38;5;252m supabase/studio │ 20240506-2976cd6 │ -�[0m
�[0m�[38;5;252m�[0m �[38;5;252m supabase/postgres-meta │ v0.80.0 │ -�[0m
�[0m�[38;5;252m�[0m �[38;5;252m supabase/logflare │ 1.4.0 │ -�[0m
�[0m�[38;5;252m�[0m �[38;5;252m bitnami/pgbouncer │ 1.20.1-debian-11-r39 │ -�[0m
�[0m�[38;5;252m�[0m �[38;5;252m darthsim/imgproxy │ v3.8.0 │ -�[0m
�[0m
The text was updated successfully, but these errors were encountered: