Sign inSign up

itband/dotnet_sonarqube

By itband

•Updated 6 months ago

Sanarqube scaner for .net projects with nodejs

Image
0

590

itband/dotnet_sonarqube repository overview

6.0

FROM mcr.microsoft.com/dotnet/sdk:6.0

RUN apt-get update
RUN apt-get install -y openjdk-17-jre nodejs
RUN apt install -y npm 

RUN dotnet tool install --global dotnet-sonarscanner

ENV PATH="${PATH}:/root/.dotnet/tools"

WORKDIR /app

7.0

FROM mcr.microsoft.com/dotnet/sdk:8.0

RUN apt-get update
RUN apt-get install -y default-jre nodejs
RUN apt install -y npm 

RUN dotnet tool install --global dotnet-sonarscanner

ENV PATH="${PATH}:/root/.dotnet/tools"

WORKDIR /app

8.0

FROM mcr.microsoft.com/dotnet/sdk:8.0

RUN apt-get update
RUN apt-get install -y default-jre nodejs
RUN apt install -y npm 

RUN dotnet tool install --global dotnet-sonarscanner

ENV PATH="${PATH}:/root/.dotnet/tools"

WORKDIR /app

8.1

Image built as multiplatform

Tag summary

Content type

Image

Digest

sha256:7bbaac665…

Size

519.5 MB

Last updated

6 months ago

docker pull itband/dotnet_sonarqube:10.0