Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force update of repo2docker Docker image #211

Open
pierrepo opened this issue Apr 25, 2022 · 1 comment · May be fixed by #217
Open

Force update of repo2docker Docker image #211

pierrepo opened this issue Apr 25, 2022 · 1 comment · May be fixed by #217

Comments

@pierrepo
Copy link
Contributor

With the current situation:

plasma/ansible/tljh.yml

Lines 46 to 51 in d7d6703

# 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:

force_source: yes

to update repo2docker to the newest version.

@jtpio what do you think?

@jtpio
Copy link
Member

jtpio commented Oct 2, 2023

That would make sense yes. Although it's also useful to be able to rollback to a previous version in case the new version breaks building environments (although unlikely).

Another approach would be to use an explicit version, as repo2docker is now using CalVer for versioning:

image

@jtpio jtpio linked a pull request Nov 14, 2023 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants