Skip to content

Commit

Permalink
Don't tell people to use :latest
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Oct 23, 2023
1 parent 04eb9ca commit f5cf87d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions onbuild/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@

If you base a Dockerfile on this image:

FROM quay.io/jupyterhub/jupyterhub-onbuild:latest
FROM quay.io/jupyterhub/jupyterhub-onbuild:4.0.2
...

then your `jupyterhub_config.py` adjacent to your Dockerfile will be loaded into the image and used by JupyterHub.

This is how the `jupyter/jupyterhub` docker image behaved prior to 0.6.
> [!NOTE]
> Inherit from a tag that corresponds to the version of JupyterHub you want to use.
> See our [quay.io page](https://quay.io/repository/jupyterhub/jupyterhub?tab=tags) for the list of
> available tags.
> [!WARNING]
> Automatically loading the `jupyterhub_config.py` file was the default behavior of the `quay.io/jupyterhub/jupyterhub`
> image prior to `0.6`.

0 comments on commit f5cf87d

Please sign in to comment.