From 342a37b730530dfd9301cd1e20a07e577eaa3079 Mon Sep 17 00:00:00 2001 From: jaalferreira Date: Tue, 19 Nov 2024 09:09:57 +0000 Subject: [PATCH] Created dotnet 9 image and updated README file --- Dockerfile | 6 +++--- README.md | 7 +++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 97af810..8e931f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,12 @@ -FROM mcr.microsoft.com/dotnet/sdk:8.0.404 +FROM mcr.microsoft.com/dotnet/sdk:9.0.100 # 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=8.0.404 \ - DOTNETCORE_RUNTIME=8.0.11 \ + DOTNETCORE_SDK=9.0.100 \ + DOTNETCORE_RUNTIME=9.0.0 \ NETAPP_VERSION=net \ DOCKER_VERSION=5:24.0.7-1~debian.12~bookworm \ CONTAINERD_VERSION=1.6.25-1 \ diff --git a/README.md b/README.md index da594ad..956198f 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 8.0.404 -* dotnetcore-runtime 8.0.11 (required by Sonar-Scanner) +* dotnetcore-sdk 9.0.100 +* dotnetcore-runtime 9.0.0 (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,6 +19,9 @@ This latest image was built with the following components: > Tags are written using the following pattern: `dotnet-sonar:..` +* `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