You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Docker repository at ghcr.io/dbarzin/mercator only provides the latest tag, which is not a best practice. It is important to implement semantic versioning to ensure stability and traceability for users who depend on specific versions of the container.
Proposal:
Implement semantic versioning (e.g., v1.0.0, v1.1.0, v2.0.0) for each new release, following the standard Semantic Versioning guidelines.
Maintain the latest tag for the most recent stable release, but ensure all previous versions are tagged appropriately for reference and rollback purposes.
This practice will improve usability and reliability for the community that relies on this Docker image.
The text was updated successfully, but these errors were encountered:
Currently, the Docker repository at ghcr.io/dbarzin/mercator only provides the latest tag, which is not a best practice. It is important to implement semantic versioning to ensure stability and traceability for users who depend on specific versions of the container.
Proposal:
This practice will improve usability and reliability for the community that relies on this Docker image.
The text was updated successfully, but these errors were encountered: