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

Remove runit dependency #6

Closed
taoeffect opened this issue May 17, 2018 · 2 comments
Closed

Remove runit dependency #6

taoeffect opened this issue May 17, 2018 · 2 comments

Comments

@taoeffect
Copy link

taoeffect commented May 17, 2018

Makes sense to do along with #4 and base this on the official alpine image.

If it helps you close this issue, I can grant you access to my private repo where I have these changes made. Just let me know.

My Dockerfile contains only these dependencies:

ENV BUILD_DEPS   build-base autoconf libevent-dev
ENV RUNTIME_DEPS libevent findutils

That's in addition to ca-certificates wget and libressl that come with my custom alpine base image.

@taoeffect
Copy link
Author

To be clear, my fork handles periodic key rotation via Alpine's built-in cron daemon, removing the need for runit.

@jedisct1
Copy link
Owner

Runit is very useful, if only to restart jobs, see their status, avoid multiple identical jobs running simultaneously...
It's also a very tiny set of applications. So I'd rather keep it.

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