From 4f12b58cc2d73956bea4e35b494077ff52a3d145 Mon Sep 17 00:00:00 2001 From: Mohammad Wasil Date: Mon, 24 Jun 2024 14:59:10 +0200 Subject: [PATCH] update native auth source --- k8s-hub/2.0.0/Dockerfile | 2 +- k8s-hub/3.0.0/Dockerfile | 2 +- k8s-hub/3.2.1/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/k8s-hub/2.0.0/Dockerfile b/k8s-hub/2.0.0/Dockerfile index 0bc0b2c..cd82c31 100644 --- a/k8s-hub/2.0.0/Dockerfile +++ b/k8s-hub/2.0.0/Dockerfile @@ -5,7 +5,7 @@ LABEL maintainer="DigiKlausur (E2x) project HBRS " 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 diff --git a/k8s-hub/3.0.0/Dockerfile b/k8s-hub/3.0.0/Dockerfile index 9513ea3..5f8f0c0 100644 --- a/k8s-hub/3.0.0/Dockerfile +++ b/k8s-hub/3.0.0/Dockerfile @@ -5,7 +5,7 @@ LABEL maintainer="DigiKlausur (E2x) project HBRS " 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 diff --git a/k8s-hub/3.2.1/Dockerfile b/k8s-hub/3.2.1/Dockerfile index 7bacd49..72cd238 100644 --- a/k8s-hub/3.2.1/Dockerfile +++ b/k8s-hub/3.2.1/Dockerfile @@ -5,7 +5,7 @@ LABEL maintainer="DigiKlausur (E2x) project HBRS " 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