Results 6 comments of Marcus

Hi, I try to get it running in a open shift environment. There is this concept of arbitrary user id's. Therefore I adjusted the folders recursively with the following commands:...

> > Has anyone some hint which resources the binary is also needing in order to work as a non-root user? > > Maybe a workaround could be change the...

> @interose how could we reproduce the issue? Is deploying a non-root image in a Kubernetes cluster is enough to trigger the problem? If that's the case, I can take...

> Could you do a `ls -l ./frankenphp`, it looks like the binary itself doesn't have the good permissions. It was 755 (like the other executables within /usr/local/bin). To rule...

OMG - I noticed I had the wrong dir within one statement - sbin instead of bin. With this ``` FROM dunglas/frankenphp RUN chgrp -R 0 /usr/local/bin && chmod -R...

Hi Andreas, I'm also experimenting with an esp8266 and a bme280 powerd by a LiFePo battery. One thing that puzzles me is the correct measurement of the battery voltage. The...