-
Notifications
You must be signed in to change notification settings - Fork 97
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
RaspberryPi/ARM docker implementation #393
base: main
Are you sure you want to change the base?
Conversation
Giving it a try on my pi 4,
It might be an unlucky downtime like the error says, so I will try later. |
I am starting to think this might be an issue with TLS certificates in the alpine image?
|
Hi! I got this working on a local RPI4 /armv7 too I created a proof of concept when building the images @ https://github.com/mariolima/dizquetv/runs/3853614254?check_suite_focus=true#step:5:32 It seems to be working when going through and installing the alpine packages. It might be an out of date SSL library within your docker version/rpi. |
Any chance there is an image in near future? Can't build it from source with the wiki tutorial cause there are several errors while building the Dependencies. |
Basically it looks like this PR is good and it might solve the issue of the lack of image, but for some reason I can't get it to work in my raspberry. It could be because I am running pihole and it is conflicting with docker or something. So I am unsure how to test the image. If you could test the docker file in your raspberry , I would merge it. |
How can i do this? Is there a tutorial? |
Any update on this? |
For the record, I managed to get this working on my Rapsberry Pi 4.
|
New features
Dockerfiler-rpi
usingalpine
so that ARM/Raspberry Pi images ofdizquetv
can now be built.