revoltchat / self-hosted

Deploy Revolt using Docker.
851 stars 106 forks source link

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

Closed InikoPro closed 3 months ago

InikoPro commented 1 year ago

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 $
spectral369 commented 1 year ago

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

SimonXIX commented 9 months ago

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

DezyNation commented 9 months ago

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 commented 9 months ago

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 commented 3 months ago

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