Skip to content

Commit

Permalink
Updated docker image and created new tag for dotnet 7, and README file
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimesantosferreira committed Jan 4, 2024
1 parent 7de5e17 commit 3c963da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 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.417
FROM mcr.microsoft.com/dotnet/sdk:7.0.404

# 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=6.0.417 \
DOTNETCORE_RUNTIME=6.0.25 \
DOTNETCORE_SDK=7.0.404 \
DOTNETCORE_RUNTIME=7.0.14 \
NETAPP_VERSION=net \
DOCKER_VERSION=5:24.0.7-1~debian.11~bullseye \
CONTAINERD_VERSION=1.6.25-1 \
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ 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 6.0.417
* dotnetcore-runtime 6.0.25 (required by Sonar-Scanner)
* dotnetcore-sdk 7.0.404
* dotnetcore-runtime 7.0.14 (required by Sonar-Scanner)
* SonarQube MSBuild Scanner 6.0.0.81631
* 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)
Expand All @@ -22,7 +22,7 @@ This latest image was built with the following components:
* `23.12.5`, `latest8`, `latest` [(23.12.5/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/23.12.5/Dockerfile)
* DotNet 8.0.100
* SonarScanner 6.0.0.81631
* `23.12.4`, `latest7` [(23.12.4/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/23.12.4/Dockerfile)
* `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)
Expand All @@ -32,6 +32,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
* `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)
* `23.10.4` [(23.10.4/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/23.10.4/Dockerfile)
* `23.10.3` [(23.10.3/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/23.10.3/Dockerfile)
Expand Down

0 comments on commit 3c963da

Please sign in to comment.