Skip to content

Commit

Permalink
upgraded SDK version to 2.2.103 and sonar scanner to 4.5.0.1761
Browse files Browse the repository at this point in the history
  • Loading branch information
suvl committed Jan 23, 2019
1 parent ebc7f41 commit 8226d34
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 4 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
FROM microsoft/dotnet:2.2.100-sdk
FROM microsoft/dotnet:2.2.103-sdk

ENV SONAR_SCANNER_MSBUILD_VERSION 4.4.2.1543
ENV SONAR_SCANNER_MSBUILD_VERSION 4.5.0.1761
# reviewing this choice
ENV DOCKER_VERSION 18.06.1~ce~3-0~debian
# Install Java 8
RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y openjdk-8-jre

# Install docker binaries
RUN apt-get update \
&& apt-get install -y \
RUN apt-get install -y \
apt-transport-https \
ca-certificates \
curl \
Expand All @@ -24,7 +23,7 @@ RUN apt-get update \
&& apt-get install -y docker-ce=$DOCKER_VERSION

# install nodejs
RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - && apt-get install -y nodejs
RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - && apt-get install -y nodejs autoconf libtool nasm

# Install Sonar Scanner
RUN apt-get install -y unzip \
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,20 @@ 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.100 (stretch)
* SonarQube MSBuild Scanner 4.4.2.1543
* dotnet-sdk-2.2.103 (stretch)
* SonarQube MSBuild Scanner 4.5.0.1761
* OpenJDK Java 8 (required for Sonar Scanner)
* Docker binaries 18.06.1 (for running Docker in Docker using the docker.sock mount)

* nodejs 11

[![Docker Build Status](https://img.shields.io/docker/build/nosinovacao/dotnet-sonar.svg)](dotnet-sonar)

## Tags

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

* dotnet-sonar:19.01.0
* dotnet-sonar:18.12.1
* dotnet-sonar:18.09.0
* dotnet-sonar:18.07.0
* dotnet-sonar:18.03.1
Expand Down

0 comments on commit 8226d34

Please sign in to comment.