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

Request for Semantic Versioning in Docker Repository #885

Open
siddjellali opened this issue Oct 6, 2024 · 0 comments
Open

Request for Semantic Versioning in Docker Repository #885

siddjellali opened this issue Oct 6, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@siddjellali
Copy link
Contributor

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.

@dbarzin dbarzin self-assigned this Oct 6, 2024
@dbarzin dbarzin added the enhancement New feature or request label Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants