Skip to content

Commit

Permalink
upgrade to dotnet 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
suvl committed Jul 16, 2018
1 parent 6f626dd commit c30b2aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 3 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
FROM microsoft/dotnet:2.0.7-sdk-2.1.200-jessie
FROM microsoft/dotnet:2.1-sdk

ENV SONAR_SCANNER_MSBUILD_VERSION 4.2.0.1214
ENV SONAR_SCANNER_MSBUILD_VERSION 4.3.1.1372
ENV DOCKER_VERSION 17.06.2

# Install Java 8
RUN echo deb http://http.debian.net/debian jessie-backports main > /etc/apt/sources.list.d/jessie-backports.list \
&& apt update \
&& apt install -y -t jessie-backports openjdk-8-jre
RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y openjdk-8-jre

# Install docker binaries
RUN apt-get update \
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ 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.0 (jessie)
* SonarQube MSBuild Scanner 4.1.0.1148
* dotnet-sdk-2.1 (stretch)
* SonarQube MSBuild Scanner 4.3.1.1372
* OpenJDK Java 8 (required for Sonar Scanner)
* Docker binaries 17.06.2 (for running Docker in Docker using the docker.sock mount)

## Tags

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

* dotnet-sonar:18.3.2
* dotnet-sonar:18.03.1
* dotnet-sonar:18.03.0
* dotnet-sonar:2-4.0.2
Expand Down

0 comments on commit c30b2aa

Please sign in to comment.