summaryrefslogtreecommitdiffstats
path: root/versions.json
diff options
context:
space:
mode:
authorDaniel Rudolf <github.com@daniel-rudolf.de>2023-05-31 14:13:56 +0200
committerGitHub <noreply@github.com>2023-05-31 12:13:56 +0000
commit570ac60ed20c5197eb050c8ec55eae5d9c3e58eb (patch)
tree1d2f324f5ab2c264a22032dd2f8ddbbd387ef5bc /versions.json
parentf2c8cb599e6b1fbf750aee93dd3ce60889e02487 (diff)
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>
Diffstat (limited to 'versions.json')
-rw-r--r--versions.json54
1 files changed, 54 insertions, 0 deletions
diff --git a/versions.json b/versions.json
new file mode 100644
index 00000000..de910976
--- /dev/null
+++ b/versions.json
@@ -0,0 +1,54 @@
+{
+ "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"
+ }
+ }
+ }
+}