Skip to content

Commit

Permalink
Merge pull request #6455 from berkeley-dsep-infra/staging
Browse files Browse the repository at this point in the history
Merge 6454, 6456, 6457 to prod
  • Loading branch information
balajialg authored Nov 5, 2024
2 parents 71f9f53 + 6ff77a7 commit 10abdb2
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 201 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ repos:

# pre-commit.com provided hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
hooks:
# Autoformat: Makes sure files end in a newline and only a newline.
Expand Down
18 changes: 18 additions & 0 deletions deployments/biology/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,24 @@ jupyterhub:
subPath: _shared/course/mcb201b-shared
readOnly: true

# IB 134L, Fall 2024, https://github.com/berkeley-dsep-infra/datahub/issues/6453
course::1536425::enrollment_type::teacher:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/IB134L-shared-readwrite
subPath: _shared/course/IB134L-shared-readwrite
course::1536425::enrollment_type::ta:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/IB134L-shared-readwrite
subPath: _shared/course/IB134L-shared-readwrite
course::1536425::enrollment_type::student:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/IB134L-shared
subPath: _shared/course/IB134L-shared
readOnly: true

singleuser:
extraEnv:
# Unset NotebookApp from hub/values. Necessary for recent lab versions.
Expand Down
5 changes: 4 additions & 1 deletion scripts/user-image-management/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Tooling to help manage user image repos

See the official [documentation](https://docs.datahub.berkeley.edu/admins/howto/managing-multiple-user-image-repos.html)
The `manage-repos` repo is [here](https://github.com/berkeley-dsep-infra/manage-repos).

Please see the official [documentation](https://docs.datahub.berkeley.edu/admins/howto/managing-multiple-user-image-repos.html)
for installation instructions and detailed usage information.
199 changes: 0 additions & 199 deletions scripts/user-image-management/manage-image-repos.py

This file was deleted.

0 comments on commit 10abdb2

Please sign in to comment.