Skip to content

Commit

Permalink
Bump version of z2jh
Browse files Browse the repository at this point in the history
- Removes custom version of jupyterhub installed, as that
  has been merged into latest z2jh
- We keep the version of oauthenticator, as I'm not sure
  it has been merged and released

Ref 2i2c-org#1055
Ref 2i2c-org#1102
Ref 2i2c-org#1589
  • Loading branch information
yuvipanda committed Sep 8, 2022
1 parent 8c4bde9 commit 4fe1156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion helm-charts/basehub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies:
# images/hub/Dockerfile, and will also involve manually building and pushing
# the Dockerfile to https://quay.io/2i2c/pilot-hub. Details about this can
# be found in the Dockerfile's comments.
version: 1.1.3-n648.hab95aa08
version: 2.0.0-beta.1.git.5783.h867f4331
repository: https://jupyterhub.github.io/helm-chart/
9 changes: 1 addition & 8 deletions helm-charts/images/hub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,12 @@
# `chartpress --push --builder docker-buildx --platform linux/amd64`
# Ref: https://cloudolife.com/2022/03/05/Infrastructure-as-Code-IaC/Container/Docker/Docker-buildx-support-multiple-architectures-images/
#
FROM jupyterhub/k8s-hub:1.1.3-n644.h35436cda
FROM jupyterhub/k8s-hub:2.0.0-beta.1.git.5781.hc5adeae4

ENV CONFIGURATOR_VERSION ed7e3a0df1e3d625d10903ef7d7fd9c2fbb548db

RUN pip install --no-cache git+https://github.com/yuvipanda/jupyterhub-configurator@${CONFIGURATOR_VERSION}

# Needed to install JupyterHub from source
USER root
RUN apt update --yes > /dev/null && apt install --yes --no-install-recommends nodejs npm > /dev/null
USER $NB_USER
# Until https://github.com/jupyterhub/jupyterhub/pull/3984 is merged
RUN pip install --upgrade git+https://github.com/meeseeksmachine/jupyterhub@72e4119e1a9f5fead690cb399dba36143d6d2ecc

# Latest version comes with some breaking changes https://oauthenticator.readthedocs.io/en/latest/migrations.html#migrating-cilogonoauthenticator-to-version-15-0
RUN pip install --no-cache --upgrade git+https://github.com/jupyterhub/oauthenticator@6cf6599d99b47f99db3826ceaaedf467af14a05d

Expand Down

0 comments on commit 4fe1156

Please sign in to comment.