forked from 2i2c-org/infrastructure
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request 2i2c-org#4385 from 2i2c-org/add_sciencecore
allow sciencecore repos to nasa small-binder
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,14 +96,16 @@ binderhub-service: | |
<a href="mailto:[email protected]">[email protected]</a> | ||
with information and we will get back to you! | ||
# Update the about message as more repos are added to GitHubRepoProvider.allowed_specs | ||
about_message: "Launchable repositories are: github.com/binder-examples/requirements and github.com/2i2c-org/*" | ||
about_message: "Launchable repositories are: github.com/binder-examples/requirements and github.com/2i2c-org/* and github.com/sciencecore/*" | ||
DockerRegistry: | ||
url: &url https://quay.io | ||
username: &username opensci-small-binder+image_builder | ||
GitHubRepoProvider: | ||
allowed_specs: | ||
- "^2i2c-org/.*$" | ||
- "^sciencecore/.*$" | ||
- binder-examples/requirements | ||
|
||
extraEnv: | ||
- name: JUPYTERHUB_API_TOKEN | ||
valueFrom: | ||
|