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

Docker images are wrong architecture #368

Closed
Curetix opened this issue Aug 15, 2022 · 3 comments
Closed

Docker images are wrong architecture #368

Curetix opened this issue Aug 15, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@Curetix
Copy link

Curetix commented Aug 15, 2022

Bug report

Describe the bug

When pulling from the ECR repository (#364), some of the images are the wrong architecture (arm64 instead of x86/amd64). This results in noticeably reduced performance of local requests (due to emulation I guess). Images affected: Deno Relay, Studio, Kong, PG Meta.

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. Use latest version of the CLI
  2. Run supabase start in any project

Expected behavior

The images should be for the correct architecture, like they were before.

Screenshots

Docker_Desktop_V5oGyR4HQV

System information

  • OS: Windows 11
  • Docker on WSL 2.0
  • Version of CLI: 1.0.1
@Curetix Curetix added the bug Something isn't working label Aug 15, 2022
@sweatybridge
Copy link
Contributor

sweatybridge commented Aug 16, 2022

Hi @Curetix , I can reproduce this issue locally. We will mirror the x86 images shortly and let you know once it's done.

@sweatybridge
Copy link
Contributor

We have pushed out x86 images. You can reset your local image cache and restart supabase local:

supabase stop
docker image prune --all
supabase start

@Curetix
Copy link
Author

Curetix commented Aug 16, 2022

We have pushed out x86 images. You can reset your local image cache and restart supabase local:

supabase stop
docker image prune --all
supabase start

Thank you!

@Curetix Curetix closed this as completed Aug 16, 2022
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

2 participants