Skip to content

Commit

Permalink
Updated versions of docker, sonar and dotnet-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
thiago.davila@serpro.gov.br committed Oct 16, 2018
1 parent 3b7b838 commit c0aacd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -56,9 +56,6 @@ docker run -it --rm -v <my-project-source-path>:/source nosinovacao/dotnet-sonar
&& dotnet /sonar-scanner/SonarScanner.MSBuild.dll end"
```




### Using Jenkins pipeline

The following pipeline code will:
Expand Down

0 comments on commit c0aacd4

Please sign in to comment.