Milos Stojanovic

Results 74 comments of Milos Stojanovic

Hi, I've used you approach to build dependency-free docker version for development [here](https://github.com/filegator/filegator/commit/e195d19a466962318b9c07bb88c027f7c10c2cac) The main reason for not accepting this pr is underlying node dependency (npm run dc:up)

Thanks everyone. Yes, CI pipeline would be the optimal solution. I am working on another project atm, will do that eventually.

Official Docker hub image is here: https://hub.docker.com/r/filegator/filegator

just added arm/v7 and arm64, can you try again? filegator/filegator:v7.8.5-multiarch

Huh, this seems like some permissions issue. Can you try with root user or something?

Dockerhub CI workflow created, closing this now

Check this https://github.com/filegator/filegator/blob/master/docker-compose.yml I don't see complains about env vars, from your log it's permission issue. I could be wrong tho. ``` filegator | (13)Permission denied: AH00072: make_sock: could not...

Anyone else with similar issues running this? On arm? As non-root? Help? ``` docker run -p 8888:80 filegator/filegator:v7.8.5-multiarch ``` http://localhost:8888

Ok, can someone try one more time with arm please? ```docker run -p 8080:8080 filegator/filegator:v7.9.2-multiarch``` http://localhost:8080 ref: https://github.com/filegator/filegator/commit/37d25ef88152af5b0019f627905909bf8601ff56

Yes, I've noticed this as well. It sounds stupid, but it happens when you resize your terminal window, hence the name of the signal - window change! https://bz.apache.org/bugzilla/show_bug.cgi?id=50669 Anyway, this...