DocumentServer icon indicating copy to clipboard operation
DocumentServer copied to clipboard

Add docker tags for major/minor/patch versions

Open Quadrubo opened this issue 1 year ago • 1 comments

This issue is unique.

  • [X] I have used the search tool and did not find an issue describing my idea.

Your idea.

Description

As of the point of writing this, 8.1.1 is the latest Onlyoffice Documentserver version. As I'm manually updating my images and not using something like "latest", I have to change the image tag every new release. It would be nice if I wouldn't have to do that for minor releases.

Currently these tags are provided:

  • 8.1.1 - Version 8.1.1
  • 8.1.0 - Version 8.1.0
  • 8.1 - Version 8.1.1
  • latest - Version 8.1.1

Desired Behavior

I would propose a tag system like this:

  • 8.1.1 - Version 8.1.1
  • 8.1.0 - Version 8.1.0
  • 8.1 - Version 8.1.1
  • 8 - Version 8.1.1
  • latest - Version 8.1.1

This would allow pinning to specific version and allows the user to choose which semver types they are okay with auto updating. I for example would have pinned to 8 and would have automatically gotten the update to 8.1.1. However I will not get an automatic update to 9.x which is desired for me.

Quadrubo avatar Aug 29 '24 11:08 Quadrubo

I created a ticket #69993 with your suggestion.

igwyd avatar Sep 02 '24 12:09 igwyd