CentOS / centos-bootc

Create and maintain base bootable container images from Fedora ELN and CentOS Stream packages
https://centos.github.io/centos-bootc
Other
43 stars 28 forks source link

Consider switching to CMD /sbin/init #449

Closed cgwalters closed 4 months ago

cgwalters commented 4 months ago

We've been having a chat about switching to running via systemd by default, i.e. we do

CMD /sbin/init
STOPSIGNAL SIGRTMIN+3

in the base image.

I was a little uncertain about it at first...hard to describe why, it may be just a lack of familiarity with working with containers in that flow. Perhaps it just makes sense.

rhatdan commented 4 months ago

Yes this should be the default.

rhatdan commented 4 months ago

I thought I opened an issue on this months ago, but can not find it.

cgwalters commented 4 months ago

PR in https://github.com/CentOS/centos-bootc/pull/452