linuxserver / docker-nextcloud

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

How to update to bugfix versions, no docker image provided for version 29.0.1 #439

Closed useross closed 1 month ago

useross commented 1 month ago

Is there an existing issue for this?

Current Behavior

For a typical Nextcloud update, we usually should use docker-compose pull with docker-compose up -d. See here.

Few days ago, i received an update notification from my Nextcloud server, for version 29.0.1. The Nextcloud integrated updater seems to be enabled again (what was disabled in the past). I am also wondering, why there is no official Nextcloud version tag of Nextcloud itself for the bugfix-version 29.0.1, and no docker image update provided by linuxserver.io.

My question: Should we update trough the web-integrated updater instead of waiting for an updated docker-image?

Expected Behavior

No response

Steps To Reproduce

  1. Open Nextcloud web interface as an admin and search for updates
  2. See version 29.0.1 is available (current used version is 29.0.0)
  3. But no docker image is available for the latest version

Environment

- OS:debian
- How docker service was installed:apt

CPU architecture

x86-64

Docker creation

--

Container logs

--
github-actions[bot] commented 1 month ago

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

aptalca commented 1 month ago

They did not release a stable 29.0.1 yet: https://github.com/nextcloud/server/releases

useross commented 1 month ago

Released from Nextcloud as well as linuxserver.io. Thanks!