Skip to content

Commit

Permalink
Updated dotnet 8 image, SonarScanner image, and README file
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimesantosferreira committed Feb 17, 2025
1 parent 342a37b commit b7d6e7f
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:9.0.100
FROM mcr.microsoft.com/dotnet/sdk:8.0.406

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

ENV SONAR_SCANNER_MSBUILD_VERSION=9.0.2.104486 \
DOTNETCORE_SDK=9.0.100 \
DOTNETCORE_RUNTIME=9.0.0 \
ENV SONAR_SCANNER_MSBUILD_VERSION=9.1.0.109947 \
DOTNETCORE_SDK=8.0.406 \
DOTNETCORE_RUNTIME=8.0.13 \
NETAPP_VERSION=net \
DOCKER_VERSION=5:24.0.7-1~debian.12~bookworm \
CONTAINERD_VERSION=1.6.25-1 \
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 9.0.100
* dotnetcore-runtime 9.0.0 (required by Sonar-Scanner)
* SonarQube MSBuild Scanner 9.0.2.104486
* dotnetcore-sdk 8.0.406
* dotnetcore-runtime 8.0.13 (required by Sonar-Scanner)
* SonarQube MSBuild Scanner 9.1.0.109947
* 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 @@ -22,9 +22,9 @@ This latest image was built with the following components:
* `24.11.6`, `latest9`, `latest9`, `24.11-dotnet9` [(24.11.6/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/24.11.6/Dockerfile)
* DotNet 9.0.100
* SonarScanner 9.0.2.104486
* `24.11.5`, `latest8`, `24.11-dotnet8` [(24.11.5/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/24.11.5/Dockerfile)
* DotNet 8.0.404
* SonarScanner 9.0.2.104486
* `25.02.5`, `latest8`, `25.02-dotnet8` [(25.02.5/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/25.02.5/Dockerfile)
* DotNet 8.0.406
* SonarScanner 9.1.0.109947
> :warning: **[(THIS VERSION HAS REACHED END OF LIFE)](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)**
* `24.11.3`, `latest6`, `24.11-dotnet6` [(24.11.3/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/24.11.3/Dockerfile)
* DotNet 6.0.428-1
Expand All @@ -37,6 +37,7 @@ This latest image was built with the following components:
* `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.11.5` [(24.11.5/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/24.11.5/Dockerfile)
* `24.10.5` [(24.10.5/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/24.10.5/Dockerfile)
* `24.10.3` [(24.10.3/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/24.10.3/Dockerfile)
* `24.08.5` [(24.08.5/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/24.08.5/Dockerfile)
Expand Down

0 comments on commit b7d6e7f

Please sign in to comment.