Skip to content

Commit

Permalink
Update SonarScanner to v4.7.1 and DotNetCore SDK to v2.2.402
Browse files Browse the repository at this point in the history
  • Loading branch information
gafda committed Sep 13, 2019
1 parent da44e94 commit 2500f7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM mcr.microsoft.com/dotnet/core/sdk:2.2.401
FROM mcr.microsoft.com/dotnet/core/sdk:2.2.402

# reviewing this choice
ENV SONAR_SCANNER_MSBUILD_VERSION 4.6.2.2108
ENV SONAR_SCANNER_MSBUILD_VERSION 4.7.1.2311

ENV DOCKER_VERSION 5:19.03.1~3-0~debian-stretch
ENV DOCKER_VERSION 5:19.03.2~3-0~debian-stretch
ENV CONTAINERD_VERSION 1.2.6-3

# Install Java 8
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ This is a container used to build dotnet projects and provide SonarQube analysis

It also allows you to run Docker in Docker using a docker.sock mount.

----
This image was built with the following components:

* dotnet-sdk-2.2.401 (stretch)
* SonarQube MSBuild Scanner 4.6.2.2108
* dotnet-sdk-2.2.402 (stretch)
* SonarQube MSBuild Scanner 4.7.1.2311
* OpenJDK Java 8 (required for Sonar Scanner)
* Docker binaries 19.03.1 (for running Docker in Docker using the docker.sock mount)
* nodejs 11
Expand All @@ -18,6 +19,7 @@ This image was built with the following components:

Tags are written using the following pattern: `dotnet-sonar:<year>.<month>.<revision>`

* dotnet-sonar:19.09.0
* dotnet-sonar:19.08.0
* dotnet-sonar:19.01.0
* dotnet-sonar:18.12.1
Expand Down

0 comments on commit 2500f7e

Please sign in to comment.