Skip to content
Draft
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
6 changes: 6 additions & 0 deletions helm-charts/basehub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ binderhub-service:
BinderHub:
base_url: /services/binder
use_registry: true
BuildExecutor:
# Put the contents of the repo under `/srv/repo`
# By default they go under `/home/jovyan`, which gets overwritten
# by the home directory
repo2docker_extra_args:
- --target-repo-dir=/srv/repo
KubernetesBuildExecutor:
build_image: quay.io/jupyterhub/repo2docker:2024.07.0-159.gd0ddd2e
node_selector:
Expand Down
Loading