Add a tool to generate the extensions.json file (#83)

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 2022-01-09 09:40:44 -05:00 committed by GitHub
parent 8f6acb80fb
commit 93c042a57d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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