docker-nextcloud icon indicating copy to clipboard operation
docker-nextcloud copied to clipboard

Suppor for prereleases

Open onny opened this issue 5 years ago • 0 comments

Hey, thanks for your nice Nextcloud container. It is really simple and works very well :)

I wanted to test out Nextcloud 21 RC1 prerelease to check out compatibility with my apps. I guess setting NEXTCLOUD_VERSION=21.0.0.RC1 as build argument wont work because the hardcoded wget command uses the url "/releases/" and not "/prereleases" ( https://download.nextcloud.com/server/prereleases/ ). So maybe try to download from /releases and if that doesn't work try to download from /prereleases. Only fail if second try errors.

Best regards Jonas

onny avatar Feb 05 '21 09:02 onny