jupyter-server / enterprise_gateway

A lightweight, multi-tenant, scalable and secure gateway that enables Jupyter Notebooks to share resources across distributed clusters such as Apache Spark, Kubernetes and others.
https://jupyter-enterprise-gateway.readthedocs.io/en/latest/
Other
615 stars 221 forks source link

Disable HEALTHCHECK on kernel images derived from docker-stacks #1218

Closed kevin-bates closed 1 year ago

kevin-bates commented 1 year ago

As pointed out in this comment, the docker-stacks repository added HEALTHCHECK commands to its server-based images. Since our kernel images actually derive from these server-based yet do not launch the relative server, we need to disable the health check in these images (or explore an alternative mechanism, perhaps one predicated on the "launcher" that will be running). At a minimum, this will amount to adding HEALTHCHECK NONE to each applicable Dockerfile.