Sign inSign up

bestit/qa-stylelint

By bestit

Updated over 1 year ago

stylelint based on the node alpine image

Image
Integration & delivery
Developer tools
0

528

bestit/qa-stylelint repository overview

bestit/qa-stylelint

Yaml Lint based on

Usage

To run the tool on your local working directory do:

docker run -v $PWD:/workdir --workdir /workdir  --rm -it bestit/qa-stylelint:16.9.0

Releasing new versions

The build is using a docker multi stage build. To release a new version the following steps are required:

  1. Update tool_version in Dockerfile (amd64) and Dockerfile.arm64v8 (arm64v8)
  2. Update versions in multi-arch-manifest.yaml for both platforms.
  3. Update CHANGELOG.md accordingly.
  4. Push new tag, dockerhub will start the build automatically.

Local Testing

To test the Dockerfiles locally you can execute this command to build the image on amd64 and arm64 architectures:

docker buildx build --force-rm --no-cache -t qa-stylelint --platform linux/arm64,linux/amd64 . && docker run -it qa-stylelint

Tag summary

Content type

Image

Digest

sha256:9fbcac54b

Size

60.3 MB

Last updated

over 1 year ago

docker pull bestit/qa-stylelint:16.18.0