pducharme / UniFi-Video-Controller

Docker for Unifi-Video Controller (Ubiquiti Networks)
200 stars 105 forks source link

Raspberry 4 - hypriotOS - standard_init_linux.go:211: exec user process caused "exec format error" #173

Closed gpr7700 closed 4 years ago

gpr7700 commented 4 years ago

Hello

on a raspberry 4 (ARM64) we got the error standard_init_linux.go:211: exec user process caused "exec format error"

in order to solve the issue I have updated

FROM phusion/baseimage:0.11 to FROM phusion/baseimage:master

but then I get

E: Unable to locate package mongodb-org-server E: Unable to locate package mongodb-org-shell

Regards

Gregory

Regards

fryfrog commented 4 years ago

This is an x86_64 only Docker Image. It shouldn't be too hard to add aarch64 or armv7h support, but no one has done it yet. Maybe another image has? Maybe you want to figure it out and make it happen? Maybe some day one of us will get around to it?

gpr7700 commented 4 years ago

Hello No problem, I will investigate what is wrong and I will let you know when that's working Regards