dockerized version of https://github.com/santhosh-tekuri/jsonschema
266
dockerized version of https://github.com/santhosh-tekuri/jsonschema
docker run --rm -it -v $(pwd):/app andiikaa/jsonschema schema.json some.yaml
stages:
- lint
validate-yaml:
stage: lint
image:
name: andiikaa/jsonschema
entrypoint: ["/bin/sh", "-c"]
script:
- jv schema.json
Content type
Image
Digest
sha256:cbcf24692…
Size
8.8 MB
Last updated
almost 2 years ago
docker pull andiikaa/jsonschema