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

no matching manifest for linux/arm64/v8 in the manifest list entries #61

Closed
InikoPro opened this issue Mar 22, 2023 · 5 comments
Closed
Labels
bug Something isn't working

Comments

@InikoPro
Copy link

InikoPro commented Mar 22, 2023

What happened?

I try install revolt on Raspberry Pi 4 64Bit (ARMv7) (ARMv8) but it error

Error:

pi@susgalaxy:~/revolt $ docker compose up -d
[+] Running 0/13
 ⠿ january Error                                                                                                   1.7s
 ⠿ caddy Error                                                                                                     1.7s
 ⠦ api Pulling                                                                                                     1.7s
   ⠙ ac2fb615420c Pulling fs layer                                                                                 0.2s
   ⠙ 77e90f8f6ae3 Pulling fs layer                                                                                 0.2s
   ⠙ 01cd6a37c405 Pulling fs layer                                                                                 0.2s
 ⠿ database Error                                                                                                  1.7s
 ⠿ events Error                                                                                                    1.7s
 ⠦ web Pulling                                                                                                     1.7s
 ⠿ createbuckets Error                                                                                             1.7s
 ⠿ redis Error                                                                                                     1.7s
 ⠿ autumn Error                                                                                                    1.7s
 ⠿ minio Error                                                                                                     1.7s
no matching manifest for linux/arm64/v8 in the manifest list entries
pi@susgalaxy:~/revolt $
@InikoPro InikoPro added the bug Something isn't working label Mar 22, 2023
@spectral369
Copy link

Yes, indeed it fails on Raspberry Pi 4 Model B Rev 1.4 - aarch64
The images that fail are : web and autumn

@SimonXIX
Copy link

SimonXIX commented Oct 9, 2023

I'm experiencing this same issue on macOS, specifically macOS version 14.0. It comes up with the error when pulling 'january'.

@DezyNation
Copy link

I'm experiencing this same issue on macOS, specifically macOS version 14.0. It comes up with the error when pulling 'january'.

Did you get any solution?? I'm also facing same issue.

@SimonXIX
Copy link

SimonXIX commented Oct 9, 2023

Did you get any solution?? I'm also facing same issue.

I did! If you add "platform: linux/x86_64" to the Docker Compose stanzas for the containers which error out, it manages to pull the images without problems. In my case, this was 'autumn', 'january', and 'web'.

@insertish
Copy link
Member

duplicate of #37

@insertish insertish closed this as not planned Won't fix, can't repro, duplicate, stale Mar 28, 2024
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
Archived in project
Development

No branches or pull requests

5 participants