-
Notifications
You must be signed in to change notification settings - Fork 30
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
Run on Raspberry Pi? #15
Comments
Hi! make build-openjdk If this succeeds, you should be able to run However: There are some hard-coded URLs in the Dockerfiles to download the needed old Java versions from https://snapshot.debian.org, for example in the OpenJDK-7 Dockerfile. You probably only need to replace All other code should be independent of the architecture in use. |
So I spent way too much time on this last night and didn't manage to get it to work unfortunately. The versions don't quite match up. For ARM, there's For example, I can get the container to start and access it via NoVNC, but the biggest issue I'm hitting is that the JavaWS throws an error that |
Hello,
Love this program and definitely have a big use for it as I have a few supermicro boards with the dreaded Java 7 IPMI, so this is a life saver.
I've tried to run it on the Pi but it doesn't seem like it's made to work on arm-v7. The Pi would be a great little box to host this software so i can configure all my supermicro boards and access from a central location (was even thinking of running it in Docker).
I had a brief look at your Dockerfiles, you seem to be using python:3-buster and debian:jesse images, which I believe all have options for arm versions, so I think... it should be possibler, but I haven't gone through the python code to see if there's anything specific/hard-coded in there.
Any tips would be great, even if I have to do a bit of work on my end!
Thanks.
The text was updated successfully, but these errors were encountered: