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

[BUG] how can I build a newer nextcloud version since this docker donot follow the newest nextcloud version? #420

Closed
1 task done
DingYuan0118 opened this issue Mar 24, 2024 · 2 comments

Comments

@DingYuan0118
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

can only upgrade to 26.0.2. since there is not a 26.0.13 version docker
image

Expected Behavior

can upgrade to the newest support version

Steps To Reproduce

  1. doceker pull image
  2. replace old image
  3. upgrade nextcloud

Environment

- OS: debian PVE 5.19.17-2
- How docker service was installed: 
docker compose

CPU architecture

x86-64

Docker creation

nextcloud:
    image: linuxserver/nextcloud:26.0.1
    container_name: nextcloud
    environment:
      - PUID=1000
      - PGID=100
      - TZ=Asia/Shanghai

    volumes: 
      - /zfspool/AppData/NextCloud/config:/config
      - /zfspool/media/nextcloud/data:/data
    ports:
      - 10001:443
    expose:  
      - 80

Container logs

no
Copy link

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

@aptalca
Copy link
Member

aptalca commented Mar 24, 2024

The newest version is 28.0.3 and we build that.
https://github.com/nextcloud/server/releases/tag/v28.0.3

What we don't build is patch releases for older versions.

You can always build them locally. Instructions are in the readme.

@aptalca aptalca closed this as not planned Won't fix, can't repro, duplicate, stale Mar 24, 2024
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants