Hello,
I'm trying to get filebot running in a docker container on my raspberry pi.
I've used different images from dockerhub (jlesage, rednoah, coppit)
when I deploy the container, I always get this error message:
standard_init_linux.go:207: exec user process caused "exec format error"
does anybody have any idea?
thanks
filebot in docker on raspberry pi 3b+
Re: filebot in docker on raspberry pi 3b+
Most docker containers support amd64 arch only.
If you want to run on arm arch the I recommend using the newest universal deb packages.
If you want to run on arm arch the I recommend using the newest universal deb packages.
Re: filebot in docker on raspberry pi 3b+
Rednoah, do you think that it will be a docker version for raspberry pi in the near future?
I am using an old version of filebot portable on my Pi version 2. But I hit some obsolete commands and I wanted to migrate to the last version.
I purchased a Raspberry 4, but realized that docker images is for amd64 only and the deb package for raspberry isn't working.
Thanks.
I am using an old version of filebot portable on my Pi version 2. But I hit some obsolete commands and I wanted to migrate to the last version.
I purchased a Raspberry 4, but realized that docker images is for amd64 only and the deb package for raspberry isn't working.
Thanks.
Re: filebot in docker on raspberry pi 3b+
What OS are you using on your Pi? Debian-based?
FileBot works on aarch64 just fine out of the box:
https://www.filebot.net/linux/apt.html
FileBot works on aarch64 just fine out of the box:
https://www.filebot.net/linux/apt.html
Re: filebot in docker on raspberry pi 3b+
At first I have tried downloading this package https://get.filebot.net/filebot/FileBot ... l-jdk8.deb, and it failed.
Cleaned all and started again with your suggestion and worked.
Thank you rednoah.
Cleaned all and started again with your suggestion and worked.
Thank you rednoah.
Re: filebot in docker on raspberry pi 3b+
Yep, using our apt repository will make sure you have all the dependencies installed, in the correct order, etc. Internally, it will of course install the .deb just the same, but it does eliminate all known forms of user error surrounding that. 

rednoah wrote: ↑13 Jul 2018, 12:00 The installer/deb.sh will add the repository and install FileBot for you:Code: Select all
bash -xu <<< "$(curl -fsSL https://raw.githubusercontent.com/filebot/plugins/master/installer/deb.sh)"