Skip to content

Commit

Permalink
update native auth source
Browse files Browse the repository at this point in the history
  • Loading branch information
mhwasil committed Jun 24, 2024
1 parent f7b7b49 commit 4f12b58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion k8s-hub/2.0.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="DigiKlausur (E2x) project HBRS <[email protected]>"

USER root
RUN pip install --no-cache-dir pandas && \
pip install --no-cache-dir jupyterhub-nativeauthenticator==1.1.0 && \
pip install --no-cache-dir git+https://github.com/jupyterhub/nativeauthenticator.git@main && \
pip install --no-cache-dir git+https://github.com/DigiKlausur/miaauth.git@main && \
pip install --no-cache-dir git+https://github.com/DigiKlausur/e2xhub.git@main && \
pip install --no-cache-dir git+https://github.com/idiap/multiauthenticator@main
Expand Down
2 changes: 1 addition & 1 deletion k8s-hub/3.0.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="DigiKlausur (E2x) project HBRS <[email protected]>"

USER root
RUN pip install --no-cache-dir pandas && \
pip install --no-cache-dir jupyterhub-nativeauthenticator==1.1.0 && \
pip install --no-cache-dir git+https://github.com/jupyterhub/nativeauthenticator.git@main && \
pip install --no-cache-dir git+https://github.com/DigiKlausur/miaauth.git@main && \
pip install --no-cache-dir git+https://github.com/DigiKlausur/e2xhub.git@main && \
pip install --no-cache-dir git+https://github.com/idiap/multiauthenticator@main
Expand Down
2 changes: 1 addition & 1 deletion k8s-hub/3.2.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="DigiKlausur (E2x) project HBRS <[email protected]>"

USER root
RUN pip install --no-cache-dir pandas && \
pip install --no-cache-dir jupyterhub-nativeauthenticator==1.1.0 && \
pip install --no-cache-dir git+https://github.com/jupyterhub/nativeauthenticator.git@main && \
pip install --no-cache-dir git+https://github.com/DigiKlausur/miaauth.git@main && \
pip install --no-cache-dir git+https://github.com/DigiKlausur/e2xhub.git@main && \
pip install --no-cache-dir git+https://github.com/idiap/multiauthenticator@main
Expand Down

0 comments on commit 4f12b58

Please sign in to comment.