Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker - healthcheck assumes /bin/sh
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
- Loading branch information