cyanreg / cyanrip

Bule-ish CD ripper
GNU Lesser General Public License v2.1
222 stars 10 forks source link

Publish Dockerfile #71

Closed vinicentus closed 1 month ago

vinicentus commented 10 months ago

Hi! First of all, amazing work with this project!

Would it be possible to publish the dockerfile in this repo? That would enable us to easily build the docker image ourselves. The reasoning being that currently it's not very transparent what you download if you use the official image ep76/cyanrip. This is what docker hub shows for IMAGE LAYERS:

1
COPY /lib /lib # buildkit
2.59 MB
2
COPY /usr /usr # buildkit
37.59 MB
3
LABEL maintainer=https://github.com/eq76/docker-cyanrip
0 B
4
ENTRYPOINT ["/usr/local/bin/cyanrip"]
0 B
5
CMD ["-h"]

How can I trust that this repo is the only thing included in the image?

Also, once the dockerfile is published, it would be easy to automatically build and release the docker image to docker hub, using github actions.

meersjo commented 9 months ago

Seconded. I'm getting the "Unrecognised track atrribute" errors despite being on the most recent docker image; I want to build my own to see if I can get rid of those with different base builds.

vinicentus commented 1 month ago

I realize now that the dockerfile is actually available here: https://github.com/ep76/docker-cyanrip