Skip to content

Commit

Permalink
Make the docker image configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Nov 14, 2023
1 parent 4e36837 commit 7032bfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/tljh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# Pull the repo2docker image to build user images
- name: Pull the repo2docker Docker image
docker_image:
name: quay.io/jupyterhub/repo2docker
tag: 2023.06.0-41.g57d229e
name: {{ repo2docker_docker_name }}
tag: {{ repo2docker_docker_tag }}
source: pull
force_source: yes
3 changes: 3 additions & 0 deletions ansible/vars/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ tljh_prefix: /opt/tljh
tljh_bootstrap_pip_spec: git+https://github.com/jtpio/the-littlest-jupyterhub.git@skip-install#"egg=the_littlest_jupyterhub"
tljh_installer_url: https://raw.githubusercontent.com/jtpio/the-littlest-jupyterhub/skip-install/bootstrap/bootstrap.py

repo2docker_docker_name: quay.io/jupyterhub/repo2docker
repo2docker_docker_tag: 2023.06.0-41.g57d229e

...

0 comments on commit 7032bfe

Please sign in to comment.