dizquetv
dizquetv copied to clipboard
RaspberryPi/ARM docker implementation
New features
Dockerfiler-rpi
using alpine
so that ARM/Raspberry Pi images of dizquetv
can now be built.
Giving it a try on my pi 4,
fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/armv7/APKINDEX.tar.gz
ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.14/main: temporary error (try again later)
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.14/main: No such file or directory
fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/armv7/APKINDEX.tar.gz
ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.14/community: temporary error (try again later)
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?
Step 2/9 : RUN apk add --update nodejs npm
---> Running in 5bdd32ceb28b
fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/armv7/APKINDEX.tar.gz
3070034832:error:0D0D90AD:asn1 encoding routines:ASN1_TIME_adj:error getting time:crypto/asn1/a_time.c:330:
3070034832:error:0D0D90AD:asn1 encoding routines:ASN1_TIME_adj:error getting time:crypto/asn1/a_time.c:330:
3070034832:error:0D0D90AD:asn1 encoding routines:ASN1_TIME_adj:error getting time:crypto/asn1/a_time.c:330:
3070034832:error:0D0D90AD:asn1 encoding routines:ASN1_TIME_adj:error getting time:crypto/asn1/a_time.c:330:
3070034832:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1914:
fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/armv7/APKINDEX.tar.gz
ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.14/main: Permission denied
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.14/main: No such file or directory
ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.14/community: temporary error (try again later)
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.14/community: No such file or directory
ERROR: unable to select packages:
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?