opencast / opencast-docker

Dockerfiles for Opencast
https://quay.io/organization/opencast/
Educational Community License v2.0
41 stars 36 forks source link

Docker reports Opencast images as Unhealthy #112

Closed mliradelc closed 5 years ago

mliradelc commented 5 years ago

Docker reports the opencast images as unhealthy, using the command

$ docker inspect --format='{{json .State.Health}}' <container-name>

This command shows that in all opencast nodes the problem comes from this line:

/docker-healthcheck.sh: 17: set: Illegal option -o pipefail\n

mtneug commented 5 years ago

Thank you.

Please note that you have to take the health check with a grain of salt. It will report Opencast as unhealthy as soon as one service fails even when it is recoverable. We therefore currently do not use this information in our production environment. I hope this will improve with a better script and MH-13515.

mliradelc commented 5 years ago

Thanks @mtneug to take care of this 😄