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

Versioning of Docker images #26

Open
oleschwen opened this issue Feb 14, 2025 · 1 comment
Open

Versioning of Docker images #26

oleschwen opened this issue Feb 14, 2025 · 1 comment

Comments

@oleschwen
Copy link
Collaborator

We will likely use multiple versions of Docker images. To avoid confusion, we should use version numbers (probably more intuitive than, e.g., hash IDs) rather than a fixed name with varying images under that name.

TODO

  • think about requirements
  • think about implementation
  • implement
@oleschwen
Copy link
Collaborator Author

Following #22, the image would contain the code for local training. We cannot easily use that code also for the swarm training (I wouldn't know how), but we could check before starting the admin console that the code version to be sent out by NVFlare matches the version contained in the image to avoid accidentally using non-matching versions. Do we want that?

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

No branches or pull requests

1 participant