Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/paws-hub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN adduser --disabled-password \
--force-badname \
${NB_USER}

COPY PAWS.svg /srv/jupyterhub
COPY PAWS.svg /usr/local/share/jupyterhub/static/PAWS.svg
COPY paws-favicon.ico /usr/local/share/jupyterhub/static/favicon.ico

RUN chown -R ${NB_USER}:${NB_USER} /srv/jupyterhub
Expand Down
4 changes: 2 additions & 2 deletions paws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jupyterhub:
c.OAuthenticator.allow_all = True
c.JupyterHub.authenticator_class = Auth
c.JupyterHub.authenticate_prometheus = False
c.JupyterHub.logo_file = '/srv/jupyterhub/PAWS.svg'
c.JupyterHub.logo_file = '/usr/local/share/jupyterhub/static/PAWS.svg'
c.JupyterHub.template_vars = {
'announcement': ('<span class="alert-success">'
'Welcome to PAWS. '
Expand All @@ -250,7 +250,7 @@ jupyterhub:
fsGroup: 52771
image:
name: quay.io/wikimedia-paws-prod/paws-hub
tag: pr-448 # paws-hub tag managed by github actions
tag: pr-499 # paws-hub tag managed by github actions
containerSecurityContext:
runAsUser: 52771
resources:
Expand Down
Loading