diff --git a/.github/workflows/json-validator.yml b/.github/workflows/json-validator.yml index 86e269e9..35f4e8e6 100644 --- a/.github/workflows/json-validator.yml +++ b/.github/workflows/json-validator.yml @@ -21,7 +21,7 @@ jobs: run: | sudo apt-get update sudo apt-get install python3-pip -y --no-install-recommends - sudo pip3 install json-spec + sudo pip3 install json-spec --break-system-packages if ! json validate --schema-file=php/containers-schema.json --document-file=php/containers.json; then exit 1 fi diff --git a/php/containers.json b/php/containers.json index a107df84..2ed946c1 100644 --- a/php/containers.json +++ b/php/containers.json @@ -325,6 +325,7 @@ { "container_name": "nextcloud-aio-collabora", "image_tag": "%AIO_CHANNEL%", + "documentation": "https://github.com/nextcloud/all-in-one/discussions/1358", "display_name": "Collabora", "image": "nextcloud/aio-collabora", "init": true, @@ -362,6 +363,7 @@ { "container_name": "nextcloud-aio-talk", "image_tag": "%AIO_CHANNEL%", + "documentation": "https://github.com/nextcloud/all-in-one/discussions/1358", "display_name": "Talk", "image": "nextcloud/aio-talk", "init": true, @@ -686,6 +688,7 @@ { "container_name": "nextcloud-aio-fulltextsearch", "image_tag": "%AIO_CHANNEL%", + "documentation": "https://github.com/nextcloud/all-in-one/discussions/1709", "display_name": "Fulltextsearch", "image": "nextcloud/aio-fulltextsearch", "init": false,