Node image with stylelint for use in CI
883
This is a small container image that contains a Node environment with stylelint. This container is very usefull for automatic testing during CI.
docker run --rm -v /path/to/code:/code hdcore/docker-stylelint:<version> stylelint.sh <arguments>
docker run -it --rm -v /path/to/code:/code hdcore/docker-stylelint:<version> /bin/sh
image: hdcore/docker-stylelint:<version>
script: stylelint.sh <arguments>
The image is stored on multiple container registries at dockerhub and gitlab:
Build:
docker compose build local-stylelint-16
docker compose run --rm local-stylelint-16
Content type
Image
Digest
sha256:fb1290796…
Size
63 MB
Last updated
8 months ago
docker pull hdcore/docker-stylelint:16