nicolas-van / multirun

A minimalist init process designed for Docker
https://nicolas-van.github.io/multirun/
MIT License
173 stars 9 forks source link

Debian and Ubuntu packages #11

Closed blackandred closed 3 years ago

blackandred commented 3 years ago

Hi! Thanks for this great work! I hope it will be spreaded widely as a great, simple alternative to supervisord!

I wonder if there are plans for Debian and Ubuntu packages, so it could be easily installed on non-alpine images?

nicolas-van commented 3 years ago

Thanks for the support.

Unfortunately it would take a lot of work on my side to have it published in Debian's repository. It's also a very obscure process that makes it excessively hard for a non-Debian maintainer to start trying. For alpine I didn't even do it, another user named @TBK did all the job.

So, if a Debian maintainer wants to do the job I would be glad to review and merge whatever is needed to make it happen. In the mean time the binaries are still very easy to use on all architectures, even compiling is very easy due to the lack of any dependency.

blackandred commented 3 years ago

I understand. Thanks :slightly_smiling_face: