filebot in docker on raspberry pi 3b+

Any questions? Need some help?
Post Reply
jralieve
Posts: 1
Joined: 17 Mar 2019, 09:26

filebot in docker on raspberry pi 3b+

Post 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
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: filebot in docker on raspberry pi 3b+

Post 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.
:idea: Please read the FAQ and How to Request Help.
pipone
Posts: 2
Joined: 13 Apr 2020, 00:07

Re: filebot in docker on raspberry pi 3b+

Post 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.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: filebot in docker on raspberry pi 3b+

Post 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
:idea: Please read the FAQ and How to Request Help.
pipone
Posts: 2
Joined: 13 Apr 2020, 00:07

Re: filebot in docker on raspberry pi 3b+

Post 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.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: filebot in docker on raspberry pi 3b+

Post 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)"
:idea: Please read the FAQ and How to Request Help.
Post Reply