self-hosted icon indicating copy to clipboard operation
self-hosted copied to clipboard

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

Open InikoPro opened this issue 2 years ago • 4 comments

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 avatar Mar 22 '23 15:03 InikoPro

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

spectral369 avatar Apr 06 '23 09:04 spectral369

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

SimonXIX avatar Oct 09 '23 15:10 SimonXIX

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.

DezyNation avatar Oct 09 '23 19:10 DezyNation

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'.

SimonXIX avatar Oct 09 '23 21:10 SimonXIX

duplicate of https://github.com/revoltchat/self-hosted/issues/37

insertish avatar Mar 28 '24 13:03 insertish