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 23, 2024
1 parent dd2780d commit 61b0249
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0.100
FROM mcr.microsoft.com/dotnet/sdk:6.0.419

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

ENV SONAR_SCANNER_MSBUILD_VERSION=6.0.0.81631 \
DOTNETCORE_SDK=8.0.100 \
DOTNETCORE_RUNTIME=8.0.0 \
ENV SONAR_SCANNER_MSBUILD_VERSION=6.2.0.85879 \
DOTNETCORE_SDK=6.0.419 \
DOTNETCORE_RUNTIME=6.0.27 \
NETAPP_VERSION=net \
DOCKER_VERSION=5:24.0.7-1~debian.12~bookworm \
DOCKER_VERSION=5:24.0.7-1~debian.11~bullseye \
CONTAINERD_VERSION=1.6.25-1 \
OPENJDK_VERSION=17 \
NODEJS_VERSION=20
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,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 8.0.100
* dotnetcore-runtime 8.0.0 (required by Sonar-Scanner)
* SonarQube MSBuild Scanner 6.0.0.81631
* dotnetcore-sdk 6.0.419
* dotnetcore-runtime 6.0.27 (required by Sonar-Scanner)
* SonarQube MSBuild Scanner 6.2.0.85879
* Docker binaries 24.0.x (for running Docker in Docker using the docker.sock mount)
* OpenJDK Java Runtime 17 (required by Sonar-Scanner and some Sonar-Scanner plugins)
* NodeJS 20 (required by Sonar-Scanner web analysis plugins)
Expand All @@ -25,13 +25,14 @@ This latest image was built with the following components:
* `24.01.4`, `latest7`, `24.01-dotnet7` [(24.01.4/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/24.01.4/Dockerfile)
* DotNet 7.0.404
* SonarScanner 6.0.0.81631
* `24.01.3`, `latest6`, `24.01-dotnet6` [(24.01.3/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/24.01.3/Dockerfile)
* DotNet 6.0.417
* SonarScanner 6.0.0.81631
* `24.02.3`, `latest6`, `24.02-dotnet6` [(24.02.3/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/24.02.3/Dockerfile)
* DotNet 6.0.419
* SonarScanner 6.2.0.85879
> :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
* `24.01.3` [(24.01.3/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/24.01.3/Dockerfile)
* `23.12.5` [(23.12.5/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/23.12.5/Dockerfile)
* `23.12.4` [(23.12.4/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/23.12.4/Dockerfile)
* `23.12.3` [(23.12.3/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/23.12.3/Dockerfile)
Expand Down

0 comments on commit 61b0249

Please sign in to comment.