Skip to content

Commit

Permalink
Merge branch 'master' into update-dotnet-version
Browse files Browse the repository at this point in the history
  • Loading branch information
suvl authored Dec 8, 2018
2 parents dc2e684 + e144a14 commit 30aabde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM microsoft/dotnet:2.2.100-sdk

ENV SONAR_SCANNER_MSBUILD_VERSION 4.4.2.1543
ENV DOCKER_VERSION 17.06.2
ENV DOCKER_VERSION 18.06.1 # reviewing this choice

# Install Java 8
RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y openjdk-8-jre
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This image was built with the following components:
* dotnet-sdk-2.2.100 (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 30aabde

Please sign in to comment.