kerberos-io / kerberos-balena

Run Kerberos Open Source on Balena Cloud with just a few clicks.
https://kerberos.io
29 stars 14 forks source link

RPi Zero W Support #3

Open kubo6472 opened 3 years ago

kubo6472 commented 3 years ago

please add support for RPi Zero W device, thanks.

kubo6472 commented 3 years ago

Adding Logs: https://hastebin.com/itedavuyag.cs According to your site, you do support RPi Zero W, so why don't you have the RPi Zero W compatible image on Docker Hub?

cedricve commented 3 years ago

thank you for reporting @kubo6472 we will create an image. Any help is of course possible.

https://github.com/kerberos-io/docker

kubo6472 commented 3 years ago

I was trying to do something. Forked the kerberos-docker image and tried building it from balena provided Debian stretch, compatible with armv6, but got stuck on the PHP packages. But at least I learned something on the way. I'll wait for your image then.

cedricve commented 3 years ago

yes just checked your fork, actually we are using docker buildx to do our cross builds, will check if they have the armv6 build available. Keep you posted.

kubo6472 commented 3 years ago

On the docker blog they list ARMv6 in the examples. I'll try the buildx then. image

cedricve commented 3 years ago

We are working on it already @kubo6472 https://github.com/kerberos-io/kerberos-docker/issues/23

iFredLouzada commented 3 years ago

im a noob but looks like i am looking for the same thing 👍

kubo6472 commented 3 years ago

If you have raspberry pi zero (w or not) then php packages are unsupported. So that's where we're all stuck.

iFredLouzada commented 3 years ago

Thank you sir.

If you have raspberry pi zero (w or not) then php packages are unsupported. So that's where we're all stuck.

carriba commented 3 years ago

Has anybody tried to manually install KerberosIO under Raspbian?

I have managed to install PHP7 under the latest release of Raspbian Stretch for another project when using a Pi Zero.

Not sure to whch extent there may be other dependencies...

kubo6472 commented 3 years ago

I wonder now, how is this handled in the KiOS? I installed that on my Zero W successfully, so I know it works somehow.