linuxserver / docker-nextcloud

GNU General Public License v3.0
677 stars 128 forks source link

[FEAT] Add release tag for major versions #408

Closed techsolo12 closed 5 months ago

techsolo12 commented 5 months ago

Is this a new feature request?

Wanted change

I would suggest that we add a release tag that enables a major version such as 27, 28 and so on in the docker hub.

Reason for change

With this change it is possible to stay on a major release when watchtower automatically updates the base images. It will always use only the latest version of a major release. The reason for this is that the first versions of a major update on the nextcloud upstream usually have minor bugs. This means that the first releases can be waited for before the docker-compose is manually extended to the "new" major release.

Proposed code change

Unfortunately, I find programming very difficult and it's not my thing at all. I am already proud when I finish my shell scripts. Unfortunately I can't actively contribute to this change and have to rely on the help of the community.

github-actions[bot] commented 5 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

j0nnymoe commented 5 months ago

Dupe of this: https://github.com/linuxserver/docker-nextcloud/issues/361 Where it's already been discussed.

j0nnymoe commented 5 months ago

And to note about your watchtower comment, We do not support nor recommend any automatic updating tools for our containers. While yes you can get away with using them for some containers, Nextcloud is not one of those you can.