Rhodes-CS-Department / jupyterhub-deployment

Configs and READMEs for Rhodes CS JupyterHub deployment
2 stars 1 forks source link

Use version tags for the current container image release #12

Closed ml8 closed 3 years ago

ml8 commented 3 years ago

This forces the pre-puller to grab new images as soon as they are pushed and the helm config is pushed.

I tried to make a pre-commit check to validate that CLs with changes to the Dockerfile flag the config file to also be changed, but those sorts of hooks are weird to get into version control. I'll set up some sort of hook on the github side.