Files
docker-stacks/base-notebook
Muhammad Aji Muharrom bcd323f794 Healthcheck url from json (#1868)
* Get healthcheck URL from JSON file

Obtain Jupyter server's full URL from
/home/$NB_USER/.local/share/jupyter/runtime/*.json
and use it for healthcheck.

* Expand tests for healthcheck

* Update pre-commit config

* Remove workdir from tests

* Wait for container start with 0.1s interval

* Quote NB_USER variable on base-notebook/Dockerfile

* Fix style and make test actually work

* Ooops, GitHub didn't show last line

* Fix mypy

* Use bash with pipefail option for healthcheck

* Create python script for healthcheck

* Don't verify SSL certificate on healthcheck

* Update healthcheck test

- Add "user" parameter
- Add tests when container should not be healthy

* Fix typo

* Update test_healthcheck.py

---------

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2023-02-28 14:07:52 +04:00
..
2022-02-17 16:34:15 +00:00
2023-02-28 14:07:52 +04:00
2022-03-19 00:15:27 +02:00
2021-11-12 19:46:45 +03:00

Base Jupyter Notebook Stack

docker pulls docker stars image size

GitHub Actions in the https://github.com/jupyter/docker-stacks project builds and pushes this image to Docker Hub.

Please visit the project documentation site for help to use and contribute to this image and others.