docker-jdownloader-2 icon indicating copy to clipboard operation
docker-jdownloader-2 copied to clipboard

Image for arm v7

Open vivi7 opened this issue 2 years ago • 2 comments

How can this image work on a rasbperry pi 4. it has an architecture arm v7 should I just use FROM jlesage/baseimage-gui:alpine-3.16-v4.0.0-pre.5 in docker file?

vivi7 avatar Jul 15 '22 10:07 vivi7

Currently the image doesn't support ARM. The new baseimage you mentioned is not ready yet. Also, the container will need adjustments to use the new baseimage, so only replacing the FROM image would not be enough.

But for sure ARM support will come soon, hopefully.

jlesage avatar Jul 15 '22 18:07 jlesage

that's cool to know, I will watch! I love this project

vivi7 avatar Jul 16 '22 13:07 vivi7

@vivi7 for rasperry pi 4 (it has ARM64) you can use this fork https://github.com/daniel0076/docker-jdownloader-2

AlexeiScherbakov avatar Oct 19 '22 06:10 AlexeiScherbakov

@jlesage do you think its safe to use daniel0076' image? is there a reason this has not been merged to your repo although it exists for over two years? :) i think many people would love to use jd2 with their pi's and it would be great if the "semi-official" docker image would support this :)

The binary 7zip jars in the aforementioned fork are a bit too much black box for me, maybe there is a way to compile them on build time? (/cc @daniel0076)

jk779 avatar Nov 01 '22 05:11 jk779

@jk779 Hi, The reason can be he is still working on the baseimage, and as he mentioned above, the build required a special base image to run on armv7.

My build is based on ubuntu for arm(not tweaked and can be larger in terms of the image size and memory footprint), and the 7zip bindings for arm. No other magic and everything is open-source. You may check my repo for the docker file.

daniel0076 avatar Nov 01 '22 05:11 daniel0076

Note that I'm expecting to release a new version this week or next week with ARM support. I had discussions with the JDownloader's developer for more seamless integration, but now the image is almost ready. Few more tests to perform.

jlesage avatar Nov 01 '22 12:11 jlesage

That is a very good news. I am looking forward to the release.

Jocelyn Le Sage @.***>於 2022年11月1日 週二,20:33寫道:

Note that I'm expecting to release a new version this week or next week with ARM support. I had discussions with the JDownloader's developer for more seamless integration, but now the image is almost ready. Few more tests to perform.

— Reply to this email directly, view it on GitHub https://github.com/jlesage/docker-jdownloader-2/issues/105#issuecomment-1298443715, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABVEKN5YZX34KCG63RGDU2LWGEEYDANCNFSM53VC76PQ . You are receiving this because you were mentioned.Message ID: @.***>

-- Cheers, Daniel (Wei-Che) Tsai

daniel0076 avatar Nov 01 '22 13:11 daniel0076

Note that I'm expecting to release a new version this week or next week with ARM support. I had discussions with the JDownloader's developer for more seamless integration, but now the image is almost ready. Few more tests to perform.

Thanks for you replies, I appreciate it :)! It's great news!

If you need help with testing, I'd be glad to! Can test on RPi 4B 8 & 4GB; 3B+ and 2B (or with Arm Mac)

jk779 avatar Nov 07 '22 11:11 jk779

The latest image now supports ARM (64bit). Let me know if you see any issue.

jlesage avatar Nov 18 '22 19:11 jlesage