wowsims / cata

World of Warcraft Cataclysm Classic simulations.
https://wowsims.github.io/cata/
MIT License
20 stars 44 forks source link

Publishing docker image #801

Open Smexhy opened 2 weeks ago

Smexhy commented 2 weeks ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like Could you make docker file install all dependencies and then publish docker image for it? Would love to host it on my home server, but me having to build it myself everytime seems like a big hassle.

Describe alternatives you've considered Building it myself, but it's a lengthy process

Additional context

dexxiez commented 2 weeks ago

We can add a separate Dockerfile target stage which isolates from the development Dockerfile default stage but is still contained within the same file. We can then CICD releases to the GH repo registry (insane free tier for public repos) where people can pull from the ghcr.io namespace. @1337LutZ let me know if this is something we'd want to go for and I can cook something up.

1337LutZ commented 2 days ago

@rosenrusinov I think this could be interesting? What about you?

rosenrusinov commented 2 days ago

This looks like a nice addition yes. 🙌