Merge pull request #75 from minrk/bumps

jupyterhub 0.9.2
This commit is contained in:
Min RK 2018-09-03 14:53:41 +02:00 committed by GitHub
commit d2bed7a1ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
.env
View File

@ -7,7 +7,7 @@
# are not set in the shell environment. # are not set in the shell environment.
# To override these values, set the shell environment variables. # To override these values, set the shell environment variables.
JUPYTERHUB_VERSION=0.8.0 JUPYTERHUB_VERSION=0.9.2
# Name of Docker machine # Name of Docker machine
DOCKER_MACHINE_NAME=jupyterhub DOCKER_MACHINE_NAME=jupyterhub
@ -16,7 +16,7 @@ DOCKER_MACHINE_NAME=jupyterhub
DOCKER_NETWORK_NAME=jupyterhub-network DOCKER_NETWORK_NAME=jupyterhub-network
# Single-user Jupyter Notebook server container image # Single-user Jupyter Notebook server container image
DOCKER_NOTEBOOK_IMAGE=jupyter/minimal-notebook:e1677043235c DOCKER_NOTEBOOK_IMAGE=jupyter/minimal-notebook:8ccdfc1da8d5
# the local image we use, after pinning jupyterhub version # the local image we use, after pinning jupyterhub version
LOCAL_NOTEBOOK_IMAGE=jupyterhub-user LOCAL_NOTEBOOK_IMAGE=jupyterhub-user

View File

@ -7,7 +7,7 @@ FROM jupyterhub/jupyterhub-onbuild:$JUPYTERHUB_VERSION
RUN /opt/conda/bin/conda install -yq psycopg2=2.7 && \ RUN /opt/conda/bin/conda install -yq psycopg2=2.7 && \
/opt/conda/bin/conda clean -tipsy && \ /opt/conda/bin/conda clean -tipsy && \
/opt/conda/bin/pip install --no-cache-dir \ /opt/conda/bin/pip install --no-cache-dir \
oauthenticator==0.7.* \ oauthenticator==0.8.* \
dockerspawner==0.9.* dockerspawner==0.9.*
# Copy TLS certificate and key # Copy TLS certificate and key