mirror of
https://github.com/snibox/snibox.git
synced 2026-04-25 15:56:04 +03:00
[GH-ISSUE #87] Trying to install on RPI as a Docker container #62
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/snibox#62
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cypherwolf on GitHub (Aug 4, 2022).
Original GitHub issue: https://github.com/snibox/snibox/issues/87
I'm using portainer and have tried to install snibox in multple was, Docker pull and thru portainer itself.
When I used:
git clone https://github.com/MohamedElashri/Snibox
docker build -t snibox
I got the error at the end: "The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested"
I havent been able to find one for linux/arm64/v8. Any suggestions?
I am using a Raspberry Pi 3 Model B Rev 1.2. Wondering if I need to use a RPI4
Thank in advance for your help
@MohamedElashri commented on GitHub (Aug 28, 2022):
Hi @cypherwolf
I'm the maintainer for the docker image you are trying to use. I'm sorry that there is a problem. about two months ago there was a problem with github action that automated the image build with
linux/arm64and I disabled that for debugging. I then forgot to add that back so that the latest tag does not havearm64version.I will add that back. Also in the future you night need to open any issue regarding my image in its repo here. It will reach me quicker, I saw this issue by pure luck.