-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
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 |
---|---|---|
|
@@ -268,6 +268,21 @@ tagged as `v0.1`: | |
tljh_plasma: git+https://github.com/plasmabio/[email protected]#"egg=tljh-plasma&subdirectory=tljh-plasma" | ||
``` | ||
|
||
## Using a specific version of `repo2docker` | ||
|
||
`repo2docker` is used to build the user environments from the Git repositories. | ||
|
||
By default the Ansible playbooks use a pinned version of the `jupyterhub/repo2docker`, which is defined in the | ||
`ansible/vars/default.yml` file. | ||
|
||
Like other Ansible variables, it is possible to use a different version of `repo2docker` by overriding the variable | ||
via the command line: | ||
|
||
```bash | ||
# use an older version of the repo2docker image | ||
ansible-playbook tljh.yml -i hosts -u ubuntu -e "repo2docker_docker_tag=2022.10.0-232.g0ea6f7d" | ||
``` | ||
|
||
## List of available playbooks | ||
|
||
The Ansible playbooks are located in the `ansible/` directory: | ||
|