The script showing the Karaf process status in our container image requires "ps"
Description
When running the status script (/opt/minion/bin/status) to verify Minion or Sentinel is running it is now throwing an error /opt/minion/bin/karaf: line 116: ps: command not found In the new docker image. As we have moved from Ubuntu to Red Hat Universal Base Image (UBI) the ps command is no longer available.
Environment
Docker image
Acceptance / Success Criteria
Run a Minion and Sentinel using the container image
Verify the correct process status represented using the /opt/{minion,sentinel}/bin/status script
When running the status script (/opt/minion/bin/status) to verify Minion or Sentinel is running it is now throwing an error
/opt/minion/bin/karaf: line 116: ps: command not found
In the new docker image.As we have moved from Ubuntu to Red Hat Universal Base Image (UBI) the ps command is no longer available.