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 · 7 comments · May be fixed by #3436
Open

Docker Pull failure : arm64 #3415

Sweetdevil144 opened this issue Jan 17, 2025 · 7 comments · May be fixed by #3436

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

@AritraDey-Dev AritraDey-Dev linked a pull request Feb 12, 2025 that will close this issue
13 tasks
@AritraDey-Dev
Copy link

i have added the platform: linux/amd64,and this worked.

Image

Image
I have created a PR #3436 for this.

@Sweetdevil144
Copy link
Contributor Author

Sweetdevil144 commented Feb 12, 2025

Can you confirm that all containers including "fates" and "dbsync" are working fine when following procedures given in 'dev-intro'?

@AritraDey-Dev
Copy link

@Sweetdevil144 yes while pulling and while doing docker compose up,it's working fine.

@Sweetdevil144
Copy link
Contributor Author

@Sweetdevil144 yes while pulling and while doing docker compose up, it's working fine.

What I wanted to know was if this worked when you follow entire procedure in DEV-INTRO?

@AritraDey-Dev
Copy link

@Sweetdevil144 yes while pulling and while doing docker compose up, it's working fine.

What I wanted to know was if this worked when you follow entire procedure in DEV-INTRO?

yes after looking at the logs of those it seems to be working fine.

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

Successfully merging a pull request may close this issue.

2 participants