From d8a4e97545554c4453e30208ef1d9391fe50d536 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 10 Feb 2022 10:41:03 +0100 Subject: [PATCH] chore: publish new catalogue release changes --- recipes.json | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/recipes.json b/recipes.json index c599a9d..2d5d6a8 100644 --- a/recipes.json +++ b/recipes.json @@ -1818,7 +1818,37 @@ "name": "nextcloud", "repository": "https://git.coopcloud.tech/coop-cloud/nextcloud.git", "ssh_url": "ssh://git@git.coopcloud.tech:2222/coop-cloud/nextcloud.git", - "versions": [], + "versions": [ + { + "1.0.0+23.0.1-fpm": { + "app": { + "digest": "681adb2", + "image": "nextcloud", + "tag": "23.0.1-fpm" + }, + "cache": { + "digest": "649d531", + "image": "redis", + "tag": "6.2.5-alpine" + }, + "cron": { + "digest": "681adb2", + "image": "nextcloud", + "tag": "23.0.1-fpm" + }, + "db": { + "digest": "149713e", + "image": "mariadb", + "tag": "10.5" + }, + "web": { + "digest": "598057a", + "image": "nginx", + "tag": "1.20.0" + } + } + } + ], "website": "https://github.com/nextcloud/server" }, "notea": {