-
Notifications
You must be signed in to change notification settings - Fork 39
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
Initial Dockerfile contribution #158
Conversation
Thanks for this PR, I thought about this myself, but since my hosting platform is GitHub Pages, it had no priority. I would like to publish the image to a container registry, but I need to check internally, how easy/hard it is to do within our organization. But even without the automatic publishing, a Dockerfile within the repo has some value for users that want to run the project with Docker, so I appreciate your contribution. Would you be able to write a few lines of documentation in the readme so other people can quickly see, that the Dockerfile is available, and how to use it? |
Co-authored-by: Carsten Hoffmann <[email protected]>
i'm happy with your changes. I also try to find some time add some description to the |
I revised this and will accept the PR as is, it is better than not having anything at all, and can be a starting point for #277. Unfortunately it has a conflict, so I cannot merge it as is. Could you resolve the conflict @sa-ChristianNiessner ? We can add info in the readme in a separate PR if you do not have the resources or the motivation to do so right now ;) |
Since we now merged #342, I will close this PR. If you still want, you could rebase and tweak the Dockerfile anytime, it would be appreciated. |
Hi,
we created a Dockerfile to build a container for deployment on our build cluster. Maybe this Dockerfile could be a template for an automatic deployment to a container registry. Would this be an option for the project?
Thanks & Bye,
Chris