berkeley-dsep-infra / jupyterhub-k8s

[Deprecated] Data 8's deployment of JupyterHub on Kubernetes
Apache License 2.0
34 stars 17 forks source link

Do not use 'latest' as a tag anywhere #91

Closed yuvipanda closed 7 years ago

yuvipanda commented 7 years ago

It isn't immutable, and so will cause issues due to confusion about what is actually running in places - already has bitten us a few times.

Also add a 'build-and-populate.bash' script that'll build an image and pre-pull it on all kubernetes nodes in current context. It'll also refuse to build on a dirty git repo, so we know exactly what we're building.

yuvipanda commented 7 years ago

Yeah, we can find the magic incanations for Azure + Azure container registry or Amazon + Amazon Container Registry when we play with them.