Skip to content
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

Closed
jamesfeeder opened this issue Dec 17, 2024 · 9 comments
Closed

Failed to pull docker image - supabase/postgres:15.8.1.018 #2977

jamesfeeder opened this issue Dec 17, 2024 · 9 comments
Labels
bug Something isn't working

Comments

@jamesfeeder
Copy link

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

  • Ticket ID: 8af4e9f503d8424faed3b7f20168d3fa
  • Version of OS: Fedora Linux 41 (Workstation Edition)
  • Version of CLI: 2.0.0
  • Version of Docker: 27.4.0
  • Versions of services:
    Screenshot From 2024-12-17 08-22-20
@avallete avallete added the bug Something isn't working label Dec 17, 2024
@sweatybridge
Copy link
Contributor

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.

rm supabase/.temp/postgres-version

@jamesfeeder
Copy link
Author

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.

@eluce2
Copy link

eluce2 commented Dec 17, 2024

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: 15.8.1.018

@Nciso
Copy link

Nciso commented Dec 18, 2024

I have the same issue, there is no tag in the registry https://gallery.ecr.aws/supabase/postgres

@eluce2
Copy link

eluce2 commented Dec 18, 2024

Ok, I guess my script was calling supabase link which was re-creating the version file. If I delete the file and then run the db pull --linked command, it works for me

@Nextc1
Copy link

Nextc1 commented Dec 19, 2024

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

@gaharrington
Copy link

gaharrington commented Dec 19, 2024

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.

rm supabase/.temp/postgres-version

After I do this, supabase start fails to start:
"supabase/postgres:15.6.1.143 => 15.8.1.020"

Using the --ignore-health-check flag produces the same error.

@sweatybridge
Copy link
Contributor

After I do this, supabase start fails to start

I forgot to mention that you also need to delete any backup volumes before restarting, ie. supabase stop --no-backup

@sweatybridge
Copy link
Contributor

This problem with upstream postgres image has been fixed. supabase/postgres#1372

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants