From 41ce05c6f95881ef4ac9e2e457ca2f312d3a057d Mon Sep 17 00:00:00 2001 From: jaalferreira Date: Tue, 19 Nov 2024 08:54:17 +0000 Subject: [PATCH] Updated dotnet 8 image, SonarScanner image, and README file --- Dockerfile | 8 ++++---- README.md | 11 ++++++----- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 249bd01..97af810 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,14 +1,14 @@ -FROM mcr.microsoft.com/dotnet/sdk:6.0.428-1 +FROM mcr.microsoft.com/dotnet/sdk:8.0.404 # 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=6.0.428-1 \ - DOTNETCORE_RUNTIME=6.0.36 \ + DOTNETCORE_SDK=8.0.404 \ + DOTNETCORE_RUNTIME=8.0.11 \ NETAPP_VERSION=net \ - DOCKER_VERSION=5:24.0.7-1~debian.11~bullseye \ + DOCKER_VERSION=5:24.0.7-1~debian.12~bookworm \ CONTAINERD_VERSION=1.6.25-1 \ OPENJDK_VERSION=17 \ NODEJS_VERSION=20 diff --git a/README.md b/README.md index 016bfff..da594ad 100644 --- a/README.md +++ b/README.md @@ -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.428-1 -* dotnetcore-runtime 6.0.36 (required by Sonar-Scanner) +* dotnetcore-sdk 8.0.404 +* dotnetcore-runtime 8.0.11 (required by Sonar-Scanner) * SonarQube MSBuild Scanner 9.0.2.104486 * 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) @@ -19,9 +19,9 @@ This latest image was built with the following components: > Tags are written using the following pattern: `dotnet-sonar:..` -* `24.10.5`, `latest8`, `latest`, `24.10-dotnet8` [(24.10.5/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/24.10.5/Dockerfile) - * DotNet 8.0.402 - * SonarScanner 9.0.0.100868 +* `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 > :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 @@ -34,6 +34,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.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) * `24.08.3` [(24.08.3/Dockerfile)](https://github.com/nosinovacao/dotnet-sonar/blob/24.08.3/Dockerfile)