-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Update Docker Setup & Document Update Instructions for Surface Morphometrics Releases
Summary
Update the Docker container and provide clear documentation on how to update the Docker image/container whenever a new version of Surface Morphometrics is released.
Tasks
-
Update Dockerfile
- Ensure the Dockerfile uses the latest dependencies and best practices.
- Confirm that the Dockerfile builds and runs the latest version of Surface Morphometrics.
-
Automate Docker Image Updates
- Set up a process (manual or automated, e.g., GitHub Actions) to rebuild and push a new Docker image whenever a new version/tag is released.
-
Documentation
-
Create a
docs/docker_update.md(or similar) file with step-by-step instructions for:- Building the Docker image locally.
- Tagging and pushing the image to a container registry (e.g., Docker Hub ).
- Pulling and running the updated container.
- (Optional) Automating the process with CI/CD if desired.
-
Add a section in the main README linking to these instructions.
-
Metadata
Metadata
Assignees
Labels
No labels