Lightweight sonar-scanner docker image with embedded TypeScript, ideal for CI pipelines.
2.7K
Lightweight sonar-scanner docker image with embedded TypeScript, ideal for CI pipelines.
docker run -it minddocdev/sonar-scanner-typescript
docker pullYou can pull the image from Docker Hub using the docker pull minddocdev/sonar-scanner-typescript command. We are using automated build set up.
docker pull minddocdev/sonar-scanner-typescript
docker runTo jump into the container's bash shell, run docker run -it minddocdev/sonar-scanner-typescript.
docker buildYou can also build the image yourself. Checkout the repository
$ git clone https://github.com/minddocdev/sonar-scanner-typescript
$ cd sonar-scanner-typescript
$ docker build -t minddocdev/sonar-scanner-typescript:latest .
$ docker images minddocdev/sonar-scanner-typescript
Content type
Image
Digest
Size
171.4 MB
Last updated
about 7 years ago
docker pull minddocdev/sonar-scanner-typescript