Node image with eslint for use in CI
993
This is a small container image that contains a Node environment with eslint. This container is very usefull for automatic testing during CI.
docker run --rm -v /path/to/workspace:/workspace hdcore/docker-eslint:<version> eslint.sh <arguments>
docker run -it --rm -v /path/to/workspace:/workspace hdcore/docker-eslint:<version> /bin/sh
image: hdcore/docker-eslint:<version>
script: eslint.sh <arguments>
The image is stored on multiple container registries at dockerhub and gitlab:
Build:
docker build -f <version>/Dockerfile -t docker-eslint:<version> .
Content type
Image
Digest
sha256:a081e3081…
Size
68 MB
Last updated
8 months ago
docker pull hdcore/docker-eslint:9