forked from nextcloud/docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add %%DEBIAN_VERSION%% placeholder Signed-off-by: Daniel Rudolf <[email protected]> * Replace %%BASE_DOWNLOAD_URL%% placeholder by %%DOWNLOAD_URL{_ASC}%% Signed-off-by: Daniel Rudolf <[email protected]> * 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 <[email protected]> * Run update.sh Signed-off-by: Daniel Rudolf <[email protected]> --------- Signed-off-by: Daniel Rudolf <[email protected]>
- Loading branch information
1 parent
5051623
commit 01fff92
Showing
10 changed files
with
110 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} | ||
} | ||
} |