Add a tool to generate the extensions.json file

Instead of manually maintaining the file, there is now a tool that grab
all repositories defined in the repositories.json file and browse through
all repositories to find extensions.
To do that, I've added a container that runs only php-cli to trigger said
tool.

The next step will be to trigger that tool automatically on a regular basis
and to update the current repository when there are changes.
This commit is contained in:
Alexis Degrugillier 2020-06-16 08:40:28 +02:00
parent 8f6acb80fb
commit 1f4ab2d7de
5 changed files with 471 additions and 227 deletions

3
Docker/Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM php:8.1-cli-alpine
RUN apk add --no-cache git