1
0
mirror of https://github.com/nextcloud/docker.git synced 2025-12-24 19:02:02 +01:00

Switch to the repository on github to speedup download and build time. (#2489)

Signed-off-by: Jonas Zürcher <mail@jonaszuercher.ch>
This commit is contained in:
Jonas Zürcher 2025-11-25 22:53:06 +01:00 committed by GitHub
parent dea057bebe
commit 8b4598357c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,8 +107,8 @@ function create_variant() {
debianVersion=${debian_version[$version]-${debian_version[default]}}
phpVersion=${php_version[$version]-${php_version[default]}}
crontabInt=${crontab_int[$version]-${crontab_int[default]}}
url="https://download.nextcloud.com/server/releases/nextcloud-$fullversion.tar.bz2"
ascUrl="https://download.nextcloud.com/server/releases/nextcloud-$fullversion.tar.bz2.asc"
url="https://github.com/nextcloud-releases/server/releases/download/v$fullversion/nextcloud-$fullversion.tar.bz2"
ascUrl="https://github.com/nextcloud-releases/server/releases/download/v$fullversion/nextcloud-$fullversion.tar.bz2.asc"
# Create the version+variant directory with a Dockerfile.
mkdir -p "$dir"