Open kubo6472 opened 4 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?
thank you for reporting @kubo6472 we will create an image. Any help is of course possible.
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.
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.
On the docker blog they list ARMv6 in the examples. I'll try the buildx then.
We are working on it already @kubo6472 https://github.com/kerberos-io/kerberos-docker/issues/23
im a noob but looks like i am looking for the same thing 👍
If you have raspberry pi zero (w or not) then php packages are unsupported. So that's where we're all stuck.
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.
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...
I wonder now, how is this handled in the KiOS? I installed that on my Zero W successfully, so I know it works somehow.
please add support for RPi Zero W device, thanks.