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

Look into using tini init system #1397

Open
PromoFaux opened this issue Jul 24, 2023 · 3 comments
Open

Look into using tini init system #1397

PromoFaux opened this issue Jul 24, 2023 · 3 comments
Labels

Comments

@PromoFaux
Copy link
Member

No description provided.

@PromoFaux PromoFaux added the v6 label Jul 24, 2023
@edgd1er
Copy link
Contributor

edgd1er commented Jul 24, 2023

looks like tini implementation is rather simple: add tini to package and
change ENTRYPOINT [ "/usr/bin/start.sh"] to

ENTRYPOINT [ "tini", "--" ]
CMD [ "/usr/bin/start.sh" ]

according to https://computingforgeeks.com/use-tini-init-system-in-docker-containers/?expand_article=1
much easier to use that s6svc or supervisorctl.

Where is the catch ?

@PromoFaux
Copy link
Member Author

Where is the catch ?

I've been too lazy to remember to look into it, is all 😉

@edgd1er
Copy link
Contributor

edgd1er commented Jul 24, 2023

v6 is a big overhaul, I understand time is not limitless :)
I realise that the phrase "where is the catch ?" may be be understood as an unpleasant remark. This is absolutely not my intention.

@PromoFaux PromoFaux mentioned this issue Jul 26, 2023
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

2 participants