change-metrics / monocle

Monocle helps teams and individual to better organize daily duties and to detect anomalies in the way changes are produced and reviewed.
https://demo.changemetrics.io/
GNU Affero General Public License v3.0
362 stars 56 forks source link

docker - healthcheck assumes /bin/sh #1079

Closed morucci closed 7 months ago

morucci commented 7 months ago

Here is the command executed in the container context:

/bin/sh -c curl --silent --fail localhost:9001/health || exit 1

Since the move to UBI 8 image, sh is available under /usr/bin/sh. This change ensures a link from /bin/sh to /usr/bin/sh.

Attempt to fix #1078