Skip to content

Provide additional docker version tags for the image containing only the major or minor version #1957

@volkerstampa

Description

@volkerstampa

Is your feature request related to a problem? Please describe.

When referring to qdrant's docker image as qdrant/qdrant you always get the newest release which includes potentially breaking major releases. When you refer to the image as qdrant/qdrant:v1.2.3 you do not get updates at all not even potentially security relevant patch upgrades.

Describe the solution you'd like

If the latest release for a major version would also be tagged as for example v1 and the latest release for a minor would also be tagged as for example v1.2 then one could refer to the docker image using these additional tags to indicate if one is interested in automatic minor or patch upgrades.

Describe alternatives you've considered

  • use latest and risk breaking changes
  • use specific version and miss security fixes

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions