Replies: 1 comment 2 replies
-
All images are already tagged on release. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello community,
I am currently exploring the deployment of Scrumlr.io in our Kubernetes cluster and have noticed that the Docker images available are only tagged with 'latest' or specific commit references. This setup presents some challenges in maintaining a stable and manageable deployment, especially in a production environment.
Proposal:
I propose that Docker images for each release of Scrumlr.io be tagged with the corresponding version number in addition to the existing tagging strategy. This change would enable several improvements in the deployment process:
Stability and Traceability: Version-tagged images ensure that teams can deploy specific, known versions of Scrumlr.io, which aids in debugging and tracking software versions across multiple environments.
Integration with CI/CD Pipelines: Having images tagged by version number allows automated pipelines to easily reference and pull the specific versions needed without manual intervention, streamlining the update process.
Automation Tool Compatibility: Tools like Renovate and Dependabot, which are widely used for dependency updates, require version-specific tags to function correctly. They could automatically propose updates when a new version of Scrumlr.io is released, enhancing the security and currency of deployments.
Implementing this would not only benefit those of us looking to integrate Scrumlr.io more deeply into automated environments but also improve the overall management and operability for everyone using the platform in different contexts.
Thank you for considering this proposal. I believe these changes would greatly benefit the community by facilitating easier, safer, and more consistent deployments of Scrumlr.io.
Best regards
Kersten
Beta Was this translation helpful? Give feedback.
All reactions