Replies: 6 comments 35 replies
-
Isn't dockerhub now limiting pulls and integrations for non-commercial use? |
Beta Was this translation helpful? Give feedback.
-
The other thing I've setup: https://github.com/RSS-Bridge/rss-bridge/blob/master/.github/workflows/dockerbuild.yml |
Beta Was this translation helpful? Give feedback.
-
We're not a very big team on Jamlus, so I'd be a bit wary of having to maintain a Docker build alongside the other ones, particularly if it involves a 3rd party account to keep hold of. Not sure what others think. |
Beta Was this translation helpful? Give feedback.
-
BTW There is this ticket if anyone wants to maintain a page summarising the many and various methods of Linux installation for Jamulus. Over 15 years it's built up quite a few (although I don't think Linux use in general has been more than 5% of downloads). |
Beta Was this translation helpful? Give feedback.
-
I don't have any hands-on docker experience. I would be interested in running 4+ server instances in a single (hw) server. It would be awesome to know how to size each docker instance for a max number of participants (where the max is not all the same). Consider four containers, each for 8 participants, and one container for 40 participants. |
Beta Was this translation helpful? Give feedback.
-
@gilgongo What do I know about each instance? What files can be shared between instance and which files have to be unique? Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I can see that there is an inofficial docker with ~100k pulls on dockerhub.
Are you interested in an official docker container provided by you? I already started a PR on this but since I wanted to integrate it to into your release workflow, it's taking a bit longer (it could be done quicker, but then it's not integrated). But before I spend more time on it, I wanted to know if you are even interested in that.
So it would require you create an account on dockerhub and in addition to that, it would also create the image on the github repo.
I've set this up for another application with a similar release workflow than yours and would configure it to be "latest" (actually last commit), stable (last released version) and versionized tags (e.g. jamulus:3.8.1).
Beta Was this translation helpful? Give feedback.
All reactions