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:
parent
8f6acb80fb
commit
93c042a57d
5 changed files with 471 additions and 227 deletions
3
Docker/Dockerfile
Normal file
3
Docker/Dockerfile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
FROM php:8.1-cli-alpine
|
||||
|
||||
RUN apk add --no-cache git
|
||||
Loading…
Add table
Add a link
Reference in a new issue