Skip to content

Commit

Permalink
Updated dotnet 6 and SonarScanner images, and README file
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimesantosferreira committed Feb 6, 2023
1 parent d445412 commit f02fa95
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM mcr.microsoft.com/dotnet/sdk:7.0.100
FROM mcr.microsoft.com/dotnet/sdk:6.0.405

# Dockerfile meta-information
LABEL maintainer="NOS Inovação S.A." \
app_name="dotnet-sonar"

ENV SONAR_SCANNER_MSBUILD_VERSION=5.9.0.57893 \
DOTNETCORE_SDK=7.0.100 \
DOTNETCORE_RUNTIME=7.0.0 \
ENV SONAR_SCANNER_MSBUILD_VERSION=5.11.0.60783 \
DOTNETCORE_SDK=6.0.405 \
DOTNETCORE_RUNTIME=6.0.13 \
NETAPP_VERSION=net5.0 \
DOCKER_VERSION=5:20.10.21~3-0~debian-bullseye \
CONTAINERD_VERSION=1.6.10-1 \
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ It also allows you to run Docker in Docker using a docker.sock mount.

This latest image was built with the following components:

* dotnetcore-sdk 7.0.100
* dotnetcore-runtime 7.0.0 (required by Sonar-Scanner)
* SonarQube MSBuild Scanner 5.9.0.57893
* dotnetcore-sdk 6.0.405
* dotnetcore-runtime 6.0.13 (required by Sonar-Scanner)
* SonarQube MSBuild Scanner 5.11.0.60783
* Docker binaries 20.10.x (for running Docker in Docker using the docker.sock mount)
* OpenJDK Java Runtime 11 (required by Sonar-Scanner and some Sonar-Scanner plugins)
* NodeJS 16 (required by Sonar-Scanner web analysis plugins)
Expand All @@ -29,13 +29,14 @@ This latest image was built with the following components:
* `22.12.4`, `latest7`, `latest` [(22.12.4/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/22.12.4/Dockerfile)
* DotNet 7.0.100
* SonarScanner 5.9.0.57893
* `22.12.3`, `latest6` [(22.12.3/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/22.12.3/Dockerfile)
* DotNet 6.0.402
* SonarScanner 5.9.0.57893
* `23.02.3`, `latest6` [(23.02.3/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/23.02.3/Dockerfile)
* DotNet 6.0.405
* SonarScanner 5.11.0.60783
> :warning: **[(THIS VERSION HAS REACHED END OF LIFE)](https://dotnet.microsoft.com/en-us/download/dotnet/5.0)**
* `22.07.1`, `latest5` [(22.07.1/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/22.07.1/Dockerfile)
* DotNet 5.0.408
* SonarScanner 5.7.1.49528
* `22.12.3`, `latest6` [(22.12.3/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/22.12.3/Dockerfile)
* `22.11.4` [(22.11.4/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/22.11.4/Dockerfile)
* `22.11.3` [(22.11.3/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/22.11.3/Dockerfile)
* `22.10.3` [(22.10.3/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/22.10.3/Dockerfile)
Expand Down

0 comments on commit f02fa95

Please sign in to comment.