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

Add docker tags for major/minor/patch versions #2864

Open
1 task done
Quadrubo opened this issue Aug 29, 2024 · 1 comment
Open
1 task done

Add docker tags for major/minor/patch versions #2864

Quadrubo opened this issue Aug 29, 2024 · 1 comment
Labels
feature request Issues that request new features to be added to OnlyOffice

Comments

@Quadrubo
Copy link

This issue is unique.

  • 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.

@igwyd
Copy link
Member

igwyd commented Sep 2, 2024

I created a ticket #69993 with your suggestion.

@Rita-Bubnova Rita-Bubnova added the feature request Issues that request new features to be added to OnlyOffice label Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Issues that request new features to be added to OnlyOffice
Projects
None yet
Development

No branches or pull requests

3 participants