-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filebot alpine image #18
Comments
You can build it yourself based on the https://github.com/filebot/filebot-docker/blob/master/Dockerfile.alpine spec. Do note that the I'd recommend sticking to the standard Ubuntu-based image. FileBot and dependencies is large, so the base image being bigger or small makes little difference. |
Thanks! That's what I did — build it myself :). I maintain my own image (https://github.com/GentleHoneyLover/deluge-filebot-docker) where I combine FileBot, FileBotTool and Deluge in one container. Now I'm experimenting with migrating my whole thing from Ubuntu base image to Alpine (Deluge image on Alpine is much smaller compared to Ubuntu). I was planning on using a multistage build based on your Alpine container to then add /opt/filebot to my Deluge container. Having an ability to just pull a FileBot Alpine image would mean I would't need to maintain my own Dockerfile code for it :) |
Cheers. Let me know if you need any help. |
@rednoah, thanks! Here's what I have so far: link. Based on my quick testing it seems to be working — I downloaded a couple of files and FIleBot renamed them just fine. You could help by doing some testing on your end. Any suggestions to improve the image (and perhaps making it smaller in size) are very welcome! :) Thanks a lot! |
Thanks for the great app! Have been using it for many years!
Quick question - is the alpine image of filebot published in a container repository? I can’t seem to find on Docker Hub.
The Dockerfile seems to be working fine - just made a local image build and all is fine.
The text was updated successfully, but these errors were encountered: