0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-09-30 00:12:36 +02:00
nextcloud-docker/versions.json
Daniel Rudolf 570ac60ed2
Add versions.json (#1995)
* Add %%DEBIAN_VERSION%% placeholder

Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>

* Replace %%BASE_DOWNLOAD_URL%% placeholder by %%DOWNLOAD_URL{_ASC}%%

Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>

* Add version.json

'versions.json' contains information about the latest branches and variants. It is managed by `./update.sh`, there's no need to edit this file manually, just run `./update.sh`.

Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>

* Run update.sh

Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>

---------

Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2023-05-31 12:13:56 +00:00

54 lines
1.4 KiB
JSON

{
"26": {
"branch": "26",
"version": "26.0.2",
"url": "https://download.nextcloud.com/server/releases/nextcloud-26.0.2.tar.bz2",
"ascUrl": "https://download.nextcloud.com/server/releases/nextcloud-26.0.2.tar.bz2.asc",
"variants": {
"apache": {
"variant": "apache",
"base": "debian",
"baseVersion": "bullseye",
"phpVersion": "8.1"
},
"fpm": {
"variant": "fpm",
"base": "debian",
"baseVersion": "bullseye",
"phpVersion": "8.1"
},
"fpm-alpine": {
"variant": "fpm-alpine",
"base": "alpine",
"baseVersion": "3.17",
"phpVersion": "8.1"
}
}
},
"25": {
"branch": "25",
"version": "25.0.7",
"url": "https://download.nextcloud.com/server/releases/nextcloud-25.0.7.tar.bz2",
"ascUrl": "https://download.nextcloud.com/server/releases/nextcloud-25.0.7.tar.bz2.asc",
"variants": {
"apache": {
"variant": "apache",
"base": "debian",
"baseVersion": "bullseye",
"phpVersion": "8.1"
},
"fpm": {
"variant": "fpm",
"base": "debian",
"baseVersion": "bullseye",
"phpVersion": "8.1"
},
"fpm-alpine": {
"variant": "fpm-alpine",
"base": "alpine",
"baseVersion": "3.16",
"phpVersion": "8.0"
}
}
}
}