edgexfoundry / edgex-compose

EdgeX Foundry Docker Compose release compose files and tools for building EdgeX compose files
Apache License 2.0
82 stars 119 forks source link

fix: Some device service containers dont' have dumb-init #363

Closed bnevis-i closed 1 year ago

bnevis-i commented 1 year ago

Fixes issue where some device service containers don't have the dumb-init tool, which us used as the shell intepreter for the wait_install.sh secure bootstrapping script. The override forces use of /bin/sh.

PR Checklist

Please check if your PR fulfills the following requirements:

Testing Instructions

Run make run with all device services. Note that device-bacnet container has a missing file that is causing nested startup issues.