Skip to content
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

Publish Dockerfile #71

Open
vinicentus opened this issue Nov 3, 2023 · 1 comment
Open

Publish Dockerfile #71

vinicentus opened this issue Nov 3, 2023 · 1 comment

Comments

@vinicentus
Copy link

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
Copy link

meersjo commented Dec 4, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants