Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.12 KB

README.rst

File metadata and controls

40 lines (25 loc) · 1.12 KB

Docker Images for OSG's JupyterHub Instance

These images are used to customize Zero to JupyterHub with Kubernetes (Z2JH) with software that makes it easier to integrate the JupyterHub instance with the OSPool.

Overview

Development

GitHub Actions are used to build and push these images whenever a branch or version tag of the form x.y* is pushed.

This project uses pre-commit to ensure commits meet minimum requirements:

  1. Install Poetry.
  2. Run poetry update to install dependencies.
  3. Run poetry run pre-commit install to install the Git hooks.