Skip to content

Commit

Permalink
Updated dotnet 7 image and README file
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimesantosferreira committed Oct 3, 2023
1 parent bc2f36b commit a1484bd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM mcr.microsoft.com/dotnet/sdk:6.0.414
FROM mcr.microsoft.com/dotnet/sdk:7.0.401

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

ENV SONAR_SCANNER_MSBUILD_VERSION=5.14.0.78575 \
DOTNETCORE_SDK=6.0.414 \
DOTNETCORE_RUNTIME=6.0.22 \
DOTNETCORE_SDK=7.0.401 \
DOTNETCORE_RUNTIME=7.0.11 \
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 @@ -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 7.0.400
* dotnetcore-runtime 7.0.10 (required by Sonar-Scanner)
* SonarQube MSBuild Scanner 5.13.1.76110
* dotnetcore-sdk 7.0.401
* dotnetcore-runtime 7.0.11 (required by Sonar-Scanner)
* SonarQube MSBuild Scanner 5.14.0.78575
* Docker binaries 20.10.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 16 (required by Sonar-Scanner web analysis plugins)
Expand All @@ -19,16 +19,17 @@ This latest image was built with the following components:

> Tags are written using the following pattern: `dotnet-sonar:<year>.<month>.<revision>`
* `23.09.4`, `latest7`, `latest` [(23.09.4/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/23.09.4/Dockerfile)
* DotNet 7.0.400
* SonarScanner 5.13.1.76110
* `23.10.4`, `latest7`, `latest` [(23.10.4/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/23.10.4/Dockerfile)
* DotNet 7.0.401
* SonarScanner 5.14.0.78575
* `23.10.3`, `latest6` [(23.10.3/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/23.10.3/Dockerfile)
* DotNet 6.0.414
* SonarScanner 5.14.0.78575
> :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
* `23.09.4` [(23.09.4/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/23.09.4/Dockerfile)
* `23.09.3` [(23.09.3/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/23.09.3/Dockerfile)
* `23.08.4` [(23.08.4/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/23.08.4/Dockerfile)
* `23.08.3` [(23.08.3/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/23.08.3/Dockerfile)
Expand Down

0 comments on commit a1484bd

Please sign in to comment.