kgregor98 / grass

A Docker Image for getgrass.io
GNU General Public License v3.0
71 stars 54 forks source link

Error when launched from Dockge on raspberry 3 #1

Closed abda11ah closed 7 months ago

abda11ah commented 7 months ago

Hello,

I've just run the command on Dockge (portainer equivalent) and as far as I can see it can't find the image.

My raspberry is a raspberry 3B 1GB RAM (arm64).

[+] Running 0/1
 ⠸ grass Pulling                                                                                    1.3s 
choosing an image from manifest list docker://camislav/grass:latest: no image found in image index for architecture arm64, variant "v8", OS linux
abda11ah commented 7 months ago

oops solved,

i just added :debian into my compose.yaml file at the line image: camislav/grass:debian

(My current raspberry OS is dietpi)

kgregor98 commented 7 months ago

That's right, I haven't have the time to create a workaround that lets me keep the image Alpine-based and with WebDriverManager yet. The Debian image should work on ARM based devices, like the RPI. I will keep you updated once I have a working solution.

kgregor98 commented 7 months ago

New update pushed to both repo and Docker Hub. Try redownloading the image, it should now support ARMv7 / ARM64 out of the box on the :latest tag