Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Commit

Permalink
chore: Update k8s-hub base image (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwerner authored May 17, 2021
1 parent d12ecf5 commit f4b4c84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion grader-setup-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN python -m pip install --no-cache-dir --upgrade pip \
&& pip install --no-cache-dir -r /tmp/requirements.txt

# illumidesk package release
ARG ILLUMIDESK_VERSION=3.2.1
ARG ILLUMIDESK_VERSION=3.2.2

# Application directory
ENV APP_DIR=/illumidesk
Expand Down
4 changes: 2 additions & 2 deletions jupyterhub/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=jupyterhub/k8s-hub:0.11.1
ARG BASE_IMAGE=jupyterhub/k8s-hub:0.11.1-n495.h232e257c
FROM "${BASE_IMAGE}"

USER root
Expand All @@ -12,7 +12,7 @@ USER "${NB_UID}"

ENV PATH="/home/${NB_USER}/.local/bin:${PATH}"

ARG ILLUMIDESK_VERSION=3.2.1
ARG ILLUMIDESK_VERSION=3.2.2

# ensure pip is up to date
RUN python3 -m pip install --no-cache-dir --upgrade pip
Expand Down
1 change: 0 additions & 1 deletion jupyterhub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
psycopg2-binary==2.8.6
python-dotenv==0.15.0
oauthenticator==0.13.0
https://github.com/IllumiDesk/illumidesk/archive/v3.0.0.zip

0 comments on commit f4b4c84

Please sign in to comment.