snibox / snibox

Self-hosted snippet manager

Home Page:https://snibox.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trying to install on RPI as a Docker container

cypherwolf opened this issue · comments

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

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/arm64 and I disabled that for debugging. I then forgot to add that back so that the latest tag does not have arm64 version.

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.