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 Pull failure : arm64 #3415

Open
Sweetdevil144 opened this issue Jan 17, 2025 · 2 comments
Open

Docker Pull failure : arm64 #3415

Sweetdevil144 opened this issue Jan 17, 2025 · 2 comments

Comments

@Sweetdevil144
Copy link
Contributor

While trying to pull containers in a fresh docker start, I face following Issue :

abhinavpandey@Abhinavs-MacBook-Air pecan % docker compose pull
[+] Pulling 12/21
 ⠸ pecan Pulling                                                                                       5.4s
 ✔ postgres Pulled                                                                                     4.8s
 ✘ biocro Error       context canceled                                                                 5.4s
 ✘ executor Error     context canceled                                                                 5.4s
 ✘ dbsync Error       context canceled                                                                 5.4s
 ✘ maespa Error       context canceled                                                                 5.4s
 ✔ fates Pulled                                                                                        2.7s
 ⠸ traefik [⠀⠀⠀⠀] Pulling                                                                              5.4s
 ✘ rstudio Error      context canceled                                                                 5.4s
 ⠸ ed2 [⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀] Pulling                                                           5.4s
 ✘ bety Error         context canceled                                                                 5.4s
 ⠸ rabbitmq Pulling                                                                                    5.4s
 ⠸ docs Pulling                                                                                        5.4s
 ✘ monitor Error      context canceled                                                                 5.4s
 ✘ sipnet Error       context canceled                                                                 5.4s
 ✘ api Error          context canceled                                                                 5.4s
 ✘ basgra Error       context canceled                                                                 5.4s




no matching manifest for linux/arm64/v8 in the manifest list entries
@Sweetdevil144
Copy link
Contributor Author

Sweetdevil144 commented Jan 17, 2025

A simple addition of platform: linux/amd64 for all networks foes the trick. But would it be recommended?

cc : @mdietze @infotroph @dlebauer

So I don't think this hack is viable as the end errors I get is as following when trying docker compose up -d

.....
 ✔ Container pecan-monitor-1   Created                                                          
 ✔ Container pecan-basgra-1    Created                                                          
 ✔ Container pecan-rstudio-1   Created
 ✘ Container pecan-rabbitmq-1  Error                                                            
dependency failed to start: container pecan-rabbitmq-1 is unhealthy

@Sweetdevil144
Copy link
Contributor Author

Rabbitmq with arm64 works fine. So the tag of linux/amd64 is required for all other Images other than rabbitmq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant