From c0aacd4849771174a1c052bfe3aef00461947840 Mon Sep 17 00:00:00 2001 From: "thiago.davila@serpro.gov.br" Date: Tue, 16 Oct 2018 09:03:01 -0300 Subject: [PATCH] Updated versions of docker, sonar and dotnet-sdk --- Dockerfile | 6 +++--- README.md | 9 +++------ 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index e0ff41d..9091e5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM microsoft/dotnet:2.1.401-sdk +FROM microsoft/dotnet:2.1.403-sdk -ENV SONAR_SCANNER_MSBUILD_VERSION 4.3.1.1372 -ENV DOCKER_VERSION 17.06.2 +ENV SONAR_SCANNER_MSBUILD_VERSION 4.4.2.1543 +ENV DOCKER_VERSION 18.06.1 # Install Java 8 RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y openjdk-8-jre diff --git a/README.md b/README.md index 496f9b9..6afeff9 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ 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.1.401 (stretch) -* SonarQube MSBuild Scanner 4.3.1.1372 +* dotnet-sdk-2.1.403 (stretch) +* SonarQube MSBuild Scanner 4.4.2.1543 * OpenJDK Java 8 (required for Sonar Scanner) -* Docker binaries 17.06.2 (for running Docker in Docker using the docker.sock mount) +* Docker binaries 18.06.1 (for running Docker in Docker using the docker.sock mount) ## Tags @@ -56,9 +56,6 @@ docker run -it --rm -v :/source nosinovacao/dotnet-sonar && dotnet /sonar-scanner/SonarScanner.MSBuild.dll end" ``` - - - ### Using Jenkins pipeline The following pipeline code will: