allow to run containers without access to the docker socket

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-05-09 01:47:54 +02:00
parent 9a0e3eccde
commit b003a8b49b
8 changed files with 575 additions and 10 deletions

18
.github/workflows/json-validator.yml vendored Normal file
View file

@ -0,0 +1,18 @@
name: Json Validator
on:
pull_request:
push:
jobs:
psalm:
name: Json Validator
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Validate Json
run: |
sudo apt install python3-pip --no-install-recommends
sudo pip3 install json-spec
json validate --schema-file=php/containers-schema.json --document-file=php/containers.json