With the current situation:
|
# Pull the repo2docker image to build user images |
|
- name: Pull the repo2docker Docker image |
|
docker_image: |
|
name: quay.io/jupyterhub/repo2docker |
|
tag: main |
|
source: pull |
The Docker image of repo2docker is never updated. According to Ansible documentation, we should add the parameter:
to update repo2docker to the newest version.
@jtpio what do you think?
With the current situation:
plasma/ansible/tljh.yml
Lines 46 to 51 in d7d6703
The Docker image of repo2docker is never updated. According to Ansible documentation, we should add the parameter:
to update repo2docker to the newest version.
@jtpio what do you think?