Stream: containers

Topic: graceful shutdown


view this post on Zulip Oliver Bertuch (Feb 19 2025 at 11:03):

I see https://github.com/payara/Payara/blob/214a1a339f5097121d9aa7a5ca6b21ba3c9b7c15/appserver/extras/docker-images/server-full/src/main/docker/bin/entrypoint.sh#L51 and it would be nice to include this functionality in our custom base images :smile:

view this post on Zulip Oliver Bertuch (Feb 19 2025 at 11:38):

Related: https://github.com/ceph/ceph-container/blob/v7.0.3/src/daemon/docker_exec.sh

view this post on Zulip Don Sizemore (Feb 19 2025 at 12:00):

@Oliver Bertuch was just coming here to "at" you about this.

view this post on Zulip Oliver Bertuch (Feb 19 2025 at 12:01):

Ha!

view this post on Zulip Oliver Bertuch (Feb 19 2025 at 12:01):

Honestly I'm not sure I like what they are doing... Need to investigate what happens with this very special way of entrapping things...

view this post on Zulip Oliver Bertuch (Feb 19 2025 at 12:02):

(The original idea was to _replace_ the shell process entirely, which is _one_ good practice.)

view this post on Zulip Philip Durbin 🚀 (Feb 24 2025 at 20:26):

I'm just making the above a link: https://github.com/payara/Payara/blob/214a1a339f5097121d9aa7a5ca6b21ba3c9b7c15/appserver/extras/docker-images/server-full/src/main/docker/bin/entrypoint.sh#L51


Last updated: Oct 30 2025 at 05:14 UTC