-
Notifications
You must be signed in to change notification settings - Fork 225
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
Failed to pull docker image - supabase/postgres:15.8.1.018 #2977
Comments
Hi @jamesfeeder, our postgres team will work out the issue with Postgres image on ECR. Meanwhile the workaround is to delete the local version file.
|
Thank you 🙏 While I'm using this workaround, Is it able to 'db push' to remote? Just my curiosity, I don't have any plan to do it right now. |
I'm also having this issue, but deleting that temp file doesn't work for me, it just creates it again with the same version: |
I have the same issue, there is no tag in the registry https://gallery.ecr.aws/supabase/postgres |
Ok, I guess my script was calling |
same issues with different version failed to pull docker image: Error response from daemon: failed to resolve reference "public.ecr.aws/supabase/postgres:15.8.1.020": public.ecr.aws/supabase/postgres:15.8.1.020: not found |
After I do this, supabase start fails to start: Using the --ignore-health-check flag produces the same error. |
I forgot to mention that you also need to delete any backup volumes before restarting, ie. |
This problem with upstream postgres image has been fixed. supabase/postgres#1372 |
Describe the bug
failed to pull docker image: Error response from daemon: manifest for public.ecr.aws/supabase/postgres:15.8.1.018 not found: manifest unknown: Requested image not found
System information
The text was updated successfully, but these errors were encountered: