Sign inSign up

hdcore/docker-ajv

By hdcore

Updated over 1 year ago

Node image with ajv for use in CI

Image
Developer tools
1

2.8K

hdcore/docker-ajv repository overview

HDCore - docker-ajv

Introduction

This is a small container image that contains a Node environment with ajv. This container is very usefull for automatic testing during CI.

Image usage

  • Run ajv:
docker run --rm -v /path/to/code:/code hdcore/docker-ajv:<version> ajv.sh <arguments>
  • Run shell:
docker run -it --rm -v /path/to/code:/code hdcore/docker-ajv:<version> /bin/sh
  • Use in .gitlab-ci.yml:
image: hdcore/docker-ajv:<version>
script: ajv.sh <arguments>

Available tags

  • hdcore/docker-ajv:8

Container Registries

The image is stored on multiple container registries at dockerhub and gitlab:

  • Docker Hub:
    • hdcore/docker-ajv
    • registry.hub.docker.com/hdcore/docker-ajv
  • Gitlab:
    • registry.gitlab.com/hdcore-docker/docker-ajv

Building image

Build:

docker build -f <version>/Dockerfile -t docker-ajv:<version> .

Tag summary

Content type

Image

Digest

sha256:6da4344b2

Size

58.5 MB

Last updated

over 1 year ago

docker pull hdcore/docker-ajv:8