Page 1 of 1

filebot in docker on raspberry pi 3b+

Posted: 17 Mar 2019, 09:38
by jralieve
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

Re: filebot in docker on raspberry pi 3b+

Posted: 17 Mar 2019, 09:59
by rednoah
Most docker containers support amd64 arch only.

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+

Posted: 13 Apr 2020, 00:14
by pipone
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.

Re: filebot in docker on raspberry pi 3b+

Posted: 13 Apr 2020, 05:22
by rednoah
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

Re: filebot in docker on raspberry pi 3b+

Posted: 13 Apr 2020, 23:11
by pipone
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.

Re: filebot in docker on raspberry pi 3b+

Posted: 14 Apr 2020, 05:27
by rednoah
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)"