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

Make sure that template migration of dockerfile works correctly #3346

Closed
Panaetius opened this issue Mar 3, 2023 · 0 comments · Fixed by #3351
Closed

Make sure that template migration of dockerfile works correctly #3346

Panaetius opened this issue Mar 3, 2023 · 0 comments · Fixed by #3351
Labels

Comments

@Panaetius
Copy link
Member

There are issues with old projects and the new SSH feature, because the Dockerfile doesn't get update from the template.

What I think happens is

  • user migrates the project
  • Dockerfile is updated from template
  • Renku version is set in template --> checksum changes
  • some time later, user migrates a gain
  • Template update sees that Dockerfile was changed since the last update from template, so since there's "local" modifications, Dockerfile isn't updated.

We should fix this to handle the checksums for the Dockerfile differently

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant