tools/stx
Davlet Panech 86d219ada7 stx control stop: faster shutdown
Make sure aptly & builder containers catch and handle SIGTERM. Otherwise
"stx stop" sends the signal, 2 out of 6 containers ignore it, then
docker waits for ~15 seconds and SIGKILL's them.

* stx-builder.Dockerfile: change default image command from plain "bash"
  to "tini" that starts "sleep infinity". Tini catches and broadcasts
  signals to its own children (sleep), enabling graceful shutdown to
  work

* aptly: replace call to "supervisord" to "exec supervisord", to make
  sure it runs as PID 1 and actually receives signals from docker.

* stx_control.py: slightly reduce loop sleep time in "stx control stop"

TESTS
==================
* Retest "stx control start --wait"
* Make sure builder's entry point executes "finisSetup.sh" script, as
  before this change
* Make sure "stx control stop --wait" exits quickly (~4 seconds on my
  machine, down from ~15 seconds)

Story: 2011038
Task: 49577

Signed-off-by: Davlet Panech <davlet.panech@windriver.com>
Change-Id: I984846fc45349be045c069b84186f12179fe36ad
2024-02-15 14:28:54 -05:00
..
bin stx tool: Initial the stx tool for starlingx debian building 2021-06-10 21:55:18 -04:00
dockerfiles stx control stop: faster shutdown 2024-02-15 14:28:54 -05:00
lib/stx stx control stop: faster shutdown 2024-02-15 14:28:54 -05:00
stx-build-tools-chart/stx-builder cengn reference removal - debian 2023-11-07 21:31:00 -05:00
toCOPY stx control stop: faster shutdown 2024-02-15 14:28:54 -05:00