Node image with ajv for use in CI
2.8K
This is a small container image that contains a Node environment with ajv. This container is very usefull for automatic testing during CI.
docker run --rm -v /path/to/code:/code hdcore/docker-ajv:<version> ajv.sh <arguments>
docker run -it --rm -v /path/to/code:/code hdcore/docker-ajv:<version> /bin/sh
image: hdcore/docker-ajv:<version>
script: ajv.sh <arguments>
The image is stored on multiple container registries at dockerhub and gitlab:
Build:
docker build -f <version>/Dockerfile -t docker-ajv:<version> .
Content type
Image
Digest
sha256:6da4344b2…
Size
58.5 MB
Last updated
over 1 year ago
docker pull hdcore/docker-ajv:8