I wanted to use latest jupyter/datascience-notebook
image which has jupyterhub 1.1.0 installed. But latest image is 2 months old (see https://hub.docker.com/r/jupyter/datascience-notebook/tags) and it has jupyterhrub 1.0.0 installed. It seems like since 2 months only base-notebook
image is updated (see https://hub.docker.com/u/jupyter).
Related PR to update base-notebook
Dockerfile is https://github.com/jupyter/docker-stacks/pull/985/files. But it generates new image only for base-notebook
, not for others. It looks like all other images are updated last time by this PR (https://github.com/jupyter/docker-stacks/pull/959), which also update base-notebook
dockerfile. I tried to understand how images are built and pushed but had no success. Where is this done exactly?
Does something here goes wrong? How should I use jupyter/datascience-notebook
with jupyterhub 1.1.0, should I extend and do it manually?