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

Closed
opened 2026-02-16 12:51:13 -05:00 by yindo · 5 comments
Owner

Originally created by @InikoPro on GitHub (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 $
Originally created by @InikoPro on GitHub (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 $ ```
yindo added the bug label 2026-02-16 12:51:13 -05:00
yindo closed this issue 2026-02-16 12:51:13 -05:00
Author
Owner

@spectral369 commented on GitHub (Apr 6, 2023):

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

@spectral369 commented on GitHub (Apr 6, 2023): Yes, indeed it fails on `Raspberry Pi 4 Model B Rev 1.4` - aarch64 The images that fail are : web and autumn
Author
Owner

@SimonXIX commented on GitHub (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'.

@SimonXIX commented on GitHub (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'.
Author
Owner

@DezyNation commented on GitHub (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'.

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

@DezyNation commented on GitHub (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'. Did you get any solution?? I'm also facing same issue.
Author
Owner

@SimonXIX commented on GitHub (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'.

@SimonXIX commented on GitHub (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'.
Author
Owner

@insertish commented on GitHub (Mar 28, 2024):

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

@insertish commented on GitHub (Mar 28, 2024): duplicate of https://github.com/revoltchat/self-hosted/issues/37
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/self-hosted#41