From 2350660633da8c34fa717c604da1887d2e813b82 Mon Sep 17 00:00:00 2001 From: Jose Perez Rodriguez Date: Wed, 11 Sep 2024 10:02:07 -0700 Subject: [PATCH 01/13] Update Aspire to 8.2.0 version (#5848) Co-authored-by: Logan Bussell --- .../docker-hub/README.aspire-dashboard.md | 4 ++-- .../mar/README.aspire-dashboard.portal.md | 4 ++-- README.aspire-dashboard.md | 8 ++++---- eng/readme-templates/FeaturedTags.md | 4 ++-- eng/update-dependencies/UpdateDependencies.cs | 4 ++-- manifest.json | 18 +++++++++--------- manifest.versions.json | 16 ++++++++-------- .../cbl-mariner-distroless/amd64/Dockerfile | 4 ++-- .../cbl-mariner-distroless/arm64v8/Dockerfile | 4 ++-- .../ImageVersion.cs | 2 +- .../Microsoft.DotNet.Docker.Tests/TestData.cs | 4 ++-- tests/performance/ImageSize.nightly.linux.json | 4 ++-- 12 files changed, 38 insertions(+), 38 deletions(-) rename src/aspire-dashboard/{8.1 => 8.2}/cbl-mariner-distroless/amd64/Dockerfile (82%) rename src/aspire-dashboard/{8.1 => 8.2}/cbl-mariner-distroless/arm64v8/Dockerfile (82%) diff --git a/.portal-docs/docker-hub/README.aspire-dashboard.md b/.portal-docs/docker-hub/README.aspire-dashboard.md index 7b39219f42..97aa3c7e39 100644 --- a/.portal-docs/docker-hub/README.aspire-dashboard.md +++ b/.portal-docs/docker-hub/README.aspire-dashboard.md @@ -1,7 +1,7 @@ # Featured Tags -* `8.1` - * `docker pull mcr.microsoft.com/dotnet/aspire-dashboard:8.1` +* `8.2` + * `docker pull mcr.microsoft.com/dotnet/aspire-dashboard:8.2` # About diff --git a/.portal-docs/mar/README.aspire-dashboard.portal.md b/.portal-docs/mar/README.aspire-dashboard.portal.md index ca4eeb0bcc..77c5b50ad0 100644 --- a/.portal-docs/mar/README.aspire-dashboard.portal.md +++ b/.portal-docs/mar/README.aspire-dashboard.portal.md @@ -6,8 +6,8 @@ Watch [discussions](https://github.com/dotnet/dotnet-docker/discussions/categori ## Featured Tags -* `8.1` - * `docker pull mcr.microsoft.com/dotnet/aspire-dashboard:8.1` +* `8.2` + * `docker pull mcr.microsoft.com/dotnet/aspire-dashboard:8.2` ## Related Repositories diff --git a/README.aspire-dashboard.md b/README.aspire-dashboard.md index de75e37fa5..8b9e1c8dc4 100644 --- a/README.aspire-dashboard.md +++ b/README.aspire-dashboard.md @@ -2,8 +2,8 @@ ## Featured Tags -* `8.1` - * `docker pull mcr.microsoft.com/dotnet/aspire-dashboard:8.1` +* `8.2` + * `docker pull mcr.microsoft.com/dotnet/aspire-dashboard:8.2` ## About @@ -113,13 +113,13 @@ Limits are per-resource. For example, a `MaxLogCount` value of 10,000 configures Tags | Dockerfile | OS Version -----------| -------------| ------------- -8.1.0-amd64, 8.1-amd64, 8-amd64, 8.1.0, 8.1, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspire-dashboard/8.1/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 +8.2.0-amd64, 8.2-amd64, 8-amd64, 8.2.0, 8.2, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspire-dashboard/8.2/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 ### Linux arm64 Tags Tags | Dockerfile | OS Version -----------| -------------| ------------- -8.1.0-arm64v8, 8.1-arm64v8, 8-arm64v8, 8.1.0, 8.1, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspire-dashboard/8.1/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 +8.2.0-arm64v8, 8.2-arm64v8, 8-arm64v8, 8.2.0, 8.2, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspire-dashboard/8.2/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 *Tags not listed in the table above are not supported. See the [Supported Tags Policy](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-tags.md). See the [full list of tags](https://mcr.microsoft.com/v2/dotnet/aspire-dashboard/tags/list) for all supported and unsupported tags.* diff --git a/eng/readme-templates/FeaturedTags.md b/eng/readme-templates/FeaturedTags.md index b67182ed27..754426f778 100644 --- a/eng/readme-templates/FeaturedTags.md +++ b/eng/readme-templates/FeaturedTags.md @@ -20,8 +20,8 @@ elif match(REPO, "monitor/base"):* `9` (Release Candidate) * `docker pull {{FULL_REPO}}:9` * `8` (Long-Term Support) * `docker pull {{FULL_REPO}}:8`^ -elif match(REPO, "aspire-dashboard"):* `8.1` - * `docker pull {{FULL_REPO}}:8.1`^ +elif match(REPO, "aspire-dashboard"):* `8.2` + * `docker pull {{FULL_REPO}}:8.2`^ else:* `9.0` (Release Candidate) * `docker pull {{FULL_REPO}}:9.0` * `8.0` (Long-Term Support) diff --git a/eng/update-dependencies/UpdateDependencies.cs b/eng/update-dependencies/UpdateDependencies.cs index 7c92028abe..62eae72d95 100644 --- a/eng/update-dependencies/UpdateDependencies.cs +++ b/eng/update-dependencies/UpdateDependencies.cs @@ -441,8 +441,8 @@ private static async Task> GetUpdatersAsync() updaters = [ ..updaters, - ScriptRunnerUpdater.GetDockerfileUpdater(RepoRoot), - ScriptRunnerUpdater.GetReadMeUpdater(RepoRoot) + // ScriptRunnerUpdater.GetDockerfileUpdater(RepoRoot), + // ScriptRunnerUpdater.GetReadMeUpdater(RepoRoot) ]; return updaters; diff --git a/manifest.json b/manifest.json index 0397f75620..45e6f2b8a6 100644 --- a/manifest.json +++ b/manifest.json @@ -8986,10 +8986,10 @@ "mcrTagsMetadataTemplate": "eng/mcr-tags-metadata-templates/aspire-dashboard-tags.yml", "images": [ { - "productVersion": "$(aspire-dashboard|8.1|product-version)", + "productVersion": "$(aspire-dashboard|8.2|product-version)", "sharedTags": { - "$(aspire-dashboard|8.1|fixed-tag)": {}, - "$(aspire-dashboard|8.1|minor-tag)": {}, + "$(aspire-dashboard|8.2|fixed-tag)": {}, + "$(aspire-dashboard|8.2|minor-tag)": {}, "$(aspire-dashboard|8|major-tag)": {}, "latest": {} }, @@ -8998,13 +8998,13 @@ "buildArgs": { "REPO": "$(Repo:aspnet)" }, - "dockerfile": "src/aspire-dashboard/8.1/cbl-mariner-distroless/amd64", + "dockerfile": "src/aspire-dashboard/8.2/cbl-mariner-distroless/amd64", "dockerfileTemplate": "eng/dockerfile-templates/aspire-dashboard/Dockerfile.linux", "os": "linux", "osVersion": "cbl-mariner2.0-distroless", "tags": { - "$(aspire-dashboard|8.1|fixed-tag)-amd64": {}, - "$(aspire-dashboard|8.1|minor-tag)-amd64": {}, + "$(aspire-dashboard|8.2|fixed-tag)-amd64": {}, + "$(aspire-dashboard|8.2|minor-tag)-amd64": {}, "$(aspire-dashboard|8|major-tag)-amd64": {} } }, @@ -9013,13 +9013,13 @@ "buildArgs": { "REPO": "$(Repo:aspnet)" }, - "dockerfile": "src/aspire-dashboard/8.1/cbl-mariner-distroless/arm64v8", + "dockerfile": "src/aspire-dashboard/8.2/cbl-mariner-distroless/arm64v8", "dockerfileTemplate": "eng/dockerfile-templates/aspire-dashboard/Dockerfile.linux", "os": "linux", "osVersion": "cbl-mariner2.0-distroless", "tags": { - "$(aspire-dashboard|8.1|fixed-tag)-arm64v8": {}, - "$(aspire-dashboard|8.1|minor-tag)-arm64v8": {}, + "$(aspire-dashboard|8.2|fixed-tag)-arm64v8": {}, + "$(aspire-dashboard|8.2|minor-tag)-arm64v8": {}, "$(aspire-dashboard|8|major-tag)-arm64v8": {} }, "variant": "v8" diff --git a/manifest.versions.json b/manifest.versions.json index e033c1a302..7cc12476b6 100644 --- a/manifest.versions.json +++ b/manifest.versions.json @@ -5,15 +5,15 @@ "base-url|public|preview|main": "$(base-url|public|maintenance|main)", "base-url|public|preview|nightly": "https://dotnetbuilds.azureedge.net/public", - "aspire-dashboard|8.1|build-version": "8.1.0", - "aspire-dashboard|8.1|product-version": "8.1.0", - "aspire-dashboard|8.1|fixed-tag": "$(aspire-dashboard|8.1|product-version)", - "aspire-dashboard|8.1|minor-tag": "8.1", + "aspire-dashboard|8.2|build-version": "8.2.0-preview.1.24454.3", + "aspire-dashboard|8.2|product-version": "8.2.0", + "aspire-dashboard|8.2|fixed-tag": "$(aspire-dashboard|8.2|product-version)", + "aspire-dashboard|8.2|minor-tag": "8.2", "aspire-dashboard|8|major-tag": "8", - "aspire-dashboard|8.1|linux|x64|sha": "d823c3177dc1f1acc87cff7f252b90f9bc9b215522749b61e540c747801f697ba60a0defd94dccad7b144fa165fd736c4c6ed97f9c5a123170bb46200e122831", - "aspire-dashboard|8.1|linux|arm64|sha": "96e78fc6ab0da4fce82f01f725633820db36fd04fb1f20ab923afe68bb0f155e3d547b4102ad8f95cfbc0fb2d3d7b9103a68f439801aedac6a5973cb34272699", - "aspire-dashboard|8.1|base-url|main": "$(base-url|public|preview|nightly)", - "aspire-dashboard|8.1|base-url|nightly": "$(base-url|public|preview|nightly)", + "aspire-dashboard|8.2|linux|x64|sha": "dbc9795e38ae73e30b8e187a7d49a94478c90f463f6cce2eae835687af05be1d4b4bdfe1c99479ccf97914fb51a0f3e3bd596b6278c80b926590492daf8320e0", + "aspire-dashboard|8.2|linux|arm64|sha": "5fa4442132466d7c7ca445ad8444c4a59298310fe8c6a155a86460bfbcd1e8b9cfd8d8ea1e31447b1b3bfe1f6db1249ec9bb294a06a0c4576ca1ce4940cf56e0", + "aspire-dashboard|8.2|base-url|main": "$(base-url|public|preview|nightly)", + "aspire-dashboard|8.2|base-url|nightly": "$(base-url|public|preview|nightly)", "aspnet|6.0|build-version": "6.0.33", "aspnet|6.0|targeting-pack-version": "$(aspnet|6.0|build-version)", diff --git a/src/aspire-dashboard/8.1/cbl-mariner-distroless/amd64/Dockerfile b/src/aspire-dashboard/8.2/cbl-mariner-distroless/amd64/Dockerfile similarity index 82% rename from src/aspire-dashboard/8.1/cbl-mariner-distroless/amd64/Dockerfile rename to src/aspire-dashboard/8.2/cbl-mariner-distroless/amd64/Dockerfile index 59d71c49cc..63fe0b1d21 100644 --- a/src/aspire-dashboard/8.1/cbl-mariner-distroless/amd64/Dockerfile +++ b/src/aspire-dashboard/8.2/cbl-mariner-distroless/amd64/Dockerfile @@ -9,9 +9,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve Aspire Dashboard -RUN dotnet_aspire_version=8.1.0 \ +RUN dotnet_aspire_version=8.2.0-preview.1.24454.3 \ && curl -fSL --output aspire_dashboard.zip https://dotnetbuilds.azureedge.net/public/aspire/$dotnet_aspire_version/aspire-dashboard-linux-x64.zip \ - && aspire_dashboard_sha512='d823c3177dc1f1acc87cff7f252b90f9bc9b215522749b61e540c747801f697ba60a0defd94dccad7b144fa165fd736c4c6ed97f9c5a123170bb46200e122831' \ + && aspire_dashboard_sha512='dbc9795e38ae73e30b8e187a7d49a94478c90f463f6cce2eae835687af05be1d4b4bdfe1c99479ccf97914fb51a0f3e3bd596b6278c80b926590492daf8320e0' \ && echo "$aspire_dashboard_sha512 aspire_dashboard.zip" | sha512sum -c - \ && mkdir -p /app \ && unzip aspire_dashboard.zip -d /app \ diff --git a/src/aspire-dashboard/8.1/cbl-mariner-distroless/arm64v8/Dockerfile b/src/aspire-dashboard/8.2/cbl-mariner-distroless/arm64v8/Dockerfile similarity index 82% rename from src/aspire-dashboard/8.1/cbl-mariner-distroless/arm64v8/Dockerfile rename to src/aspire-dashboard/8.2/cbl-mariner-distroless/arm64v8/Dockerfile index f62ee787c1..49a5ad4e43 100644 --- a/src/aspire-dashboard/8.1/cbl-mariner-distroless/arm64v8/Dockerfile +++ b/src/aspire-dashboard/8.2/cbl-mariner-distroless/arm64v8/Dockerfile @@ -9,9 +9,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve Aspire Dashboard -RUN dotnet_aspire_version=8.1.0 \ +RUN dotnet_aspire_version=8.2.0-preview.1.24454.3 \ && curl -fSL --output aspire_dashboard.zip https://dotnetbuilds.azureedge.net/public/aspire/$dotnet_aspire_version/aspire-dashboard-linux-arm64.zip \ - && aspire_dashboard_sha512='96e78fc6ab0da4fce82f01f725633820db36fd04fb1f20ab923afe68bb0f155e3d547b4102ad8f95cfbc0fb2d3d7b9103a68f439801aedac6a5973cb34272699' \ + && aspire_dashboard_sha512='5fa4442132466d7c7ca445ad8444c4a59298310fe8c6a155a86460bfbcd1e8b9cfd8d8ea1e31447b1b3bfe1f6db1249ec9bb294a06a0c4576ca1ce4940cf56e0' \ && echo "$aspire_dashboard_sha512 aspire_dashboard.zip" | sha512sum -c - \ && mkdir -p /app \ && unzip aspire_dashboard.zip -d /app \ diff --git a/tests/Microsoft.DotNet.Docker.Tests/ImageVersion.cs b/tests/Microsoft.DotNet.Docker.Tests/ImageVersion.cs index 72e8bbc3a2..7e6619ae42 100644 --- a/tests/Microsoft.DotNet.Docker.Tests/ImageVersion.cs +++ b/tests/Microsoft.DotNet.Docker.Tests/ImageVersion.cs @@ -13,7 +13,7 @@ public readonly record struct ImageVersion public static readonly ImageVersion V6_0 = new(new Version(6, 0), isPreview: false); public static readonly ImageVersion V6_3 = new(new Version(6, 3), isPreview: false); public static readonly ImageVersion V8_0 = new(new Version(8, 0), isPreview: false); - public static readonly ImageVersion V8_1 = new(new Version(8, 1), isPreview: false); + public static readonly ImageVersion V8_2 = new(new Version(8, 2), isPreview: false); public static readonly ImageVersion V8_1_Preview = new(new Version(8, 1), isPreview: true); public static readonly ImageVersion V9_0 = new(new Version(9, 0), isPreview: false); diff --git a/tests/Microsoft.DotNet.Docker.Tests/TestData.cs b/tests/Microsoft.DotNet.Docker.Tests/TestData.cs index f9b74dbcf9..a557c5974b 100644 --- a/tests/Microsoft.DotNet.Docker.Tests/TestData.cs +++ b/tests/Microsoft.DotNet.Docker.Tests/TestData.cs @@ -298,7 +298,7 @@ public static class TestData private static readonly ProductImageData[] s_AspireDashboardTestData = { new() { - Version = V8_1, + Version = V8_2, VersionFamily = V8_0, OS = OS.Mariner20Distroless, OSTag = "", @@ -307,7 +307,7 @@ public static class TestData SupportedImageRepos = DotNetImageRepo.Aspire_Dashboard, }, new() { - Version = V8_1, + Version = V8_2, VersionFamily = V8_0, OS = OS.Mariner20Distroless, OSTag = "", diff --git a/tests/performance/ImageSize.nightly.linux.json b/tests/performance/ImageSize.nightly.linux.json index ed3a929994..49a3714a92 100644 --- a/tests/performance/ImageSize.nightly.linux.json +++ b/tests/performance/ImageSize.nightly.linux.json @@ -431,7 +431,7 @@ "src/monitor-base/9.0/azurelinux-distroless/arm64v8": 141390045 }, "dotnet/nightly/aspire-dashboard": { - "src/aspire-dashboard/8.1/cbl-mariner-distroless/amd64": 142036038, - "src/aspire-dashboard/8.1/cbl-mariner-distroless/arm64v8": 148315271 + "src/aspire-dashboard/8.2/cbl-mariner-distroless/amd64": 142036038, + "src/aspire-dashboard/8.2/cbl-mariner-distroless/arm64v8": 148315271 } } From cf197a337571a3122ece2c19daff197ee78ed47d Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Wed, 11 Sep 2024 13:32:58 -0700 Subject: [PATCH 02/13] Re-enable Dockerfile and Readme updaters in update-dependencies tool (#5879) --- eng/update-dependencies/UpdateDependencies.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/update-dependencies/UpdateDependencies.cs b/eng/update-dependencies/UpdateDependencies.cs index 62eae72d95..7c92028abe 100644 --- a/eng/update-dependencies/UpdateDependencies.cs +++ b/eng/update-dependencies/UpdateDependencies.cs @@ -441,8 +441,8 @@ private static async Task> GetUpdatersAsync() updaters = [ ..updaters, - // ScriptRunnerUpdater.GetDockerfileUpdater(RepoRoot), - // ScriptRunnerUpdater.GetReadMeUpdater(RepoRoot) + ScriptRunnerUpdater.GetDockerfileUpdater(RepoRoot), + ScriptRunnerUpdater.GetReadMeUpdater(RepoRoot) ]; return updaters; From b14b9df889c76d5ea2798ab86cdc04754101e98a Mon Sep 17 00:00:00 2001 From: Ella Hathaway <67609881+ellahathaway@users.noreply.github.com> Date: Mon, 23 Sep 2024 13:44:12 -0700 Subject: [PATCH 03/13] Schema Tag Tests (#5878) Co-authored-by: Logan Bussell --- .../ManifestHelper.cs | 36 + .../Microsoft.DotNet.Docker.Tests.csproj | 1 + .../StaticTagTests.cs | 629 ++++++++++++++++-- 3 files changed, 629 insertions(+), 37 deletions(-) diff --git a/tests/Microsoft.DotNet.Docker.Tests/ManifestHelper.cs b/tests/Microsoft.DotNet.Docker.Tests/ManifestHelper.cs index 5257fee8b2..8f1926a122 100644 --- a/tests/Microsoft.DotNet.Docker.Tests/ManifestHelper.cs +++ b/tests/Microsoft.DotNet.Docker.Tests/ManifestHelper.cs @@ -14,6 +14,8 @@ namespace Microsoft.DotNet.Docker.Tests { public static class ManifestHelper { + public record DockerfileInfo(string Repo, string MajorMinor, string Os, string Architecture); + public static Manifest GetManifest() => JsonConvert.DeserializeObject(Config.Manifest.Value.ToString()) ?? throw new Exception("Failed to deserialize manifest"); @@ -21,12 +23,46 @@ public static Manifest GetManifest() => public static string GetResolvedProductVersion(Image image) => GetVariableValue(image.ProductVersion); + public static IEnumerable GetResolvedProductVersions(Repo repo) => + repo.Images.Select(GetResolvedProductVersion).Distinct(); + public static List GetResolvedSharedTags(Image image) => image.SharedTags.Keys.Select(GetVariableValue).ToList(); public static List GetResolvedTags(Platform platform) => platform.Tags.Keys.Select(GetVariableValue).ToList(); + private static readonly string DockerfileRegex = @"src/(?.+)/(?\d+\.\d+)/(?.+)/(?.+)"; + + public static Dictionary> GetDockerfileTags(Repo repo) + { + Dictionary> dockerfileTags = new Dictionary>(); + foreach (Image image in repo.Images) + { + foreach (Platform platform in image.Platforms) + { + DockerfileInfo dockerfileInfo = GetDockerfileInfo(platform.Dockerfile); + if (!dockerfileTags.ContainsKey(dockerfileInfo)) + { + dockerfileTags[dockerfileInfo] = new List(); + } + dockerfileTags[dockerfileInfo].AddRange(GetResolvedTags(platform)); + dockerfileTags[dockerfileInfo].AddRange(GetResolvedSharedTags(image)); + } + } + return dockerfileTags; + } + + public static DockerfileInfo GetDockerfileInfo(string dockerfile) + { + var match = Regex.Match(dockerfile, DockerfileRegex); + if (!match.Success) + { + throw new Exception($"Failed to parse dockerfile: {dockerfile}"); + } + return new DockerfileInfo(match.Groups["repo"].Value, match.Groups["major_minor"].Value, match.Groups["os"].Value, match.Groups["architecture"].Value); + } + private static string GetVariableValue(string input) { string variablePattern = @"\$\((?.+)\)"; diff --git a/tests/Microsoft.DotNet.Docker.Tests/Microsoft.DotNet.Docker.Tests.csproj b/tests/Microsoft.DotNet.Docker.Tests/Microsoft.DotNet.Docker.Tests.csproj index 9125a2664f..62d080bf9a 100644 --- a/tests/Microsoft.DotNet.Docker.Tests/Microsoft.DotNet.Docker.Tests.csproj +++ b/tests/Microsoft.DotNet.Docker.Tests/Microsoft.DotNet.Docker.Tests.csproj @@ -6,6 +6,7 @@ + diff --git a/tests/Microsoft.DotNet.Docker.Tests/StaticTagTests.cs b/tests/Microsoft.DotNet.Docker.Tests/StaticTagTests.cs index 4dfc547061..d6a6afb007 100644 --- a/tests/Microsoft.DotNet.Docker.Tests/StaticTagTests.cs +++ b/tests/Microsoft.DotNet.Docker.Tests/StaticTagTests.cs @@ -5,7 +5,9 @@ using System; using System.Collections.Generic; using System.Linq; +using System.Text.RegularExpressions; using Microsoft.CodeAnalysis; +using FluentAssertions; using Xunit; #nullable enable @@ -15,87 +17,640 @@ namespace Microsoft.DotNet.Docker.Tests [Trait("Category", "pre-build")] public class StaticTagTests { + public enum VersionType + { + Major = 1, + MajorMinor = 2, + MajorMinorPatch = 3 + } + + private const string AlpineOs = "alpine"; private const string LatestTagValue = "latest"; + private const string SingleNumberRegex = @"\d+"; + private const string MajorVersionRegex = SingleNumberRegex; + private const string MajorMinorVersionRegex = @$"{SingleNumberRegex}\.{SingleNumberRegex}"; + private static readonly string[] ApplianceRepos = { "monitor", "monitor-base", "aspire-dashboard" }; + + private enum TestType + { + // Tests validating the 'latest' tags. + // Tests begin with "LatestTag_" + Latest, + + // Tests validating platform-specific tags + // Tags have variations of versions, oses, and architectures. + // Does not include tags with only versions specified (). + // Tests begin with "PlatformTag_" + Platform, + + // Tests validating alpine floating tags + // Tags have variations of versions and architectures. + // Tests begin with "FloatingAlpineTag_" + FloatingAlpine, - public static IEnumerable GetRepoObjects() => - ManifestHelper.GetManifest().Repos.Select(repo => new object[] { repo }).ToArray(); + // Tests validating version tags + // Tags have variations of versions + // Does not include tags with specified oses or architectures (). + // Tests begin with "VersionTag_" + Version + } [Theory] - [MemberData(nameof(GetRepoObjects))] - private void LatestTag_OnePerRepo(Repo repo) + [MemberData(nameof(GetTagTestObjects), TestType.Latest)] + public void LatestTag_OnePerRepo(Repo repo) { IEnumerable latestTagImages = repo.Images .Where(image => ManifestHelper.GetResolvedSharedTags(image).Contains(LatestTagValue)); - Assert.Single(latestTagImages); + latestTagImages.Should().ContainSingle("expected exactly one image to have the latest tag"); } [Theory] - [MemberData(nameof(GetRepoObjects))] - private void LatestTag_IsNotPlatformSpecific(Repo repo) + [MemberData(nameof(GetTagTestObjects), TestType.Latest)] + public void LatestTag_IsNotPlatformSpecific(Repo repo) { foreach (Image image in repo.Images) { IEnumerable latestTagPlatforms = image.Platforms .Where(platform => ManifestHelper.GetResolvedTags(platform).Contains(LatestTagValue)); - Assert.Empty(latestTagPlatforms); + latestTagPlatforms.Should().BeEmpty("expected latest tag to be a shared tag, not a platform-specific tag"); } } [Theory] - [MemberData(nameof(GetRepoObjects))] - private void LatestTag_OnCorrectMajorVersion(Repo repo) + [MemberData(nameof(GetTagTestObjects), TestType.Latest)] + public void LatestTag_OnCorrectMajorVersion(Repo repo) { Image latestImage = repo.Images .Where(image => ManifestHelper.GetResolvedSharedTags(image).Contains(LatestTagValue)) .First(); int expectedMajorVersion = GetExpectedMajorVersion(repo); - int actualMajorVersion = GetMajorVersion(ManifestHelper.GetResolvedProductVersion(latestImage)); + int actualMajorVersion = GetVersion(ManifestHelper.GetResolvedProductVersion(latestImage)).Major; - Assert.Equal(expectedMajorVersion, actualMajorVersion); + actualMajorVersion.Should().Be(expectedMajorVersion, "expected latest tag to be on the latest major version"); } - private static int GetExpectedMajorVersion(Repo repo) + // - -- Non-windows only for non-Appliance repos, old schema only for Appliance repos + // - -- Non-windows only for non-Appliance repos, old schema only for Appliance repos + // - -- Old schema only for Appliance repos + // - - Non-Appliance repos, old schema only for Appliance repos + // - - Non-Appliance repos, old schema only for Appliance repos + // - -- New schema only for Appliance repos only + // - - New schema only for Appliance repos only + // - - New schema and non-monitor for Appliance repos only + [Theory] + [MemberData(nameof(GetTagTestObjects), TestType.Platform)] + public void PlatformTag_TagExists( + Repo repo, + VersionType versionType, + bool checkOs, + bool checkArchitecture, + Func skipDockerFileOn) { - List productVersions = repo.Images - .Select(ManifestHelper.GetResolvedProductVersion) - .Distinct() - .ToList(); - Assert.NotEmpty(productVersions); + if (!checkOs && !checkArchitecture) + { + throw new ArgumentException("At least one of 'checkOs' or 'checkArchitecture' must be true. " + + "Please use the VersionTag tests for this scenario."); + } - if (productVersions.Count == 1) + Dictionary> dockerfileTags = ManifestHelper.GetDockerfileTags(repo); + foreach (KeyValuePair> dockerfileTag in dockerfileTags) { - // Use the first product version if there is only one - return GetMajorVersion(productVersions[0]); + ManifestHelper.DockerfileInfo dockerfileInfo = dockerfileTag.Key; + if (skipDockerFileOn(dockerfileInfo)) + { + continue; + } + + IEnumerable tags = dockerfileTag.Value + .Where(tag => IsTagOfFormat( + tag, + versionType, + dockerfileInfo.MajorMinor, + checkOs ? dockerfileInfo.Os : null, + checkArchitecture ? dockerfileInfo.Architecture : null)); + + if (versionType == VersionType.Major && !IsExpectedMajorMinorVersion(repo, dockerfileInfo.MajorMinor)) + { + // Special case for major version tags + // These tags should be on the most up-to-date Major.Minor version for the respective major version + tags.Should().BeEmpty("expected tag to be on latest Major.Minor version for version " + + GetVersion(dockerfileInfo.MajorMinor).Major + ", but found the tag on " + dockerfileInfo); + } + else + { + tags.Should().ContainSingle(dockerfileInfo + " requires exactly one tag that matches the expected format"); + } + } + } + + // - -alpine- + // - -alpine + // - -alpine + // - -alpine- + // - -alpine- + // - -alpine Appliance repos only + [Theory] + [MemberData(nameof(GetTagTestObjects), TestType.FloatingAlpine)] + public void FloatingAlpineTag_OnLatestVersion(Repo repo, VersionType versionType, bool checkArchitecture) + { + Dictionary> dockerfileTags = ManifestHelper.GetDockerfileTags(repo); + + IEnumerable alpineDockerfiles = dockerfileTags.Keys + .Where(dockerfileInfo => dockerfileInfo.Os.Contains(AlpineOs)); + + if (!alpineDockerfiles.Any()) + { + // The repo doesn't have any alpine dockerfiles + return; + } + + // It's possible that we don't specify the alpine version if + // there's only a single alpine dockerfile in the repo. + // In this is the case, a null string for the version will be used + Version? latestAlpineVersion = alpineDockerfiles + .Select(GetAlpineVersion) + .Where(version => version != null) + .OrderByDescending(version => version) + .FirstOrDefault(); + + foreach (ManifestHelper.DockerfileInfo dockerfileInfo in alpineDockerfiles) + { + IEnumerable alpineFloatingTags = dockerfileTags[dockerfileInfo] + .Where(tag => IsTagOfFormat( + tag, + versionType, + majorMinor: dockerfileInfo.MajorMinor, + os: AlpineOs, + architecture: checkArchitecture ? dockerfileInfo.Architecture : null)); + + if(!alpineFloatingTags.Any()) + { + dockerfileInfo.Os.Should().NotBeEquivalentTo(AlpineOs + latestAlpineVersion, + $"{dockerfileInfo} does not have an alpine floating tag. " + + "This dockerfile should have a floating tag because it uses the latest alpine version"); + } + else + { + alpineFloatingTags.Should().ContainSingle("expected exactly one alpine floating tag for " + dockerfileInfo); + dockerfileInfo.Os.Should().BeEquivalentTo(AlpineOs + latestAlpineVersion, $"{dockerfileInfo} has an alpine floating tag." + + "This dockerfile not have a floating tag because it doesn't use the latest alpine version"); + } } - - if (Config.IsNightlyRepo) + } + + // - + // - + // - Appliance repos only + [Theory] + [MemberData(nameof(GetTagTestObjects), TestType.Version)] + public void VersionTag_SameOsAndVersion(Repo repo, VersionType versionType) + { + // Group tags -> dockerfiles + // Skip .NET 6 dockerfiles because they include linux and windows OSes for the tags + Dictionary> tagsToDockerfiles = ManifestHelper.GetDockerfileTags(repo) + .Where(pair => !IsDotNet6(pair.Key)) + .SelectMany(pair => pair.Value + .Where(tag => IsTagOfFormat( + tag, + versionType, + majorMinor: pair.Key.MajorMinor, + os: null, + architecture: null)) + .Select(tag => (tag, pair.Key))) + .GroupBy(pair => pair.tag, pair => pair.Key) + .ToDictionary(group => group.Key, group => group.ToList()); + + foreach (KeyValuePair> tagToDockerfiles in tagsToDockerfiles) { - // Use the latest major version on the nightly branch - List majorVersions = productVersions - .Select(GetMajorVersion) + string tag = tagToDockerfiles.Key; + List dockerfiles = tagToDockerfiles.Value; + + List dockerfileVersions = dockerfiles + .Select(dockerfile => dockerfile.MajorMinor) .Distinct() .ToList(); - return majorVersions.Max(); + dockerfileVersions.Should().ContainSingle( + "all dockerfiles for tag " + tag + " should have the same Major.Minor version"); + + if (versionType == VersionType.Major) + { + string dockerfileVersion = dockerfileVersions.First(); + + // Special case for major version tags + // These tags should be on the most up-to-date Major.Minor version for the respective major version + IsExpectedMajorMinorVersion(repo, dockerfileVersion).Should().BeTrue( + "expected tag to be on the latest Major.Minor version for the major version " + + GetVersion(dockerfileVersion).Major + ", but found the tag on " + dockerfileVersion); + } + + List dockerfileOses = dockerfiles + .Select(dockerfile => dockerfile.Os) + .Distinct() + .ToList(); + + dockerfileOses.Should().ContainSingle( + "all dockerfiles for tag " + tag + " should have the same os"); } + } + + private static IEnumerable GetTagTestObjects(TestType testType) + { + List testObjects = new List(); + foreach (Repo repo in ManifestHelper.GetManifest().Repos) + { + switch (testType) + { + case TestType.Latest: + testObjects.Add(GetTagTestInput(testType, repo)); + break; + + case TestType.Platform: + if (ApplianceRepos.Any(repo.Name.Contains)) + { + // Only appliance repos have major version tags + // Only appliance repos have floating distro tags () + testObjects.AddRange(new[] + { + GetTagTestInput( + testType, + repo, + VersionType.MajorMinorPatch, + checkOs: true, + checkArchitecture: true, + skipDockerfileOn: IsApplianceVersionUsingNewSchema + ), // -- + + GetTagTestInput( + testType, + repo, + VersionType.MajorMinorPatch, + checkOs: true, + checkArchitecture: false, + skipDockerfileOn: IsApplianceVersionUsingNewSchema + ), // - + + GetTagTestInput( + testType, + repo, + VersionType.MajorMinorPatch, + checkOs: false, + checkArchitecture: true, + skipDockerfileOn: IsApplianceVersionUsingOldSchema + ), // - + + GetTagTestInput( + testType, + repo, + VersionType.MajorMinor, + checkOs: true, + checkArchitecture: true, + skipDockerfileOn: IsApplianceVersionUsingNewSchema + ), // -- + + GetTagTestInput( + testType, + repo, + VersionType.MajorMinor, + checkOs: true, + checkArchitecture: false, + skipDockerfileOn: IsApplianceVersionUsingNewSchema + ), // - + + GetTagTestInput( + testType, + repo, + VersionType.MajorMinor, + checkOs: false, + checkArchitecture: true, + skipDockerfileOn: IsApplianceVersionUsingOldSchema + ), // - + + GetTagTestInput( + testType, + repo, + VersionType.Major, + checkOs: true, + checkArchitecture: true, + skipDockerfileOn: IsApplianceVersionUsingNewSchema + ), // -- + + GetTagTestInput( + testType, + repo, + VersionType.Major, + checkOs: true, + checkArchitecture: false, + skipDockerfileOn: IsApplianceVersionUsingNewSchema + ) // - + }); + + if (!repo.Name.Contains("monitor")) + { + // Monitor repos don't have these tags + testObjects.Add(GetTagTestInput( + testType, + repo, + VersionType.Major, + checkOs: false, + checkArchitecture: true, + skipDockerfileOn: IsApplianceVersionUsingOldSchema + )); // - + } + } + else + { + testObjects.AddRange(new[] + { + GetTagTestInput( + testType, + repo, + VersionType.MajorMinorPatch, + checkOs: true, + checkArchitecture: true, + skipDockerfileOn: IsWindows + ), // -- + + GetTagTestInput( + testType, + repo, + VersionType.MajorMinorPatch, + checkOs: true, + checkArchitecture: false + ), // - - // Use the latest GA major version on the main branch - // Assumes that non-GA versions have a hyphen in them - // e.g. non GA: 5.0.0-preview.1, GA: 5.0.0 - List gaVersions = productVersions - .Where(version => !version.Contains('-')) - .Select(GetMajorVersion) - .Distinct() + GetTagTestInput( + testType, + repo, + VersionType.MajorMinor, + checkOs: true, + checkArchitecture: true, + skipDockerfileOn: IsWindows + ), // -- + + GetTagTestInput( + testType, + repo, + VersionType.MajorMinor, + checkOs: true, + checkArchitecture: false + ) // - + }); + } + break; + + case TestType.FloatingAlpine: + if (ApplianceRepos.Any(repo.Name.Contains)) + { + // Only appliance repos have major version alpine floating tags + // Only appliance repos have major.minor.patch alpine floating tags + testObjects.AddRange(new[] + { + GetTagTestInput( + testType, + repo, + VersionType.MajorMinorPatch, + checkArchitecture: true + ), // -alpine- + + GetTagTestInput( + testType, + repo, + VersionType.MajorMinorPatch, + checkArchitecture: false + ), // -alpine + + GetTagTestInput( + testType, + repo, + VersionType.Major, + checkArchitecture: true + ), // -alpine- + + GetTagTestInput( + testType, + repo, + VersionType.Major, + checkArchitecture: false + ) // -alpine + }); + } + testObjects.AddRange(new[] + { + GetTagTestInput( + testType, + repo, + VersionType.MajorMinor, + checkArchitecture: true + ), // -alpine- + + GetTagTestInput( + testType, + repo, + VersionType.MajorMinor, + checkArchitecture: false + ) // -alpine + }); + break; + + case TestType.Version: + if (ApplianceRepos.Any(repo.Name.Contains)) + { + // Only appliance repos have major version tags + testObjects.Add(GetTagTestInput( + testType, + repo, + VersionType.Major + )); // + } + testObjects.AddRange(new[] + { + GetTagTestInput( + testType, + repo, + VersionType.MajorMinor + ), // + + GetTagTestInput( + testType, + repo, + VersionType.MajorMinorPatch + ), // + }); + break; + + default: + throw new ArgumentException("Invalid tag type", nameof(testType)); + } + } + return testObjects.ToArray(); + } + + private static object[] GetTagTestInput( + TestType testType, + Repo repo, + VersionType? versionType = null, + bool? checkOs = false, + bool? checkArchitecture = false, + Func? skipDockerfileOn = null) + { + switch (testType) + { + case TestType.Latest: + return [ repo ]; + + case TestType.Platform: + if (versionType == null || checkOs == null || checkArchitecture == null) + { + throw new ArgumentException($"'{nameof(versionType)}', '{nameof(checkOs)}' and '{nameof(checkArchitecture)}' must be specified", nameof(testType)); + } + return [ repo, versionType, checkOs, checkArchitecture, skipDockerfileOn ?? (_ => false) ]; + + case TestType.FloatingAlpine: + if (versionType == null || checkArchitecture == null) + { + throw new ArgumentException($"'{nameof(versionType)}' and '{nameof(checkArchitecture)}' must be specified", nameof(testType)); + } + return [ repo, versionType, checkArchitecture ]; + + case TestType.Version: + if (versionType == null) + { + throw new ArgumentException($"'{nameof(versionType)}' must be specified", nameof(testType)); + } + return [ repo, versionType ]; + + default: + throw new ArgumentException("Invalid tag type", nameof(testType)); + } + } + + private static bool IsWindows(ManifestHelper.DockerfileInfo dockerfileInfo) => + dockerfileInfo.Os.Contains("windowsservercore") || dockerfileInfo.Os.Contains("nanoserver"); + + // Certain versions of appliance repos use a new tag schema. + // This new schema excludes the OS from all tags. + // The aspire-dashboard repo uses this schema for all versions. + // The monitor and monitor-base repos use this schema for versions 9 and above. + private static bool IsApplianceVersionUsingOldSchema(ManifestHelper.DockerfileInfo dockerfileInfo) => + dockerfileInfo.Repo.Contains("monitor") && GetVersion(dockerfileInfo.MajorMinor).Major <= 8; + + // + private static bool IsApplianceVersionUsingNewSchema(ManifestHelper.DockerfileInfo dockerfileInfo) => + !IsApplianceVersionUsingOldSchema(dockerfileInfo); + + private static bool IsDotNet6(ManifestHelper.DockerfileInfo dockerfileInfo) => + dockerfileInfo.MajorMinor.StartsWith("6"); + + private static bool IsExpectedMajorMinorVersion(Repo repo, string version) + { + IEnumerable productVersions = ManifestHelper.GetResolvedProductVersions(repo); + + Assert.NotEmpty(productVersions); + + List majorMinorVersions = productVersions + .GroupBy(version => GetVersion(version).Major) + .Select(group => + { + if (!Config.IsNightlyRepo) + { + // Use the latest GA major version on the main branch + // Assumes that non-GA versions have a hyphen in them + // e.g. non GA: 5.0.0-preview.1, GA: 5.0.0 + // If there are no GA versions, use the latest preview version + var gaVersions = group.Where(version => !version.Contains('-')); + return gaVersions.Any() ? gaVersions : group; + } + // Use the latest major version on the nightly branch + return group; + }) + .Select(group => group.Select(version => + { + // Product versions are in the form of + // We only care about Major.Minor so we parse out the Patch + Version parsedVersion = GetVersion(version); + return new Version(parsedVersion.Major, parsedVersion.Minor); + }).OrderByDescending(version => version).First()) .ToList(); - return gaVersions.Max(); + Version inputVersion = GetVersion(version); + return majorMinorVersions.Contains(new Version(inputVersion.Major, inputVersion.Minor)); + } + + private static bool IsTagOfFormat( + string tag, + VersionType versionType, + string? majorMinor = null, + string? os = null, + string? architecture = null) + { + string tagRegex = versionType switch + { + VersionType.Major => majorMinor != null ? GetVersion(majorMinor).Major.ToString() : MajorVersionRegex, + VersionType.MajorMinor => @$"{majorMinor ?? MajorMinorVersionRegex}(-preview)?", + VersionType.MajorMinorPatch => @$"{majorMinor ?? MajorMinorVersionRegex}\.{SingleNumberRegex}(-{SingleNumberRegex})?(?:-(alpha|beta|preview|rc)\.{SingleNumberRegex})?", + _ => throw new ArgumentException("Invalid version type", nameof(versionType)), + }; + + string patternRegex = $"^{tagRegex}" + (os != null ? $"-{os}" : string.Empty) + (architecture != null ? $"-{architecture}" : string.Empty) + "$"; + return Regex.IsMatch(tag, patternRegex); + } + + private static Version? GetAlpineVersion(ManifestHelper.DockerfileInfo dockerfileInfo) + { + string? parsedOs = dockerfileInfo.Os.Replace(AlpineOs, string.Empty); + if (string.IsNullOrEmpty(parsedOs)) + { + // No version specified + return null; + } + return GetVersion(parsedOs); + } + + private static int GetExpectedMajorVersion(Repo repo) + { + IEnumerable productVersions = ManifestHelper.GetResolvedProductVersions(repo); + + Assert.NotEmpty(productVersions); + + if (productVersions.Count() == 1) + { + // Use the first product version if there is only one + return GetVersion(productVersions.First()).Major; + } + + return productVersions + .Where(version => + { + if (!Config.IsNightlyRepo) + { + // Use the latest GA version on the main branch + // Assumes that non-GA versions have a hyphen in them + // e.g. non GA: 5.0.0-preview.1, GA: 5.0.0 + return !version.Contains('-'); + } + // Use the latest version on the nightly branch + return true; + }) + .Select(version => GetVersion(version).Major) + .Max(); } - private static int GetMajorVersion(string version) => - int.Parse(version.Split('.')[0]); + private static Version GetVersion(string input) + { + // Version in the input can be in the form of + // , , or + Match match = Regex.Match(input, @$"^({MajorVersionRegex})(\.{SingleNumberRegex})?(\.{SingleNumberRegex})?"); + if (!match.Success) + { + throw new ArgumentException($"Failed to parse version from '{input}'", nameof(input)); + } + return new Version(match.Value); + } } } From 3cb0635f5959548b09edf7017476bd5811537573 Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Tue, 24 Sep 2024 13:55:49 -0700 Subject: [PATCH 04/13] Remove Alpine 3.19 images (#5910) --- README.aspnet.md | 9 - README.runtime-deps.md | 9 - README.runtime.md | 6 - README.sdk.md | 6 - .../aspnet-tags.yml | 9 - .../runtime-deps-tags.yml | 9 - .../runtime-tags.yml | 6 - eng/mcr-tags-metadata-templates/sdk-tags.yml | 6 - manifest.json | 520 ------------------ manifest.versions.json | 1 - src/aspnet/6.0/alpine3.19/amd64/Dockerfile | 15 - src/aspnet/6.0/alpine3.19/arm32v7/Dockerfile | 15 - src/aspnet/6.0/alpine3.19/arm64v8/Dockerfile | 15 - .../8.0/alpine3.19-composite/amd64/Dockerfile | 21 - .../alpine3.19-composite/arm32v7/Dockerfile | 21 - .../alpine3.19-composite/arm64v8/Dockerfile | 21 - src/aspnet/8.0/alpine3.19/amd64/Dockerfile | 15 - src/aspnet/8.0/alpine3.19/arm32v7/Dockerfile | 15 - src/aspnet/8.0/alpine3.19/arm64v8/Dockerfile | 15 - .../6.0/alpine3.19/amd64/Dockerfile | 20 - .../6.0/alpine3.19/arm32v7/Dockerfile | 20 - .../6.0/alpine3.19/arm64v8/Dockerfile | 20 - .../8.0/alpine3.19-extra/amd64/Dockerfile | 31 -- .../8.0/alpine3.19-extra/arm32v7/Dockerfile | 31 -- .../8.0/alpine3.19-extra/arm64v8/Dockerfile | 31 -- .../alpine3.19-aot/amd64/Dockerfile | 29 - .../alpine3.19-aot/arm32v7/Dockerfile | 29 - .../alpine3.19-aot/arm64v8/Dockerfile | 29 - .../alpine3.19-extra/amd64/Dockerfile | 31 -- .../alpine3.19-extra/arm32v7/Dockerfile | 31 -- .../alpine3.19-extra/arm64v8/Dockerfile | 31 -- .../8.0/alpine3.19/amd64/Dockerfile | 30 - .../8.0/alpine3.19/arm32v7/Dockerfile | 30 - .../8.0/alpine3.19/arm64v8/Dockerfile | 30 - src/runtime/6.0/alpine3.19/amd64/Dockerfile | 17 - src/runtime/6.0/alpine3.19/arm32v7/Dockerfile | 17 - src/runtime/6.0/alpine3.19/arm64v8/Dockerfile | 17 - src/runtime/8.0/alpine3.19/amd64/Dockerfile | 17 - src/runtime/8.0/alpine3.19/arm32v7/Dockerfile | 17 - src/runtime/8.0/alpine3.19/arm64v8/Dockerfile | 17 - src/sdk/6.0/alpine3.19/amd64/Dockerfile | 52 -- src/sdk/6.0/alpine3.19/arm32v7/Dockerfile | 36 -- src/sdk/6.0/alpine3.19/arm64v8/Dockerfile | 36 -- src/sdk/8.0/alpine3.19/amd64/Dockerfile | 51 -- src/sdk/8.0/alpine3.19/arm32v7/Dockerfile | 35 -- src/sdk/8.0/alpine3.19/arm64v8/Dockerfile | 35 -- tests/Microsoft.DotNet.Docker.Tests/OS.cs | 1 - .../Microsoft.DotNet.Docker.Tests/TestData.cs | 18 - .../performance/ImageSize.nightly.linux.json | 35 -- 49 files changed, 1558 deletions(-) delete mode 100644 src/aspnet/6.0/alpine3.19/amd64/Dockerfile delete mode 100644 src/aspnet/6.0/alpine3.19/arm32v7/Dockerfile delete mode 100644 src/aspnet/6.0/alpine3.19/arm64v8/Dockerfile delete mode 100644 src/aspnet/8.0/alpine3.19-composite/amd64/Dockerfile delete mode 100644 src/aspnet/8.0/alpine3.19-composite/arm32v7/Dockerfile delete mode 100644 src/aspnet/8.0/alpine3.19-composite/arm64v8/Dockerfile delete mode 100644 src/aspnet/8.0/alpine3.19/amd64/Dockerfile delete mode 100644 src/aspnet/8.0/alpine3.19/arm32v7/Dockerfile delete mode 100644 src/aspnet/8.0/alpine3.19/arm64v8/Dockerfile delete mode 100644 src/runtime-deps/6.0/alpine3.19/amd64/Dockerfile delete mode 100644 src/runtime-deps/6.0/alpine3.19/arm32v7/Dockerfile delete mode 100644 src/runtime-deps/6.0/alpine3.19/arm64v8/Dockerfile delete mode 100644 src/runtime-deps/8.0/alpine3.19-extra/amd64/Dockerfile delete mode 100644 src/runtime-deps/8.0/alpine3.19-extra/arm32v7/Dockerfile delete mode 100644 src/runtime-deps/8.0/alpine3.19-extra/arm64v8/Dockerfile delete mode 100644 src/runtime-deps/8.0/alpine3.19/alpine3.19-aot/amd64/Dockerfile delete mode 100644 src/runtime-deps/8.0/alpine3.19/alpine3.19-aot/arm32v7/Dockerfile delete mode 100644 src/runtime-deps/8.0/alpine3.19/alpine3.19-aot/arm64v8/Dockerfile delete mode 100644 src/runtime-deps/8.0/alpine3.19/alpine3.19-extra/amd64/Dockerfile delete mode 100644 src/runtime-deps/8.0/alpine3.19/alpine3.19-extra/arm32v7/Dockerfile delete mode 100644 src/runtime-deps/8.0/alpine3.19/alpine3.19-extra/arm64v8/Dockerfile delete mode 100644 src/runtime-deps/8.0/alpine3.19/amd64/Dockerfile delete mode 100644 src/runtime-deps/8.0/alpine3.19/arm32v7/Dockerfile delete mode 100644 src/runtime-deps/8.0/alpine3.19/arm64v8/Dockerfile delete mode 100644 src/runtime/6.0/alpine3.19/amd64/Dockerfile delete mode 100644 src/runtime/6.0/alpine3.19/arm32v7/Dockerfile delete mode 100644 src/runtime/6.0/alpine3.19/arm64v8/Dockerfile delete mode 100644 src/runtime/8.0/alpine3.19/amd64/Dockerfile delete mode 100644 src/runtime/8.0/alpine3.19/arm32v7/Dockerfile delete mode 100644 src/runtime/8.0/alpine3.19/arm64v8/Dockerfile delete mode 100644 src/sdk/6.0/alpine3.19/amd64/Dockerfile delete mode 100644 src/sdk/6.0/alpine3.19/arm32v7/Dockerfile delete mode 100644 src/sdk/6.0/alpine3.19/arm64v8/Dockerfile delete mode 100644 src/sdk/8.0/alpine3.19/amd64/Dockerfile delete mode 100644 src/sdk/8.0/alpine3.19/arm32v7/Dockerfile delete mode 100644 src/sdk/8.0/alpine3.19/arm64v8/Dockerfile diff --git a/README.aspnet.md b/README.aspnet.md index 7e8d1991d7..8c23899a7e 100644 --- a/README.aspnet.md +++ b/README.aspnet.md @@ -92,8 +92,6 @@ Tags | Dockerfile | OS Version 8.0.8-bookworm-slim-amd64, 8.0-bookworm-slim-amd64, 8.0.8-bookworm-slim, 8.0-bookworm-slim, 8.0.8, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/bookworm-slim/amd64/Dockerfile) | Debian 12 8.0.8-alpine3.20-amd64, 8.0-alpine3.20-amd64, 8.0-alpine-amd64, 8.0.8-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 8.0.8-alpine3.20-composite-amd64, 8.0-alpine3.20-composite-amd64, 8.0-alpine-composite-amd64, 8.0.8-alpine3.20-composite, 8.0-alpine3.20-composite, 8.0-alpine-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.20-composite/amd64/Dockerfile) | Alpine 3.20 -8.0.8-alpine3.19-amd64, 8.0-alpine3.19-amd64, 8.0.8-alpine3.19, 8.0-alpine3.19 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.19/amd64/Dockerfile) | Alpine 3.19 -8.0.8-alpine3.19-composite-amd64, 8.0-alpine3.19-composite-amd64, 8.0.8-alpine3.19-composite, 8.0-alpine3.19-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.19-composite/amd64/Dockerfile) | Alpine 3.19 8.0.8-noble-amd64, 8.0-noble-amd64, 8.0.8-noble, 8.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/noble/amd64/Dockerfile) | Ubuntu 24.04 8.0.8-noble-chiseled-amd64, 8.0-noble-chiseled-amd64, 8.0.8-noble-chiseled, 8.0-noble-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/noble-chiseled/amd64/Dockerfile) | Ubuntu 24.04 8.0.8-noble-chiseled-extra-amd64, 8.0-noble-chiseled-extra-amd64, 8.0.8-noble-chiseled-extra, 8.0-noble-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/noble-chiseled-extra/amd64/Dockerfile) | Ubuntu 24.04 @@ -117,7 +115,6 @@ Tags | Dockerfile | OS Version 6.0.33-bookworm-slim-amd64, 6.0-bookworm-slim-amd64, 6.0.33-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bookworm-slim/amd64/Dockerfile) | Debian 12 6.0.33-bullseye-slim-amd64, 6.0-bullseye-slim-amd64, 6.0.33-bullseye-slim, 6.0-bullseye-slim, 6.0.33, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bullseye-slim/amd64/Dockerfile) | Debian 11 6.0.33-alpine3.20-amd64, 6.0-alpine3.20-amd64, 6.0-alpine-amd64, 6.0.33-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 -6.0.33-alpine3.19-amd64, 6.0-alpine3.19-amd64, 6.0.33-alpine3.19, 6.0-alpine3.19 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/alpine3.19/amd64/Dockerfile) | Alpine 3.19 6.0.33-jammy-amd64, 6.0-jammy-amd64, 6.0.33-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy/amd64/Dockerfile) | Ubuntu 22.04 6.0.33-jammy-chiseled-amd64, 6.0-jammy-chiseled-amd64, 6.0.33-jammy-chiseled, 6.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy-chiseled/amd64/Dockerfile) | Ubuntu 22.04 6.0.33-jammy-chiseled-extra-amd64, 6.0-jammy-chiseled-extra-amd64, 6.0.33-jammy-chiseled-extra, 6.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy-chiseled-extra/amd64/Dockerfile) | Ubuntu 22.04 @@ -145,8 +142,6 @@ Tags | Dockerfile | OS Version 8.0.8-bookworm-slim-arm64v8, 8.0-bookworm-slim-arm64v8, 8.0.8-bookworm-slim, 8.0-bookworm-slim, 8.0.8, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 8.0.8-alpine3.20-arm64v8, 8.0-alpine3.20-arm64v8, 8.0-alpine-arm64v8, 8.0.8-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 8.0.8-alpine3.20-composite-arm64v8, 8.0-alpine3.20-composite-arm64v8, 8.0-alpine-composite-arm64v8, 8.0.8-alpine3.20-composite, 8.0-alpine3.20-composite, 8.0-alpine-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.20-composite/arm64v8/Dockerfile) | Alpine 3.20 -8.0.8-alpine3.19-arm64v8, 8.0-alpine3.19-arm64v8, 8.0.8-alpine3.19, 8.0-alpine3.19 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.19/arm64v8/Dockerfile) | Alpine 3.19 -8.0.8-alpine3.19-composite-arm64v8, 8.0-alpine3.19-composite-arm64v8, 8.0.8-alpine3.19-composite, 8.0-alpine3.19-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.19-composite/arm64v8/Dockerfile) | Alpine 3.19 8.0.8-noble-arm64v8, 8.0-noble-arm64v8, 8.0.8-noble, 8.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/noble/arm64v8/Dockerfile) | Ubuntu 24.04 8.0.8-noble-chiseled-arm64v8, 8.0-noble-chiseled-arm64v8, 8.0.8-noble-chiseled, 8.0-noble-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/noble-chiseled/arm64v8/Dockerfile) | Ubuntu 24.04 8.0.8-noble-chiseled-extra-arm64v8, 8.0-noble-chiseled-extra-arm64v8, 8.0.8-noble-chiseled-extra, 8.0-noble-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/noble-chiseled-extra/arm64v8/Dockerfile) | Ubuntu 24.04 @@ -170,7 +165,6 @@ Tags | Dockerfile | OS Version 6.0.33-bookworm-slim-arm64v8, 6.0-bookworm-slim-arm64v8, 6.0.33-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 6.0.33-bullseye-slim-arm64v8, 6.0-bullseye-slim-arm64v8, 6.0.33-bullseye-slim, 6.0-bullseye-slim, 6.0.33, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bullseye-slim/arm64v8/Dockerfile) | Debian 11 6.0.33-alpine3.20-arm64v8, 6.0-alpine3.20-arm64v8, 6.0-alpine-arm64v8, 6.0.33-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 -6.0.33-alpine3.19-arm64v8, 6.0-alpine3.19-arm64v8, 6.0.33-alpine3.19, 6.0-alpine3.19 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/alpine3.19/arm64v8/Dockerfile) | Alpine 3.19 6.0.33-jammy-arm64v8, 6.0-jammy-arm64v8, 6.0.33-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04 6.0.33-jammy-chiseled-arm64v8, 6.0-jammy-chiseled-arm64v8, 6.0.33-jammy-chiseled, 6.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04 6.0.33-jammy-chiseled-extra-arm64v8, 6.0-jammy-chiseled-extra-arm64v8, 6.0.33-jammy-chiseled-extra, 6.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy-chiseled-extra/arm64v8/Dockerfile) | Ubuntu 22.04 @@ -193,8 +187,6 @@ Tags | Dockerfile | OS Version 8.0.8-bookworm-slim-arm32v7, 8.0-bookworm-slim-arm32v7, 8.0.8-bookworm-slim, 8.0-bookworm-slim, 8.0.8, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 8.0.8-alpine3.20-arm32v7, 8.0-alpine3.20-arm32v7, 8.0-alpine-arm32v7, 8.0.8-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 8.0.8-alpine3.20-composite-arm32v7, 8.0-alpine3.20-composite-arm32v7, 8.0-alpine-composite-arm32v7, 8.0.8-alpine3.20-composite, 8.0-alpine3.20-composite, 8.0-alpine-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.20-composite/arm32v7/Dockerfile) | Alpine 3.20 -8.0.8-alpine3.19-arm32v7, 8.0-alpine3.19-arm32v7, 8.0.8-alpine3.19, 8.0-alpine3.19 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.19/arm32v7/Dockerfile) | Alpine 3.19 -8.0.8-alpine3.19-composite-arm32v7, 8.0-alpine3.19-composite-arm32v7, 8.0.8-alpine3.19-composite, 8.0-alpine3.19-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.19-composite/arm32v7/Dockerfile) | Alpine 3.19 8.0.8-jammy-arm32v7, 8.0-jammy-arm32v7, 8.0.8-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04 8.0.8-jammy-chiseled-arm32v7, 8.0-jammy-chiseled-arm32v7, 8.0.8-jammy-chiseled, 8.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled/arm32v7/Dockerfile) | Ubuntu 22.04 8.0.8-jammy-chiseled-extra-arm32v7, 8.0-jammy-chiseled-extra-arm32v7, 8.0.8-jammy-chiseled-extra, 8.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled-extra/arm32v7/Dockerfile) | Ubuntu 22.04 @@ -203,7 +195,6 @@ Tags | Dockerfile | OS Version 6.0.33-bookworm-slim-arm32v7, 6.0-bookworm-slim-arm32v7, 6.0.33-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 6.0.33-bullseye-slim-arm32v7, 6.0-bullseye-slim-arm32v7, 6.0.33-bullseye-slim, 6.0-bullseye-slim, 6.0.33, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bullseye-slim/arm32v7/Dockerfile) | Debian 11 6.0.33-alpine3.20-arm32v7, 6.0-alpine3.20-arm32v7, 6.0-alpine-arm32v7, 6.0.33-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 -6.0.33-alpine3.19-arm32v7, 6.0-alpine3.19-arm32v7, 6.0.33-alpine3.19, 6.0-alpine3.19 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/alpine3.19/arm32v7/Dockerfile) | Alpine 3.19 6.0.33-jammy-arm32v7, 6.0-jammy-arm32v7, 6.0.33-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04 6.0.33-jammy-chiseled-arm32v7, 6.0-jammy-chiseled-arm32v7, 6.0.33-jammy-chiseled, 6.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy-chiseled/arm32v7/Dockerfile) | Ubuntu 22.04 6.0.33-jammy-chiseled-extra-arm32v7, 6.0-jammy-chiseled-extra-arm32v7, 6.0.33-jammy-chiseled-extra, 6.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy-chiseled-extra/arm32v7/Dockerfile) | Ubuntu 22.04 diff --git a/README.runtime-deps.md b/README.runtime-deps.md index 11ea4d8b33..4d039a8d7f 100644 --- a/README.runtime-deps.md +++ b/README.runtime-deps.md @@ -69,8 +69,6 @@ Tags | Dockerfile | OS Version 8.0.8-bookworm-slim-amd64, 8.0-bookworm-slim-amd64, 8.0.8-bookworm-slim, 8.0-bookworm-slim, 8.0.8, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/bookworm-slim/amd64/Dockerfile) | Debian 12 8.0.8-alpine3.20-amd64, 8.0-alpine3.20-amd64, 8.0-alpine-amd64, 8.0.8-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 8.0.8-alpine3.20-extra-amd64, 8.0-alpine3.20-extra-amd64, 8.0-alpine-extra-amd64, 8.0.8-alpine3.20-extra, 8.0-alpine3.20-extra, 8.0-alpine-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/alpine3.20-extra/amd64/Dockerfile) | Alpine 3.20 -8.0.8-alpine3.19-amd64, 8.0-alpine3.19-amd64, 8.0.8-alpine3.19, 8.0-alpine3.19 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/alpine3.19/amd64/Dockerfile) | Alpine 3.19 -8.0.8-alpine3.19-extra-amd64, 8.0-alpine3.19-extra-amd64, 8.0.8-alpine3.19-extra, 8.0-alpine3.19-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/alpine3.19-extra/amd64/Dockerfile) | Alpine 3.19 8.0.8-noble-amd64, 8.0-noble-amd64, 8.0.8-noble, 8.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/noble/amd64/Dockerfile) | Ubuntu 24.04 8.0.8-noble-chiseled-amd64, 8.0-noble-chiseled-amd64, 8.0.8-noble-chiseled, 8.0-noble-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/noble-chiseled/amd64/Dockerfile) | Ubuntu 24.04 8.0.8-noble-chiseled-extra-amd64, 8.0-noble-chiseled-extra-amd64, 8.0.8-noble-chiseled-extra, 8.0-noble-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/noble-chiseled-extra/amd64/Dockerfile) | Ubuntu 24.04 @@ -86,7 +84,6 @@ Tags | Dockerfile | OS Version 6.0.33-bookworm-slim-amd64, 6.0-bookworm-slim-amd64, 6.0.33-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/bookworm-slim/amd64/Dockerfile) | Debian 12 6.0.33-bullseye-slim-amd64, 6.0-bullseye-slim-amd64, 6.0.33-bullseye-slim, 6.0-bullseye-slim, 6.0.33, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/bullseye-slim/amd64/Dockerfile) | Debian 11 6.0.33-alpine3.20-amd64, 6.0-alpine3.20-amd64, 6.0-alpine-amd64, 6.0.33-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 -6.0.33-alpine3.19-amd64, 6.0-alpine3.19-amd64, 6.0.33-alpine3.19, 6.0-alpine3.19 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/alpine3.19/amd64/Dockerfile) | Alpine 3.19 6.0.33-jammy-amd64, 6.0-jammy-amd64, 6.0.33-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy/amd64/Dockerfile) | Ubuntu 22.04 6.0.33-jammy-chiseled-amd64, 6.0-jammy-chiseled-amd64, 6.0.33-jammy-chiseled, 6.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy-chiseled/amd64/Dockerfile) | Ubuntu 22.04 6.0.33-jammy-chiseled-extra-amd64, 6.0-jammy-chiseled-extra-amd64, 6.0.33-jammy-chiseled-extra, 6.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy-chiseled-extra/amd64/Dockerfile) | Ubuntu 22.04 @@ -110,8 +107,6 @@ Tags | Dockerfile | OS Version 8.0.8-bookworm-slim-arm64v8, 8.0-bookworm-slim-arm64v8, 8.0.8-bookworm-slim, 8.0-bookworm-slim, 8.0.8, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 8.0.8-alpine3.20-arm64v8, 8.0-alpine3.20-arm64v8, 8.0-alpine-arm64v8, 8.0.8-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 8.0.8-alpine3.20-extra-arm64v8, 8.0-alpine3.20-extra-arm64v8, 8.0-alpine-extra-arm64v8, 8.0.8-alpine3.20-extra, 8.0-alpine3.20-extra, 8.0-alpine-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/alpine3.20-extra/arm64v8/Dockerfile) | Alpine 3.20 -8.0.8-alpine3.19-arm64v8, 8.0-alpine3.19-arm64v8, 8.0.8-alpine3.19, 8.0-alpine3.19 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/alpine3.19/arm64v8/Dockerfile) | Alpine 3.19 -8.0.8-alpine3.19-extra-arm64v8, 8.0-alpine3.19-extra-arm64v8, 8.0.8-alpine3.19-extra, 8.0-alpine3.19-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/alpine3.19-extra/arm64v8/Dockerfile) | Alpine 3.19 8.0.8-noble-arm64v8, 8.0-noble-arm64v8, 8.0.8-noble, 8.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/noble/arm64v8/Dockerfile) | Ubuntu 24.04 8.0.8-noble-chiseled-arm64v8, 8.0-noble-chiseled-arm64v8, 8.0.8-noble-chiseled, 8.0-noble-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/noble-chiseled/arm64v8/Dockerfile) | Ubuntu 24.04 8.0.8-noble-chiseled-extra-arm64v8, 8.0-noble-chiseled-extra-arm64v8, 8.0.8-noble-chiseled-extra, 8.0-noble-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/noble-chiseled-extra/arm64v8/Dockerfile) | Ubuntu 24.04 @@ -127,7 +122,6 @@ Tags | Dockerfile | OS Version 6.0.33-bookworm-slim-arm64v8, 6.0-bookworm-slim-arm64v8, 6.0.33-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 6.0.33-bullseye-slim-arm64v8, 6.0-bullseye-slim-arm64v8, 6.0.33-bullseye-slim, 6.0-bullseye-slim, 6.0.33, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/bullseye-slim/arm64v8/Dockerfile) | Debian 11 6.0.33-alpine3.20-arm64v8, 6.0-alpine3.20-arm64v8, 6.0-alpine-arm64v8, 6.0.33-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 -6.0.33-alpine3.19-arm64v8, 6.0-alpine3.19-arm64v8, 6.0.33-alpine3.19, 6.0-alpine3.19 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/alpine3.19/arm64v8/Dockerfile) | Alpine 3.19 6.0.33-jammy-arm64v8, 6.0-jammy-arm64v8, 6.0.33-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04 6.0.33-jammy-chiseled-arm64v8, 6.0-jammy-chiseled-arm64v8, 6.0.33-jammy-chiseled, 6.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04 6.0.33-jammy-chiseled-extra-arm64v8, 6.0-jammy-chiseled-extra-arm64v8, 6.0.33-jammy-chiseled-extra, 6.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy-chiseled-extra/arm64v8/Dockerfile) | Ubuntu 22.04 @@ -148,15 +142,12 @@ Tags | Dockerfile | OS Version 8.0.8-bookworm-slim-arm32v7, 8.0-bookworm-slim-arm32v7, 8.0.8-bookworm-slim, 8.0-bookworm-slim, 8.0.8, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 8.0.8-alpine3.20-arm32v7, 8.0-alpine3.20-arm32v7, 8.0-alpine-arm32v7, 8.0.8-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 8.0.8-alpine3.20-extra-arm32v7, 8.0-alpine3.20-extra-arm32v7, 8.0-alpine-extra-arm32v7, 8.0.8-alpine3.20-extra, 8.0-alpine3.20-extra, 8.0-alpine-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/alpine3.20-extra/arm32v7/Dockerfile) | Alpine 3.20 -8.0.8-alpine3.19-arm32v7, 8.0-alpine3.19-arm32v7, 8.0.8-alpine3.19, 8.0-alpine3.19 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/alpine3.19/arm32v7/Dockerfile) | Alpine 3.19 -8.0.8-alpine3.19-extra-arm32v7, 8.0-alpine3.19-extra-arm32v7, 8.0.8-alpine3.19-extra, 8.0-alpine3.19-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/alpine3.19-extra/arm32v7/Dockerfile) | Alpine 3.19 8.0.8-jammy-arm32v7, 8.0-jammy-arm32v7, 8.0.8-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04 8.0.8-jammy-chiseled-arm32v7, 8.0-jammy-chiseled-arm32v7, 8.0.8-jammy-chiseled, 8.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/jammy-chiseled/arm32v7/Dockerfile) | Ubuntu 22.04 8.0.8-jammy-chiseled-extra-arm32v7, 8.0-jammy-chiseled-extra-arm32v7, 8.0.8-jammy-chiseled-extra, 8.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/jammy-chiseled-extra/arm32v7/Dockerfile) | Ubuntu 22.04 6.0.33-bookworm-slim-arm32v7, 6.0-bookworm-slim-arm32v7, 6.0.33-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 6.0.33-bullseye-slim-arm32v7, 6.0-bullseye-slim-arm32v7, 6.0.33-bullseye-slim, 6.0-bullseye-slim, 6.0.33, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/bullseye-slim/arm32v7/Dockerfile) | Debian 11 6.0.33-alpine3.20-arm32v7, 6.0-alpine3.20-arm32v7, 6.0-alpine-arm32v7, 6.0.33-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 -6.0.33-alpine3.19-arm32v7, 6.0-alpine3.19-arm32v7, 6.0.33-alpine3.19, 6.0-alpine3.19 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/alpine3.19/arm32v7/Dockerfile) | Alpine 3.19 6.0.33-jammy-arm32v7, 6.0-jammy-arm32v7, 6.0.33-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04 6.0.33-jammy-chiseled-arm32v7, 6.0-jammy-chiseled-arm32v7, 6.0.33-jammy-chiseled, 6.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy-chiseled/arm32v7/Dockerfile) | Ubuntu 22.04 6.0.33-jammy-chiseled-extra-arm32v7, 6.0-jammy-chiseled-extra-arm32v7, 6.0.33-jammy-chiseled-extra, 6.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy-chiseled-extra/arm32v7/Dockerfile) | Ubuntu 22.04 diff --git a/README.runtime.md b/README.runtime.md index 312693d9cb..3329a3718a 100644 --- a/README.runtime.md +++ b/README.runtime.md @@ -75,7 +75,6 @@ Tags | Dockerfile | OS Version 9.0.0-rc.1-azurelinux3.0-distroless-extra-amd64, 9.0-azurelinux3.0-distroless-extra-amd64, 9.0.0-rc.1-azurelinux3.0-distroless-extra, 9.0-azurelinux3.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/9.0/azurelinux3.0-distroless-extra/amd64/Dockerfile) | Azure Linux 3.0 8.0.8-bookworm-slim-amd64, 8.0-bookworm-slim-amd64, 8.0.8-bookworm-slim, 8.0-bookworm-slim, 8.0.8, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/bookworm-slim/amd64/Dockerfile) | Debian 12 8.0.8-alpine3.20-amd64, 8.0-alpine3.20-amd64, 8.0-alpine-amd64, 8.0.8-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 -8.0.8-alpine3.19-amd64, 8.0-alpine3.19-amd64, 8.0.8-alpine3.19, 8.0-alpine3.19 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/alpine3.19/amd64/Dockerfile) | Alpine 3.19 8.0.8-noble-amd64, 8.0-noble-amd64, 8.0.8-noble, 8.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/noble/amd64/Dockerfile) | Ubuntu 24.04 8.0.8-noble-chiseled-amd64, 8.0-noble-chiseled-amd64, 8.0.8-noble-chiseled, 8.0-noble-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/noble-chiseled/amd64/Dockerfile) | Ubuntu 24.04 8.0.8-noble-chiseled-extra-amd64, 8.0-noble-chiseled-extra-amd64, 8.0.8-noble-chiseled-extra, 8.0-noble-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/noble-chiseled-extra/amd64/Dockerfile) | Ubuntu 24.04 @@ -91,7 +90,6 @@ Tags | Dockerfile | OS Version 6.0.33-bookworm-slim-amd64, 6.0-bookworm-slim-amd64, 6.0.33-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/bookworm-slim/amd64/Dockerfile) | Debian 12 6.0.33-bullseye-slim-amd64, 6.0-bullseye-slim-amd64, 6.0.33-bullseye-slim, 6.0-bullseye-slim, 6.0.33, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/bullseye-slim/amd64/Dockerfile) | Debian 11 6.0.33-alpine3.20-amd64, 6.0-alpine3.20-amd64, 6.0-alpine-amd64, 6.0.33-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 -6.0.33-alpine3.19-amd64, 6.0-alpine3.19-amd64, 6.0.33-alpine3.19, 6.0-alpine3.19 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/alpine3.19/amd64/Dockerfile) | Alpine 3.19 6.0.33-jammy-amd64, 6.0-jammy-amd64, 6.0.33-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/jammy/amd64/Dockerfile) | Ubuntu 22.04 6.0.33-jammy-chiseled-amd64, 6.0-jammy-chiseled-amd64, 6.0.33-jammy-chiseled, 6.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/jammy-chiseled/amd64/Dockerfile) | Ubuntu 22.04 6.0.33-jammy-chiseled-extra-amd64, 6.0-jammy-chiseled-extra-amd64, 6.0.33-jammy-chiseled-extra, 6.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/jammy-chiseled-extra/amd64/Dockerfile) | Ubuntu 22.04 @@ -113,7 +111,6 @@ Tags | Dockerfile | OS Version 9.0.0-rc.1-azurelinux3.0-distroless-extra-arm64v8, 9.0-azurelinux3.0-distroless-extra-arm64v8, 9.0.0-rc.1-azurelinux3.0-distroless-extra, 9.0-azurelinux3.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/9.0/azurelinux3.0-distroless-extra/arm64v8/Dockerfile) | Azure Linux 3.0 8.0.8-bookworm-slim-arm64v8, 8.0-bookworm-slim-arm64v8, 8.0.8-bookworm-slim, 8.0-bookworm-slim, 8.0.8, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 8.0.8-alpine3.20-arm64v8, 8.0-alpine3.20-arm64v8, 8.0-alpine-arm64v8, 8.0.8-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 -8.0.8-alpine3.19-arm64v8, 8.0-alpine3.19-arm64v8, 8.0.8-alpine3.19, 8.0-alpine3.19 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/alpine3.19/arm64v8/Dockerfile) | Alpine 3.19 8.0.8-noble-arm64v8, 8.0-noble-arm64v8, 8.0.8-noble, 8.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/noble/arm64v8/Dockerfile) | Ubuntu 24.04 8.0.8-noble-chiseled-arm64v8, 8.0-noble-chiseled-arm64v8, 8.0.8-noble-chiseled, 8.0-noble-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/noble-chiseled/arm64v8/Dockerfile) | Ubuntu 24.04 8.0.8-noble-chiseled-extra-arm64v8, 8.0-noble-chiseled-extra-arm64v8, 8.0.8-noble-chiseled-extra, 8.0-noble-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/noble-chiseled-extra/arm64v8/Dockerfile) | Ubuntu 24.04 @@ -129,7 +126,6 @@ Tags | Dockerfile | OS Version 6.0.33-bookworm-slim-arm64v8, 6.0-bookworm-slim-arm64v8, 6.0.33-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 6.0.33-bullseye-slim-arm64v8, 6.0-bullseye-slim-arm64v8, 6.0.33-bullseye-slim, 6.0-bullseye-slim, 6.0.33, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/bullseye-slim/arm64v8/Dockerfile) | Debian 11 6.0.33-alpine3.20-arm64v8, 6.0-alpine3.20-arm64v8, 6.0-alpine-arm64v8, 6.0.33-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 -6.0.33-alpine3.19-arm64v8, 6.0-alpine3.19-arm64v8, 6.0.33-alpine3.19, 6.0-alpine3.19 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/alpine3.19/arm64v8/Dockerfile) | Alpine 3.19 6.0.33-jammy-arm64v8, 6.0-jammy-arm64v8, 6.0.33-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04 6.0.33-jammy-chiseled-arm64v8, 6.0-jammy-chiseled-arm64v8, 6.0.33-jammy-chiseled, 6.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/jammy-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04 6.0.33-jammy-chiseled-extra-arm64v8, 6.0-jammy-chiseled-extra-arm64v8, 6.0.33-jammy-chiseled-extra, 6.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/jammy-chiseled-extra/arm64v8/Dockerfile) | Ubuntu 22.04 @@ -148,14 +144,12 @@ Tags | Dockerfile | OS Version 9.0.0-rc.1-noble-chiseled-extra-arm32v7, 9.0-noble-chiseled-extra-arm32v7, 9.0.0-rc.1-noble-chiseled-extra, 9.0-noble-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/9.0/noble-chiseled-extra/arm32v7/Dockerfile) | Ubuntu 24.04 8.0.8-bookworm-slim-arm32v7, 8.0-bookworm-slim-arm32v7, 8.0.8-bookworm-slim, 8.0-bookworm-slim, 8.0.8, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 8.0.8-alpine3.20-arm32v7, 8.0-alpine3.20-arm32v7, 8.0-alpine-arm32v7, 8.0.8-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 -8.0.8-alpine3.19-arm32v7, 8.0-alpine3.19-arm32v7, 8.0.8-alpine3.19, 8.0-alpine3.19 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/alpine3.19/arm32v7/Dockerfile) | Alpine 3.19 8.0.8-jammy-arm32v7, 8.0-jammy-arm32v7, 8.0.8-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04 8.0.8-jammy-chiseled-arm32v7, 8.0-jammy-chiseled-arm32v7, 8.0.8-jammy-chiseled, 8.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/jammy-chiseled/arm32v7/Dockerfile) | Ubuntu 22.04 8.0.8-jammy-chiseled-extra-arm32v7, 8.0-jammy-chiseled-extra-arm32v7, 8.0.8-jammy-chiseled-extra, 8.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/jammy-chiseled-extra/arm32v7/Dockerfile) | Ubuntu 22.04 6.0.33-bookworm-slim-arm32v7, 6.0-bookworm-slim-arm32v7, 6.0.33-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 6.0.33-bullseye-slim-arm32v7, 6.0-bullseye-slim-arm32v7, 6.0.33-bullseye-slim, 6.0-bullseye-slim, 6.0.33, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/bullseye-slim/arm32v7/Dockerfile) | Debian 11 6.0.33-alpine3.20-arm32v7, 6.0-alpine3.20-arm32v7, 6.0-alpine-arm32v7, 6.0.33-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 -6.0.33-alpine3.19-arm32v7, 6.0-alpine3.19-arm32v7, 6.0.33-alpine3.19, 6.0-alpine3.19 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/alpine3.19/arm32v7/Dockerfile) | Alpine 3.19 6.0.33-jammy-arm32v7, 6.0-jammy-arm32v7, 6.0.33-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04 6.0.33-jammy-chiseled-arm32v7, 6.0-jammy-chiseled-arm32v7, 6.0.33-jammy-chiseled, 6.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/jammy-chiseled/arm32v7/Dockerfile) | Ubuntu 22.04 6.0.33-jammy-chiseled-extra-arm32v7, 6.0-jammy-chiseled-extra-arm32v7, 6.0.33-jammy-chiseled-extra, 6.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/jammy-chiseled-extra/arm32v7/Dockerfile) | Ubuntu 22.04 diff --git a/README.sdk.md b/README.sdk.md index 39c5a410b1..6e887c7d9b 100644 --- a/README.sdk.md +++ b/README.sdk.md @@ -73,7 +73,6 @@ Tags | Dockerfile | OS Version 9.0.100-rc.1-azurelinux3.0-amd64, 9.0-azurelinux3.0-amd64, 9.0.100-rc.1-azurelinux3.0, 9.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/9.0/azurelinux3.0/amd64/Dockerfile) | Azure Linux 3.0 8.0.402-bookworm-slim-amd64, 8.0-bookworm-slim-amd64, 8.0.402-bookworm-slim, 8.0-bookworm-slim, 8.0.402, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/bookworm-slim/amd64/Dockerfile) | Debian 12 8.0.402-alpine3.20-amd64, 8.0-alpine3.20-amd64, 8.0-alpine-amd64, 8.0.402-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 -8.0.402-alpine3.19-amd64, 8.0-alpine3.19-amd64, 8.0.402-alpine3.19, 8.0-alpine3.19 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/alpine3.19/amd64/Dockerfile) | Alpine 3.19 8.0.402-noble-amd64, 8.0-noble-amd64, 8.0.402-noble, 8.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/noble/amd64/Dockerfile) | Ubuntu 24.04 8.0.402-jammy-amd64, 8.0-jammy-amd64, 8.0.402-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/jammy/amd64/Dockerfile) | Ubuntu 22.04 8.0.402-azurelinux3.0-amd64, 8.0-azurelinux3.0-amd64, 8.0.402-azurelinux3.0, 8.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/azurelinux3.0/amd64/Dockerfile) | Azure Linux 3.0 @@ -81,7 +80,6 @@ Tags | Dockerfile | OS Version 6.0.425-1-bookworm-slim-amd64, 6.0-bookworm-slim-amd64, 6.0.425-1-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/bookworm-slim/amd64/Dockerfile) | Debian 12 6.0.425-1-bullseye-slim-amd64, 6.0-bullseye-slim-amd64, 6.0.425-1-bullseye-slim, 6.0-bullseye-slim, 6.0.425-1, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/bullseye-slim/amd64/Dockerfile) | Debian 11 6.0.425-1-alpine3.20-amd64, 6.0-alpine3.20-amd64, 6.0-alpine-amd64, 6.0.425-1-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 -6.0.425-1-alpine3.19-amd64, 6.0-alpine3.19-amd64, 6.0.425-1-alpine3.19, 6.0-alpine3.19 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/alpine3.19/amd64/Dockerfile) | Alpine 3.19 6.0.425-1-jammy-amd64, 6.0-jammy-amd64, 6.0.425-1-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/jammy/amd64/Dockerfile) | Ubuntu 22.04 6.0.425-1-cbl-mariner2.0-amd64, 6.0-cbl-mariner2.0-amd64, 6.0.425-1-cbl-mariner2.0, 6.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/cbl-mariner2.0/amd64/Dockerfile) | CBL-Mariner 2.0 6.0.425-1-focal-amd64, 6.0-focal-amd64, 6.0.425-1-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/focal/amd64/Dockerfile) | Ubuntu 20.04 @@ -96,7 +94,6 @@ Tags | Dockerfile | OS Version 9.0.100-rc.1-azurelinux3.0-arm64v8, 9.0-azurelinux3.0-arm64v8, 9.0.100-rc.1-azurelinux3.0, 9.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/9.0/azurelinux3.0/arm64v8/Dockerfile) | Azure Linux 3.0 8.0.402-bookworm-slim-arm64v8, 8.0-bookworm-slim-arm64v8, 8.0.402-bookworm-slim, 8.0-bookworm-slim, 8.0.402, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 8.0.402-alpine3.20-arm64v8, 8.0-alpine3.20-arm64v8, 8.0-alpine-arm64v8, 8.0.402-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 -8.0.402-alpine3.19-arm64v8, 8.0-alpine3.19-arm64v8, 8.0.402-alpine3.19, 8.0-alpine3.19 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/alpine3.19/arm64v8/Dockerfile) | Alpine 3.19 8.0.402-noble-arm64v8, 8.0-noble-arm64v8, 8.0.402-noble, 8.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/noble/arm64v8/Dockerfile) | Ubuntu 24.04 8.0.402-jammy-arm64v8, 8.0-jammy-arm64v8, 8.0.402-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04 8.0.402-azurelinux3.0-arm64v8, 8.0-azurelinux3.0-arm64v8, 8.0.402-azurelinux3.0, 8.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/azurelinux3.0/arm64v8/Dockerfile) | Azure Linux 3.0 @@ -104,7 +101,6 @@ Tags | Dockerfile | OS Version 6.0.425-1-bookworm-slim-arm64v8, 6.0-bookworm-slim-arm64v8, 6.0.425-1-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 6.0.425-1-bullseye-slim-arm64v8, 6.0-bullseye-slim-arm64v8, 6.0.425-1-bullseye-slim, 6.0-bullseye-slim, 6.0.425-1, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/bullseye-slim/arm64v8/Dockerfile) | Debian 11 6.0.425-1-alpine3.20-arm64v8, 6.0-alpine3.20-arm64v8, 6.0-alpine-arm64v8, 6.0.425-1-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 -6.0.425-1-alpine3.19-arm64v8, 6.0-alpine3.19-arm64v8, 6.0.425-1-alpine3.19, 6.0-alpine3.19 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/alpine3.19/arm64v8/Dockerfile) | Alpine 3.19 6.0.425-1-jammy-arm64v8, 6.0-jammy-arm64v8, 6.0.425-1-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04 6.0.425-1-cbl-mariner2.0-arm64v8, 6.0-cbl-mariner2.0-arm64v8, 6.0.425-1-cbl-mariner2.0, 6.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/cbl-mariner2.0/arm64v8/Dockerfile) | CBL-Mariner 2.0 6.0.425-1-focal-arm64v8, 6.0-focal-arm64v8, 6.0.425-1-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/focal/arm64v8/Dockerfile) | Ubuntu 20.04 @@ -118,12 +114,10 @@ Tags | Dockerfile | OS Version 9.0.100-rc.1-noble-arm32v7, 9.0-noble-arm32v7, 9.0.100-rc.1-noble, 9.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/9.0/noble/arm32v7/Dockerfile) | Ubuntu 24.04 8.0.402-bookworm-slim-arm32v7, 8.0-bookworm-slim-arm32v7, 8.0.402-bookworm-slim, 8.0-bookworm-slim, 8.0.402, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 8.0.402-alpine3.20-arm32v7, 8.0-alpine3.20-arm32v7, 8.0-alpine-arm32v7, 8.0.402-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 -8.0.402-alpine3.19-arm32v7, 8.0-alpine3.19-arm32v7, 8.0.402-alpine3.19, 8.0-alpine3.19 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/alpine3.19/arm32v7/Dockerfile) | Alpine 3.19 8.0.402-jammy-arm32v7, 8.0-jammy-arm32v7, 8.0.402-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04 6.0.425-1-bookworm-slim-arm32v7, 6.0-bookworm-slim-arm32v7, 6.0.425-1-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 6.0.425-1-bullseye-slim-arm32v7, 6.0-bullseye-slim-arm32v7, 6.0.425-1-bullseye-slim, 6.0-bullseye-slim, 6.0.425-1, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/bullseye-slim/arm32v7/Dockerfile) | Debian 11 6.0.425-1-alpine3.20-arm32v7, 6.0-alpine3.20-arm32v7, 6.0-alpine-arm32v7, 6.0.425-1-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 -6.0.425-1-alpine3.19-arm32v7, 6.0-alpine3.19-arm32v7, 6.0.425-1-alpine3.19, 6.0-alpine3.19 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/alpine3.19/arm32v7/Dockerfile) | Alpine 3.19 6.0.425-1-jammy-arm32v7, 6.0-jammy-arm32v7, 6.0.425-1-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04 6.0.425-1-focal-arm32v7, 6.0-focal-arm32v7, 6.0.425-1-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/focal/arm32v7/Dockerfile) | Ubuntu 20.04 diff --git a/eng/mcr-tags-metadata-templates/aspnet-tags.yml b/eng/mcr-tags-metadata-templates/aspnet-tags.yml index fafc485886..ec52012522 100644 --- a/eng/mcr-tags-metadata-templates/aspnet-tags.yml +++ b/eng/mcr-tags-metadata-templates/aspnet-tags.yml @@ -15,8 +15,6 @@ $(McrTagsYmlTagGroup:9.0-azurelinux3.0-distroless-composite-extra-amd64) $(McrTagsYmlTagGroup:8.0-bookworm-slim-amd64) $(McrTagsYmlTagGroup:8.0-alpine3.20-amd64) $(McrTagsYmlTagGroup:8.0-alpine3.20-composite-amd64) -$(McrTagsYmlTagGroup:8.0-alpine3.19-amd64) -$(McrTagsYmlTagGroup:8.0-alpine3.19-composite-amd64) $(McrTagsYmlTagGroup:8.0-noble-amd64) $(McrTagsYmlTagGroup:8.0-noble-chiseled-amd64) $(McrTagsYmlTagGroup:8.0-noble-chiseled-extra-amd64) @@ -40,7 +38,6 @@ $(McrTagsYmlTagGroup:8.0-cbl-mariner2.0-distroless-composite-extra-amd64) $(McrTagsYmlTagGroup:6.0-bookworm-slim-amd64) $(McrTagsYmlTagGroup:6.0-bullseye-slim-amd64) $(McrTagsYmlTagGroup:6.0-alpine3.20-amd64) -$(McrTagsYmlTagGroup:6.0-alpine3.19-amd64) $(McrTagsYmlTagGroup:6.0-jammy-amd64) $(McrTagsYmlTagGroup:6.0-jammy-chiseled-amd64) $(McrTagsYmlTagGroup:6.0-jammy-chiseled-extra-amd64) @@ -63,8 +60,6 @@ $(McrTagsYmlTagGroup:9.0-azurelinux3.0-distroless-composite-extra-arm64v8) $(McrTagsYmlTagGroup:8.0-bookworm-slim-arm64v8) $(McrTagsYmlTagGroup:8.0-alpine3.20-arm64v8) $(McrTagsYmlTagGroup:8.0-alpine3.20-composite-arm64v8) -$(McrTagsYmlTagGroup:8.0-alpine3.19-arm64v8) -$(McrTagsYmlTagGroup:8.0-alpine3.19-composite-arm64v8) $(McrTagsYmlTagGroup:8.0-noble-arm64v8) $(McrTagsYmlTagGroup:8.0-noble-chiseled-arm64v8) $(McrTagsYmlTagGroup:8.0-noble-chiseled-extra-arm64v8) @@ -88,7 +83,6 @@ $(McrTagsYmlTagGroup:8.0-cbl-mariner2.0-distroless-composite-extra-arm64v8) $(McrTagsYmlTagGroup:6.0-bookworm-slim-arm64v8) $(McrTagsYmlTagGroup:6.0-bullseye-slim-arm64v8) $(McrTagsYmlTagGroup:6.0-alpine3.20-arm64v8) -$(McrTagsYmlTagGroup:6.0-alpine3.19-arm64v8) $(McrTagsYmlTagGroup:6.0-jammy-arm64v8) $(McrTagsYmlTagGroup:6.0-jammy-chiseled-arm64v8) $(McrTagsYmlTagGroup:6.0-jammy-chiseled-extra-arm64v8) @@ -106,8 +100,6 @@ $(McrTagsYmlTagGroup:9.0-noble-chiseled-composite-extra-arm32v7) $(McrTagsYmlTagGroup:8.0-bookworm-slim-arm32v7) $(McrTagsYmlTagGroup:8.0-alpine3.20-arm32v7) $(McrTagsYmlTagGroup:8.0-alpine3.20-composite-arm32v7) -$(McrTagsYmlTagGroup:8.0-alpine3.19-arm32v7) -$(McrTagsYmlTagGroup:8.0-alpine3.19-composite-arm32v7) $(McrTagsYmlTagGroup:8.0-jammy-arm32v7) $(McrTagsYmlTagGroup:8.0-jammy-chiseled-arm32v7) $(McrTagsYmlTagGroup:8.0-jammy-chiseled-extra-arm32v7) @@ -116,7 +108,6 @@ $(McrTagsYmlTagGroup:8.0-jammy-chiseled-composite-extra-arm32v7) $(McrTagsYmlTagGroup:6.0-bookworm-slim-arm32v7) $(McrTagsYmlTagGroup:6.0-bullseye-slim-arm32v7) $(McrTagsYmlTagGroup:6.0-alpine3.20-arm32v7) -$(McrTagsYmlTagGroup:6.0-alpine3.19-arm32v7) $(McrTagsYmlTagGroup:6.0-jammy-arm32v7) $(McrTagsYmlTagGroup:6.0-jammy-chiseled-arm32v7) $(McrTagsYmlTagGroup:6.0-jammy-chiseled-extra-arm32v7) diff --git a/eng/mcr-tags-metadata-templates/runtime-deps-tags.yml b/eng/mcr-tags-metadata-templates/runtime-deps-tags.yml index ef691bf4d6..a89a28a897 100644 --- a/eng/mcr-tags-metadata-templates/runtime-deps-tags.yml +++ b/eng/mcr-tags-metadata-templates/runtime-deps-tags.yml @@ -11,8 +11,6 @@ $(McrTagsYmlTagGroup:9.0-azurelinux3.0-distroless-extra-amd64) $(McrTagsYmlTagGroup:8.0-bookworm-slim-amd64) $(McrTagsYmlTagGroup:8.0-alpine3.20-amd64) $(McrTagsYmlTagGroup:8.0-alpine3.20-extra-amd64) -$(McrTagsYmlTagGroup:8.0-alpine3.19-amd64) -$(McrTagsYmlTagGroup:8.0-alpine3.19-extra-amd64) $(McrTagsYmlTagGroup:8.0-noble-amd64) $(McrTagsYmlTagGroup:8.0-noble-chiseled-amd64) $(McrTagsYmlTagGroup:8.0-noble-chiseled-extra-amd64) @@ -28,7 +26,6 @@ $(McrTagsYmlTagGroup:8.0-cbl-mariner2.0-distroless-extra-amd64) $(McrTagsYmlTagGroup:6.0-bookworm-slim-amd64) $(McrTagsYmlTagGroup:6.0-bullseye-slim-amd64) $(McrTagsYmlTagGroup:6.0-alpine3.20-amd64) -$(McrTagsYmlTagGroup:6.0-alpine3.19-amd64) $(McrTagsYmlTagGroup:6.0-jammy-amd64) $(McrTagsYmlTagGroup:6.0-jammy-chiseled-amd64) $(McrTagsYmlTagGroup:6.0-jammy-chiseled-extra-amd64) @@ -47,8 +44,6 @@ $(McrTagsYmlTagGroup:9.0-azurelinux3.0-distroless-extra-arm64v8) $(McrTagsYmlTagGroup:8.0-bookworm-slim-arm64v8) $(McrTagsYmlTagGroup:8.0-alpine3.20-arm64v8) $(McrTagsYmlTagGroup:8.0-alpine3.20-extra-arm64v8) -$(McrTagsYmlTagGroup:8.0-alpine3.19-arm64v8) -$(McrTagsYmlTagGroup:8.0-alpine3.19-extra-arm64v8) $(McrTagsYmlTagGroup:8.0-noble-arm64v8) $(McrTagsYmlTagGroup:8.0-noble-chiseled-arm64v8) $(McrTagsYmlTagGroup:8.0-noble-chiseled-extra-arm64v8) @@ -64,7 +59,6 @@ $(McrTagsYmlTagGroup:8.0-cbl-mariner2.0-distroless-extra-arm64v8) $(McrTagsYmlTagGroup:6.0-bookworm-slim-arm64v8) $(McrTagsYmlTagGroup:6.0-bullseye-slim-arm64v8) $(McrTagsYmlTagGroup:6.0-alpine3.20-arm64v8) -$(McrTagsYmlTagGroup:6.0-alpine3.19-arm64v8) $(McrTagsYmlTagGroup:6.0-jammy-arm64v8) $(McrTagsYmlTagGroup:6.0-jammy-chiseled-arm64v8) $(McrTagsYmlTagGroup:6.0-jammy-chiseled-extra-arm64v8) @@ -80,15 +74,12 @@ $(McrTagsYmlTagGroup:9.0-noble-chiseled-extra-arm32v7) $(McrTagsYmlTagGroup:8.0-bookworm-slim-arm32v7) $(McrTagsYmlTagGroup:8.0-alpine3.20-arm32v7) $(McrTagsYmlTagGroup:8.0-alpine3.20-extra-arm32v7) -$(McrTagsYmlTagGroup:8.0-alpine3.19-arm32v7) -$(McrTagsYmlTagGroup:8.0-alpine3.19-extra-arm32v7) $(McrTagsYmlTagGroup:8.0-jammy-arm32v7) $(McrTagsYmlTagGroup:8.0-jammy-chiseled-arm32v7) $(McrTagsYmlTagGroup:8.0-jammy-chiseled-extra-arm32v7) $(McrTagsYmlTagGroup:6.0-bookworm-slim-arm32v7) $(McrTagsYmlTagGroup:6.0-bullseye-slim-arm32v7) $(McrTagsYmlTagGroup:6.0-alpine3.20-arm32v7) -$(McrTagsYmlTagGroup:6.0-alpine3.19-arm32v7) $(McrTagsYmlTagGroup:6.0-jammy-arm32v7) $(McrTagsYmlTagGroup:6.0-jammy-chiseled-arm32v7) $(McrTagsYmlTagGroup:6.0-jammy-chiseled-extra-arm32v7) diff --git a/eng/mcr-tags-metadata-templates/runtime-tags.yml b/eng/mcr-tags-metadata-templates/runtime-tags.yml index a56ee0b0fd..0c07841edb 100644 --- a/eng/mcr-tags-metadata-templates/runtime-tags.yml +++ b/eng/mcr-tags-metadata-templates/runtime-tags.yml @@ -9,7 +9,6 @@ $(McrTagsYmlTagGroup:9.0-azurelinux3.0-distroless-amd64) $(McrTagsYmlTagGroup:9.0-azurelinux3.0-distroless-extra-amd64) $(McrTagsYmlTagGroup:8.0-bookworm-slim-amd64) $(McrTagsYmlTagGroup:8.0-alpine3.20-amd64) -$(McrTagsYmlTagGroup:8.0-alpine3.19-amd64) $(McrTagsYmlTagGroup:8.0-noble-amd64) $(McrTagsYmlTagGroup:8.0-noble-chiseled-amd64) $(McrTagsYmlTagGroup:8.0-noble-chiseled-extra-amd64) @@ -25,7 +24,6 @@ $(McrTagsYmlTagGroup:8.0-cbl-mariner2.0-distroless-extra-amd64) $(McrTagsYmlTagGroup:6.0-bookworm-slim-amd64) $(McrTagsYmlTagGroup:6.0-bullseye-slim-amd64) $(McrTagsYmlTagGroup:6.0-alpine3.20-amd64) -$(McrTagsYmlTagGroup:6.0-alpine3.19-amd64) $(McrTagsYmlTagGroup:6.0-jammy-amd64) $(McrTagsYmlTagGroup:6.0-jammy-chiseled-amd64) $(McrTagsYmlTagGroup:6.0-jammy-chiseled-extra-amd64) @@ -42,7 +40,6 @@ $(McrTagsYmlTagGroup:9.0-azurelinux3.0-distroless-arm64v8) $(McrTagsYmlTagGroup:9.0-azurelinux3.0-distroless-extra-arm64v8) $(McrTagsYmlTagGroup:8.0-bookworm-slim-arm64v8) $(McrTagsYmlTagGroup:8.0-alpine3.20-arm64v8) -$(McrTagsYmlTagGroup:8.0-alpine3.19-arm64v8) $(McrTagsYmlTagGroup:8.0-noble-arm64v8) $(McrTagsYmlTagGroup:8.0-noble-chiseled-arm64v8) $(McrTagsYmlTagGroup:8.0-noble-chiseled-extra-arm64v8) @@ -58,7 +55,6 @@ $(McrTagsYmlTagGroup:8.0-cbl-mariner2.0-distroless-extra-arm64v8) $(McrTagsYmlTagGroup:6.0-bookworm-slim-arm64v8) $(McrTagsYmlTagGroup:6.0-bullseye-slim-arm64v8) $(McrTagsYmlTagGroup:6.0-alpine3.20-arm64v8) -$(McrTagsYmlTagGroup:6.0-alpine3.19-arm64v8) $(McrTagsYmlTagGroup:6.0-jammy-arm64v8) $(McrTagsYmlTagGroup:6.0-jammy-chiseled-arm64v8) $(McrTagsYmlTagGroup:6.0-jammy-chiseled-extra-arm64v8) @@ -72,14 +68,12 @@ $(McrTagsYmlTagGroup:9.0-noble-chiseled-arm32v7) $(McrTagsYmlTagGroup:9.0-noble-chiseled-extra-arm32v7) $(McrTagsYmlTagGroup:8.0-bookworm-slim-arm32v7) $(McrTagsYmlTagGroup:8.0-alpine3.20-arm32v7) -$(McrTagsYmlTagGroup:8.0-alpine3.19-arm32v7) $(McrTagsYmlTagGroup:8.0-jammy-arm32v7) $(McrTagsYmlTagGroup:8.0-jammy-chiseled-arm32v7) $(McrTagsYmlTagGroup:8.0-jammy-chiseled-extra-arm32v7) $(McrTagsYmlTagGroup:6.0-bookworm-slim-arm32v7) $(McrTagsYmlTagGroup:6.0-bullseye-slim-arm32v7) $(McrTagsYmlTagGroup:6.0-alpine3.20-arm32v7) -$(McrTagsYmlTagGroup:6.0-alpine3.19-arm32v7) $(McrTagsYmlTagGroup:6.0-jammy-arm32v7) $(McrTagsYmlTagGroup:6.0-jammy-chiseled-arm32v7) $(McrTagsYmlTagGroup:6.0-jammy-chiseled-extra-arm32v7) diff --git a/eng/mcr-tags-metadata-templates/sdk-tags.yml b/eng/mcr-tags-metadata-templates/sdk-tags.yml index 8065a26358..2abb332c1c 100644 --- a/eng/mcr-tags-metadata-templates/sdk-tags.yml +++ b/eng/mcr-tags-metadata-templates/sdk-tags.yml @@ -5,7 +5,6 @@ $(McrTagsYmlTagGroup:9.0-noble-amd64) $(McrTagsYmlTagGroup:9.0-azurelinux3.0-amd64) $(McrTagsYmlTagGroup:8.0-bookworm-slim-amd64) $(McrTagsYmlTagGroup:8.0-alpine3.20-amd64) -$(McrTagsYmlTagGroup:8.0-alpine3.19-amd64) $(McrTagsYmlTagGroup:8.0-noble-amd64) $(McrTagsYmlTagGroup:8.0-jammy-amd64) $(McrTagsYmlTagGroup:8.0-azurelinux3.0-amd64) @@ -13,7 +12,6 @@ $(McrTagsYmlTagGroup:8.0-cbl-mariner2.0-amd64) $(McrTagsYmlTagGroup:6.0-bookworm-slim-amd64) $(McrTagsYmlTagGroup:6.0-bullseye-slim-amd64) $(McrTagsYmlTagGroup:6.0-alpine3.20-amd64) -$(McrTagsYmlTagGroup:6.0-alpine3.19-amd64) $(McrTagsYmlTagGroup:6.0-jammy-amd64) $(McrTagsYmlTagGroup:6.0-cbl-mariner2.0-amd64) $(McrTagsYmlTagGroup:6.0-focal-amd64) @@ -23,7 +21,6 @@ $(McrTagsYmlTagGroup:9.0-noble-arm64v8) $(McrTagsYmlTagGroup:9.0-azurelinux3.0-arm64v8) $(McrTagsYmlTagGroup:8.0-bookworm-slim-arm64v8) $(McrTagsYmlTagGroup:8.0-alpine3.20-arm64v8) -$(McrTagsYmlTagGroup:8.0-alpine3.19-arm64v8) $(McrTagsYmlTagGroup:8.0-noble-arm64v8) $(McrTagsYmlTagGroup:8.0-jammy-arm64v8) $(McrTagsYmlTagGroup:8.0-azurelinux3.0-arm64v8) @@ -31,7 +28,6 @@ $(McrTagsYmlTagGroup:8.0-cbl-mariner2.0-arm64v8) $(McrTagsYmlTagGroup:6.0-bookworm-slim-arm64v8) $(McrTagsYmlTagGroup:6.0-bullseye-slim-arm64v8) $(McrTagsYmlTagGroup:6.0-alpine3.20-arm64v8) -$(McrTagsYmlTagGroup:6.0-alpine3.19-arm64v8) $(McrTagsYmlTagGroup:6.0-jammy-arm64v8) $(McrTagsYmlTagGroup:6.0-cbl-mariner2.0-arm64v8) $(McrTagsYmlTagGroup:6.0-focal-arm64v8) @@ -40,12 +36,10 @@ $(McrTagsYmlTagGroup:9.0-alpine3.20-arm32v7) $(McrTagsYmlTagGroup:9.0-noble-arm32v7) $(McrTagsYmlTagGroup:8.0-bookworm-slim-arm32v7) $(McrTagsYmlTagGroup:8.0-alpine3.20-arm32v7) -$(McrTagsYmlTagGroup:8.0-alpine3.19-arm32v7) $(McrTagsYmlTagGroup:8.0-jammy-arm32v7) $(McrTagsYmlTagGroup:6.0-bookworm-slim-arm32v7) $(McrTagsYmlTagGroup:6.0-bullseye-slim-arm32v7) $(McrTagsYmlTagGroup:6.0-alpine3.20-arm32v7) -$(McrTagsYmlTagGroup:6.0-alpine3.19-arm32v7) $(McrTagsYmlTagGroup:6.0-jammy-arm32v7) $(McrTagsYmlTagGroup:6.0-focal-arm32v7) $(McrTagsYmlTagGroup:9.0-nanoserver-ltsc2022) diff --git a/manifest.json b/manifest.json index 45e6f2b8a6..c0074d8733 100644 --- a/manifest.json +++ b/manifest.json @@ -121,49 +121,6 @@ } ] }, - { - "productVersion": "$(dotnet|6.0|product-version)", - "sharedTags": { - "$(dotnet|6.0|fixed-tag)-alpine3.19": {}, - "$(dotnet|6.0|minor-tag)-alpine3.19": {} - }, - "platforms": [ - { - "dockerfile": "src/runtime-deps/6.0/alpine3.19/amd64", - "dockerfileTemplate": "eng/dockerfile-templates/runtime-deps/Dockerfile", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(dotnet|6.0|fixed-tag)-alpine3.19-amd64": {}, - "$(dotnet|6.0|minor-tag)-alpine3.19-amd64": {} - } - }, - { - "architecture": "arm", - "dockerfile": "src/runtime-deps/6.0/alpine3.19/arm32v7", - "dockerfileTemplate": "eng/dockerfile-templates/runtime-deps/Dockerfile", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(dotnet|6.0|fixed-tag)-alpine3.19-arm32v7": {}, - "$(dotnet|6.0|minor-tag)-alpine3.19-arm32v7": {} - }, - "variant": "v7" - }, - { - "architecture": "arm64", - "dockerfile": "src/runtime-deps/6.0/alpine3.19/arm64v8", - "dockerfileTemplate": "eng/dockerfile-templates/runtime-deps/Dockerfile", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(dotnet|6.0|fixed-tag)-alpine3.19-arm64v8": {}, - "$(dotnet|6.0|minor-tag)-alpine3.19-arm64v8": {} - }, - "variant": "v8" - } - ] - }, { "productVersion": "$(dotnet|6.0|product-version)", "sharedTags": { @@ -581,119 +538,6 @@ } ] }, - { - "productVersion": "$(dotnet|8.0|product-version)", - "sharedTags": { - "$(dotnet|8.0|fixed-tag)-alpine3.19": {}, - "$(dotnet|8.0|minor-tag)-alpine3.19": {} - }, - "platforms": [ - { - "dockerfile": "src/runtime-deps/8.0/alpine3.19/amd64", - "dockerfileTemplate": "eng/dockerfile-templates/runtime-deps/Dockerfile", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(dotnet|8.0|fixed-tag)-alpine3.19-amd64": {}, - "$(dotnet|8.0|minor-tag)-alpine3.19-amd64": {} - } - }, - { - "architecture": "arm", - "dockerfile": "src/runtime-deps/8.0/alpine3.19/arm32v7", - "dockerfileTemplate": "eng/dockerfile-templates/runtime-deps/Dockerfile", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(dotnet|8.0|fixed-tag)-alpine3.19-arm32v7": {}, - "$(dotnet|8.0|minor-tag)-alpine3.19-arm32v7": {} - }, - "variant": "v7" - }, - { - "architecture": "arm64", - "dockerfile": "src/runtime-deps/8.0/alpine3.19/arm64v8", - "dockerfileTemplate": "eng/dockerfile-templates/runtime-deps/Dockerfile", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(dotnet|8.0|fixed-tag)-alpine3.19-arm64v8": {}, - "$(dotnet|8.0|minor-tag)-alpine3.19-arm64v8": {} - }, - "variant": "v8" - } - ] - }, - { - "productVersion": "$(dotnet|8.0|product-version)", - "sharedTags": { - "$(dotnet|8.0|fixed-tag)-alpine3.19-extra": {}, - "$(dotnet|8.0|minor-tag)-alpine3.19-extra": {} - }, - "platforms": [ - { - "dockerfile": "src/runtime-deps/8.0/alpine3.19-extra/amd64", - "dockerfileTemplate": "eng/dockerfile-templates/runtime-deps/Dockerfile.extra", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(dotnet|8.0|fixed-tag)-alpine3.19-extra-amd64": {}, - "$(dotnet|8.0|minor-tag)-alpine3.19-extra-amd64": {} - }, - "customBuildLegGroups": [ - { - "name": "test-dependencies", - "type": "Integral", - "dependencies": [ - "$(Repo:sdk):$(sdk|8.0|minor-tag)-alpine3.19-amd64" - ] - } - ] - }, - { - "architecture": "arm", - "dockerfile": "src/runtime-deps/8.0/alpine3.19-extra/arm32v7", - "dockerfileTemplate": "eng/dockerfile-templates/runtime-deps/Dockerfile.extra", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(dotnet|8.0|fixed-tag)-alpine3.19-extra-arm32v7": {}, - "$(dotnet|8.0|minor-tag)-alpine3.19-extra-arm32v7": {} - }, - "variant": "v7", - "customBuildLegGroups": [ - { - "name": "test-dependencies", - "type": "Integral", - "dependencies": [ - "$(Repo:sdk):$(sdk|8.0|minor-tag)-alpine3.19-arm32v7" - ] - } - ] - }, - { - "architecture": "arm64", - "dockerfile": "src/runtime-deps/8.0/alpine3.19-extra/arm64v8", - "dockerfileTemplate": "eng/dockerfile-templates/runtime-deps/Dockerfile.extra", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(dotnet|8.0|fixed-tag)-alpine3.19-extra-arm64v8": {}, - "$(dotnet|8.0|minor-tag)-alpine3.19-extra-arm64v8": {} - }, - "variant": "v8", - "customBuildLegGroups": [ - { - "name": "test-dependencies", - "type": "Integral", - "dependencies": [ - "$(Repo:sdk):$(sdk|8.0|minor-tag)-alpine3.19-arm64v8" - ] - } - ] - } - ] - }, { "productVersion": "$(dotnet|8.0|product-version)", "sharedTags": { @@ -2121,58 +1965,6 @@ } ] }, - { - "productVersion": "$(dotnet|6.0|product-version)", - "sharedTags": { - "$(dotnet|6.0|fixed-tag)-alpine3.19": {}, - "$(dotnet|6.0|minor-tag)-alpine3.19": {} - }, - "platforms": [ - { - "buildArgs": { - "REPO": "$(Repo:runtime-deps)" - }, - "dockerfile": "src/runtime/6.0/alpine3.19/amd64", - "dockerfileTemplate": "eng/dockerfile-templates/runtime/Dockerfile.linux", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(dotnet|6.0|fixed-tag)-alpine3.19-amd64": {}, - "$(dotnet|6.0|minor-tag)-alpine3.19-amd64": {} - } - }, - { - "architecture": "arm", - "buildArgs": { - "REPO": "$(Repo:runtime-deps)" - }, - "dockerfile": "src/runtime/6.0/alpine3.19/arm32v7", - "dockerfileTemplate": "eng/dockerfile-templates/runtime/Dockerfile.linux", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(dotnet|6.0|fixed-tag)-alpine3.19-arm32v7": {}, - "$(dotnet|6.0|minor-tag)-alpine3.19-arm32v7": {} - }, - "variant": "v7" - }, - { - "architecture": "arm64", - "buildArgs": { - "REPO": "$(Repo:runtime-deps)" - }, - "dockerfile": "src/runtime/6.0/alpine3.19/arm64v8", - "dockerfileTemplate": "eng/dockerfile-templates/runtime/Dockerfile.linux", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(dotnet|6.0|fixed-tag)-alpine3.19-arm64v8": {}, - "$(dotnet|6.0|minor-tag)-alpine3.19-arm64v8": {} - }, - "variant": "v8" - } - ] - }, { "productVersion": "$(dotnet|6.0|product-version)", "sharedTags": { @@ -2707,58 +2499,6 @@ } ] }, - { - "productVersion": "$(dotnet|8.0|product-version)", - "sharedTags": { - "$(dotnet|8.0|fixed-tag)-alpine3.19": {}, - "$(dotnet|8.0|minor-tag)-alpine3.19": {} - }, - "platforms": [ - { - "buildArgs": { - "REPO": "$(Repo:runtime-deps)" - }, - "dockerfile": "src/runtime/8.0/alpine3.19/amd64", - "dockerfileTemplate": "eng/dockerfile-templates/runtime/Dockerfile.linux", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(dotnet|8.0|fixed-tag)-alpine3.19-amd64": {}, - "$(dotnet|8.0|minor-tag)-alpine3.19-amd64": {} - } - }, - { - "architecture": "arm", - "buildArgs": { - "REPO": "$(Repo:runtime-deps)" - }, - "dockerfile": "src/runtime/8.0/alpine3.19/arm32v7", - "dockerfileTemplate": "eng/dockerfile-templates/runtime/Dockerfile.linux", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(dotnet|8.0|fixed-tag)-alpine3.19-arm32v7": {}, - "$(dotnet|8.0|minor-tag)-alpine3.19-arm32v7": {} - }, - "variant": "v7" - }, - { - "architecture": "arm64", - "buildArgs": { - "REPO": "$(Repo:runtime-deps)" - }, - "dockerfile": "src/runtime/8.0/alpine3.19/arm64v8", - "dockerfileTemplate": "eng/dockerfile-templates/runtime/Dockerfile.linux", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(dotnet|8.0|fixed-tag)-alpine3.19-arm64v8": {}, - "$(dotnet|8.0|minor-tag)-alpine3.19-arm64v8": {} - }, - "variant": "v8" - } - ] - }, { "productVersion": "$(dotnet|8.0|product-version)", "sharedTags": { @@ -4378,58 +4118,6 @@ } ] }, - { - "productVersion": "$(dotnet|6.0|product-version)", - "sharedTags": { - "$(dotnet|6.0|fixed-tag)-alpine3.19": {}, - "$(dotnet|6.0|minor-tag)-alpine3.19": {} - }, - "platforms": [ - { - "buildArgs": { - "REPO": "$(Repo:runtime)" - }, - "dockerfile": "src/aspnet/6.0/alpine3.19/amd64", - "dockerfileTemplate": "eng/dockerfile-templates/aspnet/Dockerfile.linux", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(dotnet|6.0|fixed-tag)-alpine3.19-amd64": {}, - "$(dotnet|6.0|minor-tag)-alpine3.19-amd64": {} - } - }, - { - "architecture": "arm", - "buildArgs": { - "REPO": "$(Repo:runtime)" - }, - "dockerfile": "src/aspnet/6.0/alpine3.19/arm32v7", - "dockerfileTemplate": "eng/dockerfile-templates/aspnet/Dockerfile.linux", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(dotnet|6.0|fixed-tag)-alpine3.19-arm32v7": {}, - "$(dotnet|6.0|minor-tag)-alpine3.19-arm32v7": {} - }, - "variant": "v7" - }, - { - "architecture": "arm64", - "buildArgs": { - "REPO": "$(Repo:runtime)" - }, - "dockerfile": "src/aspnet/6.0/alpine3.19/arm64v8", - "dockerfileTemplate": "eng/dockerfile-templates/aspnet/Dockerfile.linux", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(dotnet|6.0|fixed-tag)-alpine3.19-arm64v8": {}, - "$(dotnet|6.0|minor-tag)-alpine3.19-arm64v8": {} - }, - "variant": "v8" - } - ] - }, { "productVersion": "$(dotnet|6.0|product-version)", "sharedTags": { @@ -4970,110 +4658,6 @@ } ] }, - { - "productVersion": "$(dotnet|8.0|product-version)", - "sharedTags": { - "$(dotnet|8.0|fixed-tag)-alpine3.19": {}, - "$(dotnet|8.0|minor-tag)-alpine3.19": {} - }, - "platforms": [ - { - "buildArgs": { - "REPO": "$(Repo:runtime)" - }, - "dockerfile": "src/aspnet/8.0/alpine3.19/amd64", - "dockerfileTemplate": "eng/dockerfile-templates/aspnet/Dockerfile.linux", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(dotnet|8.0|fixed-tag)-alpine3.19-amd64": {}, - "$(dotnet|8.0|minor-tag)-alpine3.19-amd64": {} - } - }, - { - "architecture": "arm", - "buildArgs": { - "REPO": "$(Repo:runtime)" - }, - "dockerfile": "src/aspnet/8.0/alpine3.19/arm32v7", - "dockerfileTemplate": "eng/dockerfile-templates/aspnet/Dockerfile.linux", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(dotnet|8.0|fixed-tag)-alpine3.19-arm32v7": {}, - "$(dotnet|8.0|minor-tag)-alpine3.19-arm32v7": {} - }, - "variant": "v7" - }, - { - "architecture": "arm64", - "buildArgs": { - "REPO": "$(Repo:runtime)" - }, - "dockerfile": "src/aspnet/8.0/alpine3.19/arm64v8", - "dockerfileTemplate": "eng/dockerfile-templates/aspnet/Dockerfile.linux", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(dotnet|8.0|fixed-tag)-alpine3.19-arm64v8": {}, - "$(dotnet|8.0|minor-tag)-alpine3.19-arm64v8": {} - }, - "variant": "v8" - } - ] - }, - { - "productVersion": "$(dotnet|8.0|product-version)", - "sharedTags": { - "$(dotnet|8.0|fixed-tag)-alpine3.19-composite": {}, - "$(dotnet|8.0|minor-tag)-alpine3.19-composite": {} - }, - "platforms": [ - { - "buildArgs": { - "REPO": "$(Repo:runtime-deps)" - }, - "dockerfile": "src/aspnet/8.0/alpine3.19-composite/amd64", - "dockerfileTemplate": "eng/dockerfile-templates/aspnet/Dockerfile.linux-composite", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(dotnet|8.0|fixed-tag)-alpine3.19-composite-amd64": {}, - "$(dotnet|8.0|minor-tag)-alpine3.19-composite-amd64": {} - } - }, - { - "architecture": "arm", - "buildArgs": { - "REPO": "$(Repo:runtime-deps)" - }, - "dockerfile": "src/aspnet/8.0/alpine3.19-composite/arm32v7", - "dockerfileTemplate": "eng/dockerfile-templates/aspnet/Dockerfile.linux-composite", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(dotnet|8.0|fixed-tag)-alpine3.19-composite-arm32v7": {}, - "$(dotnet|8.0|minor-tag)-alpine3.19-composite-arm32v7": {} - }, - "variant": "v7" - }, - { - "architecture": "arm64", - "buildArgs": { - "REPO": "$(Repo:runtime-deps)" - }, - "dockerfile": "src/aspnet/8.0/alpine3.19-composite/arm64v8", - "dockerfileTemplate": "eng/dockerfile-templates/aspnet/Dockerfile.linux-composite", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(dotnet|8.0|fixed-tag)-alpine3.19-composite-arm64v8": {}, - "$(dotnet|8.0|minor-tag)-alpine3.19-composite-arm64v8": {} - }, - "variant": "v8" - } - ] - }, { "productVersion": "$(dotnet|8.0|product-version)", "sharedTags": { @@ -7501,58 +7085,6 @@ } ] }, - { - "productVersion": "$(sdk|6.0|product-version)", - "sharedTags": { - "$(sdk|6.0|fixed-tag)-alpine3.19": {}, - "$(sdk|6.0|minor-tag)-alpine3.19": {} - }, - "platforms": [ - { - "buildArgs": { - "REPO": "$(Repo:aspnet)" - }, - "dockerfile": "src/sdk/6.0/alpine3.19/amd64", - "dockerfileTemplate": "eng/dockerfile-templates/sdk/Dockerfile.linux", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(sdk|6.0|fixed-tag)-alpine3.19-amd64": {}, - "$(sdk|6.0|minor-tag)-alpine3.19-amd64": {} - } - }, - { - "buildArgs": { - "REPO": "$(Repo:aspnet)" - }, - "architecture": "arm", - "dockerfile": "src/sdk/6.0/alpine3.19/arm32v7", - "dockerfileTemplate": "eng/dockerfile-templates/sdk/Dockerfile.linux", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(sdk|6.0|fixed-tag)-alpine3.19-arm32v7": {}, - "$(sdk|6.0|minor-tag)-alpine3.19-arm32v7": {} - }, - "variant": "v7" - }, - { - "buildArgs": { - "REPO": "$(Repo:aspnet)" - }, - "architecture": "arm64", - "dockerfile": "src/sdk/6.0/alpine3.19/arm64v8", - "dockerfileTemplate": "eng/dockerfile-templates/sdk/Dockerfile.linux", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(sdk|6.0|fixed-tag)-alpine3.19-arm64v8": {}, - "$(sdk|6.0|minor-tag)-alpine3.19-arm64v8": {} - }, - "variant": "v8" - } - ] - }, { "productVersion": "$(sdk|6.0|product-version)", "sharedTags": { @@ -7850,58 +7382,6 @@ } ] }, - { - "productVersion": "$(sdk|8.0|product-version)", - "sharedTags": { - "$(sdk|8.0|fixed-tag)-alpine3.19": {}, - "$(sdk|8.0|minor-tag)-alpine3.19": {} - }, - "platforms": [ - { - "buildArgs": { - "REPO": "$(Repo:aspnet)" - }, - "dockerfile": "src/sdk/8.0/alpine3.19/amd64", - "dockerfileTemplate": "eng/dockerfile-templates/sdk/Dockerfile.linux", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(sdk|8.0|fixed-tag)-alpine3.19-amd64": {}, - "$(sdk|8.0|minor-tag)-alpine3.19-amd64": {} - } - }, - { - "buildArgs": { - "REPO": "$(Repo:aspnet)" - }, - "architecture": "arm", - "dockerfile": "src/sdk/8.0/alpine3.19/arm32v7", - "dockerfileTemplate": "eng/dockerfile-templates/sdk/Dockerfile.linux", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(sdk|8.0|fixed-tag)-alpine3.19-arm32v7": {}, - "$(sdk|8.0|minor-tag)-alpine3.19-arm32v7": {} - }, - "variant": "v7" - }, - { - "buildArgs": { - "REPO": "$(Repo:aspnet)" - }, - "architecture": "arm64", - "dockerfile": "src/sdk/8.0/alpine3.19/arm64v8", - "dockerfileTemplate": "eng/dockerfile-templates/sdk/Dockerfile.linux", - "os": "linux", - "osVersion": "alpine3.19", - "tags": { - "$(sdk|8.0|fixed-tag)-alpine3.19-arm64v8": {}, - "$(sdk|8.0|minor-tag)-alpine3.19-arm64v8": {} - }, - "variant": "v8" - } - ] - }, { "productVersion": "$(sdk|8.0|product-version)", "sharedTags": { diff --git a/manifest.versions.json b/manifest.versions.json index 7cc12476b6..3dc91638d3 100644 --- a/manifest.versions.json +++ b/manifest.versions.json @@ -111,7 +111,6 @@ "libicu|jammy": 70, "libicu|noble": 74, - "libssl|alpine3.19": "3", "libssl|alpine3.20": "3", "libssl|bookworm": "3", "libssl|bullseye": "1.1", diff --git a/src/aspnet/6.0/alpine3.19/amd64/Dockerfile b/src/aspnet/6.0/alpine3.19/amd64/Dockerfile deleted file mode 100644 index 5b93b0fa10..0000000000 --- a/src/aspnet/6.0/alpine3.19/amd64/Dockerfile +++ /dev/null @@ -1,15 +0,0 @@ -ARG REPO=mcr.microsoft.com/dotnet/runtime -FROM $REPO:6.0.33-alpine3.19-amd64 - -# .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set -# by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. - -# ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 - -# Install ASP.NET Core -RUN wget -O aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$ASPNET_VERSION/aspnetcore-runtime-$ASPNET_VERSION-linux-musl-x64.tar.gz \ - && aspnetcore_sha512='f5a43b0bc1c832fd70cdfa4fe09849602760831133a2412f5f7d259496ccd0dc65999ba77a4e8d4b06a7614b851d4797f92d5c7c5c1c26f39642b75edcff13c2' \ - && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ - && tar -oxzf aspnetcore.tar.gz -C /usr/share/dotnet ./shared/Microsoft.AspNetCore.App \ - && rm aspnetcore.tar.gz diff --git a/src/aspnet/6.0/alpine3.19/arm32v7/Dockerfile b/src/aspnet/6.0/alpine3.19/arm32v7/Dockerfile deleted file mode 100644 index d9fb0104a6..0000000000 --- a/src/aspnet/6.0/alpine3.19/arm32v7/Dockerfile +++ /dev/null @@ -1,15 +0,0 @@ -ARG REPO=mcr.microsoft.com/dotnet/runtime -FROM $REPO:6.0.33-alpine3.19-arm32v7 - -# .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set -# by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. - -# ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 - -# Install ASP.NET Core -RUN wget -O aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$ASPNET_VERSION/aspnetcore-runtime-$ASPNET_VERSION-linux-musl-arm.tar.gz \ - && aspnetcore_sha512='574abceb57f26e15f4e2ceb4837661e192c40898684880e078b8ad4cfc8f506e25a50f3cdc7276e17a9556e95e2b92ebc6d41a74a656244180d27341485a9ceb' \ - && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ - && tar -oxzf aspnetcore.tar.gz -C /usr/share/dotnet ./shared/Microsoft.AspNetCore.App \ - && rm aspnetcore.tar.gz diff --git a/src/aspnet/6.0/alpine3.19/arm64v8/Dockerfile b/src/aspnet/6.0/alpine3.19/arm64v8/Dockerfile deleted file mode 100644 index b5cc17c89b..0000000000 --- a/src/aspnet/6.0/alpine3.19/arm64v8/Dockerfile +++ /dev/null @@ -1,15 +0,0 @@ -ARG REPO=mcr.microsoft.com/dotnet/runtime -FROM $REPO:6.0.33-alpine3.19-arm64v8 - -# .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set -# by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. - -# ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 - -# Install ASP.NET Core -RUN wget -O aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$ASPNET_VERSION/aspnetcore-runtime-$ASPNET_VERSION-linux-musl-arm64.tar.gz \ - && aspnetcore_sha512='3da57b3de134db38f17094518d16653356491cf5d67222b2c37d720ec100644decb8fb3ad8dca645134efba7b57bf15aa25fe84b9a12711aa80c7de0c60861b4' \ - && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ - && tar -oxzf aspnetcore.tar.gz -C /usr/share/dotnet ./shared/Microsoft.AspNetCore.App \ - && rm aspnetcore.tar.gz diff --git a/src/aspnet/8.0/alpine3.19-composite/amd64/Dockerfile b/src/aspnet/8.0/alpine3.19-composite/amd64/Dockerfile deleted file mode 100644 index 7219bbb47b..0000000000 --- a/src/aspnet/8.0/alpine3.19-composite/amd64/Dockerfile +++ /dev/null @@ -1,21 +0,0 @@ -ARG REPO=mcr.microsoft.com/dotnet/runtime-deps -FROM $REPO:8.0.8-alpine3.19-amd64 - -# .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set -# by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. - -ENV \ - # .NET Runtime version - DOTNET_VERSION=8.0.8 \ - # ASP.NET Core version - ASPNET_VERSION=8.0.8 - - -# Install ASP.NET Composite Runtime -RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$ASPNET_VERSION/aspnetcore-runtime-composite-$ASPNET_VERSION-linux-musl-x64.tar.gz \ - && dotnet_sha512='7f3ad22abca4d43a46c11ffcdfedf8cf51a297ea83e53ece11e131cc9afceb67a8d4cd8aa0e35ae53c2bad0fdaf866936ba4c670fdfc9c9f57f832d2cd1d0c62' \ - && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ - && mkdir -p /usr/share/dotnet \ - && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ - && rm dotnet.tar.gz \ - && ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet diff --git a/src/aspnet/8.0/alpine3.19-composite/arm32v7/Dockerfile b/src/aspnet/8.0/alpine3.19-composite/arm32v7/Dockerfile deleted file mode 100644 index 4711599cf0..0000000000 --- a/src/aspnet/8.0/alpine3.19-composite/arm32v7/Dockerfile +++ /dev/null @@ -1,21 +0,0 @@ -ARG REPO=mcr.microsoft.com/dotnet/runtime-deps -FROM $REPO:8.0.8-alpine3.19-arm32v7 - -# .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set -# by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. - -ENV \ - # .NET Runtime version - DOTNET_VERSION=8.0.8 \ - # ASP.NET Core version - ASPNET_VERSION=8.0.8 - - -# Install ASP.NET Composite Runtime -RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$ASPNET_VERSION/aspnetcore-runtime-composite-$ASPNET_VERSION-linux-musl-arm.tar.gz \ - && dotnet_sha512='f115d139bbd635eb83818d78caa85b68725a1c35404985c077a1a0c696698cf4e6068635a25b053251139ddf80738acbe97168c109fc890f1dea4fcf9df86cdc' \ - && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ - && mkdir -p /usr/share/dotnet \ - && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ - && rm dotnet.tar.gz \ - && ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet diff --git a/src/aspnet/8.0/alpine3.19-composite/arm64v8/Dockerfile b/src/aspnet/8.0/alpine3.19-composite/arm64v8/Dockerfile deleted file mode 100644 index 82105425d7..0000000000 --- a/src/aspnet/8.0/alpine3.19-composite/arm64v8/Dockerfile +++ /dev/null @@ -1,21 +0,0 @@ -ARG REPO=mcr.microsoft.com/dotnet/runtime-deps -FROM $REPO:8.0.8-alpine3.19-arm64v8 - -# .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set -# by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. - -ENV \ - # .NET Runtime version - DOTNET_VERSION=8.0.8 \ - # ASP.NET Core version - ASPNET_VERSION=8.0.8 - - -# Install ASP.NET Composite Runtime -RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$ASPNET_VERSION/aspnetcore-runtime-composite-$ASPNET_VERSION-linux-musl-arm64.tar.gz \ - && dotnet_sha512='02e92e451ecfa4fe2e6c9483323fd60b974c62f24e7f6910ca28a977233315029566e440f44acbb8beb23bf7691c9a7812a0e2670be3446158362279a08be752' \ - && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ - && mkdir -p /usr/share/dotnet \ - && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ - && rm dotnet.tar.gz \ - && ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet diff --git a/src/aspnet/8.0/alpine3.19/amd64/Dockerfile b/src/aspnet/8.0/alpine3.19/amd64/Dockerfile deleted file mode 100644 index dbd3d84b11..0000000000 --- a/src/aspnet/8.0/alpine3.19/amd64/Dockerfile +++ /dev/null @@ -1,15 +0,0 @@ -ARG REPO=mcr.microsoft.com/dotnet/runtime -FROM $REPO:8.0.8-alpine3.19-amd64 - -# .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set -# by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. - -# ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 - -# Install ASP.NET Core -RUN wget -O aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$ASPNET_VERSION/aspnetcore-runtime-$ASPNET_VERSION-linux-musl-x64.tar.gz \ - && aspnetcore_sha512='822f2e1716dc2d2aa46ff08f4d2d9bb9ea8c82332785d0aba5f4f33e5eb60bdcd84e899cd2a13ca93032226710b5f0ca5c7159beda17027f84efa285278b5798' \ - && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ - && tar -oxzf aspnetcore.tar.gz -C /usr/share/dotnet ./shared/Microsoft.AspNetCore.App \ - && rm aspnetcore.tar.gz diff --git a/src/aspnet/8.0/alpine3.19/arm32v7/Dockerfile b/src/aspnet/8.0/alpine3.19/arm32v7/Dockerfile deleted file mode 100644 index 932c924bce..0000000000 --- a/src/aspnet/8.0/alpine3.19/arm32v7/Dockerfile +++ /dev/null @@ -1,15 +0,0 @@ -ARG REPO=mcr.microsoft.com/dotnet/runtime -FROM $REPO:8.0.8-alpine3.19-arm32v7 - -# .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set -# by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. - -# ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 - -# Install ASP.NET Core -RUN wget -O aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$ASPNET_VERSION/aspnetcore-runtime-$ASPNET_VERSION-linux-musl-arm.tar.gz \ - && aspnetcore_sha512='5d9f609e72dcfcc16b6bb63d49e7fd47c3e2d77913d9de14864417fb2a534b2f7db56530db165acc63633641c706d0faba95db985b09844677d8cb41039a0c67' \ - && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ - && tar -oxzf aspnetcore.tar.gz -C /usr/share/dotnet ./shared/Microsoft.AspNetCore.App \ - && rm aspnetcore.tar.gz diff --git a/src/aspnet/8.0/alpine3.19/arm64v8/Dockerfile b/src/aspnet/8.0/alpine3.19/arm64v8/Dockerfile deleted file mode 100644 index 3abe062d05..0000000000 --- a/src/aspnet/8.0/alpine3.19/arm64v8/Dockerfile +++ /dev/null @@ -1,15 +0,0 @@ -ARG REPO=mcr.microsoft.com/dotnet/runtime -FROM $REPO:8.0.8-alpine3.19-arm64v8 - -# .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set -# by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. - -# ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 - -# Install ASP.NET Core -RUN wget -O aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$ASPNET_VERSION/aspnetcore-runtime-$ASPNET_VERSION-linux-musl-arm64.tar.gz \ - && aspnetcore_sha512='6028c29306d4969ee404c459dca3130f1e9614d1954e8ed4400140b35ad8a1e66a0a8b3ae02155df6bd046cd9309074220487a1c2625c39f081bdc6c8ed62005' \ - && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ - && tar -oxzf aspnetcore.tar.gz -C /usr/share/dotnet ./shared/Microsoft.AspNetCore.App \ - && rm aspnetcore.tar.gz diff --git a/src/runtime-deps/6.0/alpine3.19/amd64/Dockerfile b/src/runtime-deps/6.0/alpine3.19/amd64/Dockerfile deleted file mode 100644 index 4f74dfface..0000000000 --- a/src/runtime-deps/6.0/alpine3.19/amd64/Dockerfile +++ /dev/null @@ -1,20 +0,0 @@ -FROM amd64/alpine:3.19 - -ENV \ - # Configure web servers to bind to port 80 when present - ASPNETCORE_URLS=http://+:80 \ - # Enable detection of running in a container - DOTNET_RUNNING_IN_CONTAINER=true \ - # Set the invariant mode since ICU package isn't included (see https://github.com/dotnet/announcements/issues/20) - DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true - -RUN apk add --upgrade --no-cache \ - ca-certificates \ - \ - # .NET dependencies - krb5-libs \ - libgcc \ - libintl \ - libssl3 \ - libstdc++ \ - zlib diff --git a/src/runtime-deps/6.0/alpine3.19/arm32v7/Dockerfile b/src/runtime-deps/6.0/alpine3.19/arm32v7/Dockerfile deleted file mode 100644 index 9bc0fa174c..0000000000 --- a/src/runtime-deps/6.0/alpine3.19/arm32v7/Dockerfile +++ /dev/null @@ -1,20 +0,0 @@ -FROM arm32v7/alpine:3.19 - -ENV \ - # Configure web servers to bind to port 80 when present - ASPNETCORE_URLS=http://+:80 \ - # Enable detection of running in a container - DOTNET_RUNNING_IN_CONTAINER=true \ - # Set the invariant mode since ICU package isn't included (see https://github.com/dotnet/announcements/issues/20) - DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true - -RUN apk add --upgrade --no-cache \ - ca-certificates \ - \ - # .NET dependencies - krb5-libs \ - libgcc \ - libintl \ - libssl3 \ - libstdc++ \ - zlib diff --git a/src/runtime-deps/6.0/alpine3.19/arm64v8/Dockerfile b/src/runtime-deps/6.0/alpine3.19/arm64v8/Dockerfile deleted file mode 100644 index 774f335ec1..0000000000 --- a/src/runtime-deps/6.0/alpine3.19/arm64v8/Dockerfile +++ /dev/null @@ -1,20 +0,0 @@ -FROM arm64v8/alpine:3.19 - -ENV \ - # Configure web servers to bind to port 80 when present - ASPNETCORE_URLS=http://+:80 \ - # Enable detection of running in a container - DOTNET_RUNNING_IN_CONTAINER=true \ - # Set the invariant mode since ICU package isn't included (see https://github.com/dotnet/announcements/issues/20) - DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true - -RUN apk add --upgrade --no-cache \ - ca-certificates \ - \ - # .NET dependencies - krb5-libs \ - libgcc \ - libintl \ - libssl3 \ - libstdc++ \ - zlib diff --git a/src/runtime-deps/8.0/alpine3.19-extra/amd64/Dockerfile b/src/runtime-deps/8.0/alpine3.19-extra/amd64/Dockerfile deleted file mode 100644 index 88e0d02f06..0000000000 --- a/src/runtime-deps/8.0/alpine3.19-extra/amd64/Dockerfile +++ /dev/null @@ -1,31 +0,0 @@ -FROM amd64/alpine:3.19 - -ENV \ - # UID of the non-root user 'app' - APP_UID=1654 \ - # Configure web servers to bind to port 8080 when present - ASPNETCORE_HTTP_PORTS=8080 \ - # Enable detection of running in a container - DOTNET_RUNNING_IN_CONTAINER=true - -RUN apk add --upgrade --no-cache \ - ca-certificates-bundle \ - \ - # .NET dependencies - icu-data-full \ - icu-libs \ - libgcc \ - libssl3 \ - libstdc++ \ - tzdata \ - zlib - -# Create a non-root user and group -RUN addgroup \ - --gid=$APP_UID \ - app \ - && adduser \ - --uid=$APP_UID \ - --ingroup=app \ - --disabled-password \ - app diff --git a/src/runtime-deps/8.0/alpine3.19-extra/arm32v7/Dockerfile b/src/runtime-deps/8.0/alpine3.19-extra/arm32v7/Dockerfile deleted file mode 100644 index ea38d1506c..0000000000 --- a/src/runtime-deps/8.0/alpine3.19-extra/arm32v7/Dockerfile +++ /dev/null @@ -1,31 +0,0 @@ -FROM arm32v7/alpine:3.19 - -ENV \ - # UID of the non-root user 'app' - APP_UID=1654 \ - # Configure web servers to bind to port 8080 when present - ASPNETCORE_HTTP_PORTS=8080 \ - # Enable detection of running in a container - DOTNET_RUNNING_IN_CONTAINER=true - -RUN apk add --upgrade --no-cache \ - ca-certificates-bundle \ - \ - # .NET dependencies - icu-data-full \ - icu-libs \ - libgcc \ - libssl3 \ - libstdc++ \ - tzdata \ - zlib - -# Create a non-root user and group -RUN addgroup \ - --gid=$APP_UID \ - app \ - && adduser \ - --uid=$APP_UID \ - --ingroup=app \ - --disabled-password \ - app diff --git a/src/runtime-deps/8.0/alpine3.19-extra/arm64v8/Dockerfile b/src/runtime-deps/8.0/alpine3.19-extra/arm64v8/Dockerfile deleted file mode 100644 index 886dde1549..0000000000 --- a/src/runtime-deps/8.0/alpine3.19-extra/arm64v8/Dockerfile +++ /dev/null @@ -1,31 +0,0 @@ -FROM arm64v8/alpine:3.19 - -ENV \ - # UID of the non-root user 'app' - APP_UID=1654 \ - # Configure web servers to bind to port 8080 when present - ASPNETCORE_HTTP_PORTS=8080 \ - # Enable detection of running in a container - DOTNET_RUNNING_IN_CONTAINER=true - -RUN apk add --upgrade --no-cache \ - ca-certificates-bundle \ - \ - # .NET dependencies - icu-data-full \ - icu-libs \ - libgcc \ - libssl3 \ - libstdc++ \ - tzdata \ - zlib - -# Create a non-root user and group -RUN addgroup \ - --gid=$APP_UID \ - app \ - && adduser \ - --uid=$APP_UID \ - --ingroup=app \ - --disabled-password \ - app diff --git a/src/runtime-deps/8.0/alpine3.19/alpine3.19-aot/amd64/Dockerfile b/src/runtime-deps/8.0/alpine3.19/alpine3.19-aot/amd64/Dockerfile deleted file mode 100644 index 8c436269e2..0000000000 --- a/src/runtime-deps/8.0/alpine3.19/alpine3.19-aot/amd64/Dockerfile +++ /dev/null @@ -1,29 +0,0 @@ -FROM amd64/alpine:3.19 - -ENV \ - # UID of the non-root user 'app' - APP_UID=1654 \ - # Configure web servers to bind to port 8080 when present - ASPNETCORE_HTTP_PORTS=8080 \ - # Enable detection of running in a container - DOTNET_RUNNING_IN_CONTAINER=true \ - # Set the invariant mode since ICU package isn't included (see https://github.com/dotnet/announcements/issues/20) - DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true - -RUN apk add --upgrade --no-cache \ - ca-certificates-bundle \ - \ - # .NET dependencies - libgcc \ - libssl3 \ - zlib - -# Create a non-root user and group -RUN addgroup \ - --gid=$APP_UID \ - app \ - && adduser \ - --uid=$APP_UID \ - --ingroup=app \ - --disabled-password \ - app diff --git a/src/runtime-deps/8.0/alpine3.19/alpine3.19-aot/arm32v7/Dockerfile b/src/runtime-deps/8.0/alpine3.19/alpine3.19-aot/arm32v7/Dockerfile deleted file mode 100644 index 0faf354b59..0000000000 --- a/src/runtime-deps/8.0/alpine3.19/alpine3.19-aot/arm32v7/Dockerfile +++ /dev/null @@ -1,29 +0,0 @@ -FROM arm32v7/alpine:3.19 - -ENV \ - # UID of the non-root user 'app' - APP_UID=1654 \ - # Configure web servers to bind to port 8080 when present - ASPNETCORE_HTTP_PORTS=8080 \ - # Enable detection of running in a container - DOTNET_RUNNING_IN_CONTAINER=true \ - # Set the invariant mode since ICU package isn't included (see https://github.com/dotnet/announcements/issues/20) - DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true - -RUN apk add --upgrade --no-cache \ - ca-certificates-bundle \ - \ - # .NET dependencies - libgcc \ - libssl3 \ - zlib - -# Create a non-root user and group -RUN addgroup \ - --gid=$APP_UID \ - app \ - && adduser \ - --uid=$APP_UID \ - --ingroup=app \ - --disabled-password \ - app diff --git a/src/runtime-deps/8.0/alpine3.19/alpine3.19-aot/arm64v8/Dockerfile b/src/runtime-deps/8.0/alpine3.19/alpine3.19-aot/arm64v8/Dockerfile deleted file mode 100644 index 454fce4d8f..0000000000 --- a/src/runtime-deps/8.0/alpine3.19/alpine3.19-aot/arm64v8/Dockerfile +++ /dev/null @@ -1,29 +0,0 @@ -FROM arm64v8/alpine:3.19 - -ENV \ - # UID of the non-root user 'app' - APP_UID=1654 \ - # Configure web servers to bind to port 8080 when present - ASPNETCORE_HTTP_PORTS=8080 \ - # Enable detection of running in a container - DOTNET_RUNNING_IN_CONTAINER=true \ - # Set the invariant mode since ICU package isn't included (see https://github.com/dotnet/announcements/issues/20) - DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true - -RUN apk add --upgrade --no-cache \ - ca-certificates-bundle \ - \ - # .NET dependencies - libgcc \ - libssl3 \ - zlib - -# Create a non-root user and group -RUN addgroup \ - --gid=$APP_UID \ - app \ - && adduser \ - --uid=$APP_UID \ - --ingroup=app \ - --disabled-password \ - app diff --git a/src/runtime-deps/8.0/alpine3.19/alpine3.19-extra/amd64/Dockerfile b/src/runtime-deps/8.0/alpine3.19/alpine3.19-extra/amd64/Dockerfile deleted file mode 100644 index 88e0d02f06..0000000000 --- a/src/runtime-deps/8.0/alpine3.19/alpine3.19-extra/amd64/Dockerfile +++ /dev/null @@ -1,31 +0,0 @@ -FROM amd64/alpine:3.19 - -ENV \ - # UID of the non-root user 'app' - APP_UID=1654 \ - # Configure web servers to bind to port 8080 when present - ASPNETCORE_HTTP_PORTS=8080 \ - # Enable detection of running in a container - DOTNET_RUNNING_IN_CONTAINER=true - -RUN apk add --upgrade --no-cache \ - ca-certificates-bundle \ - \ - # .NET dependencies - icu-data-full \ - icu-libs \ - libgcc \ - libssl3 \ - libstdc++ \ - tzdata \ - zlib - -# Create a non-root user and group -RUN addgroup \ - --gid=$APP_UID \ - app \ - && adduser \ - --uid=$APP_UID \ - --ingroup=app \ - --disabled-password \ - app diff --git a/src/runtime-deps/8.0/alpine3.19/alpine3.19-extra/arm32v7/Dockerfile b/src/runtime-deps/8.0/alpine3.19/alpine3.19-extra/arm32v7/Dockerfile deleted file mode 100644 index ea38d1506c..0000000000 --- a/src/runtime-deps/8.0/alpine3.19/alpine3.19-extra/arm32v7/Dockerfile +++ /dev/null @@ -1,31 +0,0 @@ -FROM arm32v7/alpine:3.19 - -ENV \ - # UID of the non-root user 'app' - APP_UID=1654 \ - # Configure web servers to bind to port 8080 when present - ASPNETCORE_HTTP_PORTS=8080 \ - # Enable detection of running in a container - DOTNET_RUNNING_IN_CONTAINER=true - -RUN apk add --upgrade --no-cache \ - ca-certificates-bundle \ - \ - # .NET dependencies - icu-data-full \ - icu-libs \ - libgcc \ - libssl3 \ - libstdc++ \ - tzdata \ - zlib - -# Create a non-root user and group -RUN addgroup \ - --gid=$APP_UID \ - app \ - && adduser \ - --uid=$APP_UID \ - --ingroup=app \ - --disabled-password \ - app diff --git a/src/runtime-deps/8.0/alpine3.19/alpine3.19-extra/arm64v8/Dockerfile b/src/runtime-deps/8.0/alpine3.19/alpine3.19-extra/arm64v8/Dockerfile deleted file mode 100644 index 886dde1549..0000000000 --- a/src/runtime-deps/8.0/alpine3.19/alpine3.19-extra/arm64v8/Dockerfile +++ /dev/null @@ -1,31 +0,0 @@ -FROM arm64v8/alpine:3.19 - -ENV \ - # UID of the non-root user 'app' - APP_UID=1654 \ - # Configure web servers to bind to port 8080 when present - ASPNETCORE_HTTP_PORTS=8080 \ - # Enable detection of running in a container - DOTNET_RUNNING_IN_CONTAINER=true - -RUN apk add --upgrade --no-cache \ - ca-certificates-bundle \ - \ - # .NET dependencies - icu-data-full \ - icu-libs \ - libgcc \ - libssl3 \ - libstdc++ \ - tzdata \ - zlib - -# Create a non-root user and group -RUN addgroup \ - --gid=$APP_UID \ - app \ - && adduser \ - --uid=$APP_UID \ - --ingroup=app \ - --disabled-password \ - app diff --git a/src/runtime-deps/8.0/alpine3.19/amd64/Dockerfile b/src/runtime-deps/8.0/alpine3.19/amd64/Dockerfile deleted file mode 100644 index 649d4bd647..0000000000 --- a/src/runtime-deps/8.0/alpine3.19/amd64/Dockerfile +++ /dev/null @@ -1,30 +0,0 @@ -FROM amd64/alpine:3.19 - -ENV \ - # UID of the non-root user 'app' - APP_UID=1654 \ - # Configure web servers to bind to port 8080 when present - ASPNETCORE_HTTP_PORTS=8080 \ - # Enable detection of running in a container - DOTNET_RUNNING_IN_CONTAINER=true \ - # Set the invariant mode since ICU package isn't included (see https://github.com/dotnet/announcements/issues/20) - DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true - -RUN apk add --upgrade --no-cache \ - ca-certificates-bundle \ - \ - # .NET dependencies - libgcc \ - libssl3 \ - libstdc++ \ - zlib - -# Create a non-root user and group -RUN addgroup \ - --gid=$APP_UID \ - app \ - && adduser \ - --uid=$APP_UID \ - --ingroup=app \ - --disabled-password \ - app diff --git a/src/runtime-deps/8.0/alpine3.19/arm32v7/Dockerfile b/src/runtime-deps/8.0/alpine3.19/arm32v7/Dockerfile deleted file mode 100644 index c3eb50f7af..0000000000 --- a/src/runtime-deps/8.0/alpine3.19/arm32v7/Dockerfile +++ /dev/null @@ -1,30 +0,0 @@ -FROM arm32v7/alpine:3.19 - -ENV \ - # UID of the non-root user 'app' - APP_UID=1654 \ - # Configure web servers to bind to port 8080 when present - ASPNETCORE_HTTP_PORTS=8080 \ - # Enable detection of running in a container - DOTNET_RUNNING_IN_CONTAINER=true \ - # Set the invariant mode since ICU package isn't included (see https://github.com/dotnet/announcements/issues/20) - DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true - -RUN apk add --upgrade --no-cache \ - ca-certificates-bundle \ - \ - # .NET dependencies - libgcc \ - libssl3 \ - libstdc++ \ - zlib - -# Create a non-root user and group -RUN addgroup \ - --gid=$APP_UID \ - app \ - && adduser \ - --uid=$APP_UID \ - --ingroup=app \ - --disabled-password \ - app diff --git a/src/runtime-deps/8.0/alpine3.19/arm64v8/Dockerfile b/src/runtime-deps/8.0/alpine3.19/arm64v8/Dockerfile deleted file mode 100644 index f6dfee6527..0000000000 --- a/src/runtime-deps/8.0/alpine3.19/arm64v8/Dockerfile +++ /dev/null @@ -1,30 +0,0 @@ -FROM arm64v8/alpine:3.19 - -ENV \ - # UID of the non-root user 'app' - APP_UID=1654 \ - # Configure web servers to bind to port 8080 when present - ASPNETCORE_HTTP_PORTS=8080 \ - # Enable detection of running in a container - DOTNET_RUNNING_IN_CONTAINER=true \ - # Set the invariant mode since ICU package isn't included (see https://github.com/dotnet/announcements/issues/20) - DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true - -RUN apk add --upgrade --no-cache \ - ca-certificates-bundle \ - \ - # .NET dependencies - libgcc \ - libssl3 \ - libstdc++ \ - zlib - -# Create a non-root user and group -RUN addgroup \ - --gid=$APP_UID \ - app \ - && adduser \ - --uid=$APP_UID \ - --ingroup=app \ - --disabled-password \ - app diff --git a/src/runtime/6.0/alpine3.19/amd64/Dockerfile b/src/runtime/6.0/alpine3.19/amd64/Dockerfile deleted file mode 100644 index b2d96d85e3..0000000000 --- a/src/runtime/6.0/alpine3.19/amd64/Dockerfile +++ /dev/null @@ -1,17 +0,0 @@ -ARG REPO=mcr.microsoft.com/dotnet/runtime-deps -FROM $REPO:6.0.33-alpine3.19-amd64 - -# .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set -# by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. - -# .NET Runtime version -ENV DOTNET_VERSION=6.0.33 - -# Install .NET Runtime -RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-runtime-$DOTNET_VERSION-linux-musl-x64.tar.gz \ - && dotnet_sha512='3bfe4f9dde02bdaf35db07271cf56873b508c3229318bbe7d478eed855417ed3941d9d9a8ede2fd1cc5ce5f7b73c4e5ae4666d2cc47fe2ae09d5f8625c46e982' \ - && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ - && mkdir -p /usr/share/dotnet \ - && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ - && rm dotnet.tar.gz \ - && ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet diff --git a/src/runtime/6.0/alpine3.19/arm32v7/Dockerfile b/src/runtime/6.0/alpine3.19/arm32v7/Dockerfile deleted file mode 100644 index 5127138451..0000000000 --- a/src/runtime/6.0/alpine3.19/arm32v7/Dockerfile +++ /dev/null @@ -1,17 +0,0 @@ -ARG REPO=mcr.microsoft.com/dotnet/runtime-deps -FROM $REPO:6.0.33-alpine3.19-arm32v7 - -# .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set -# by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. - -# .NET Runtime version -ENV DOTNET_VERSION=6.0.33 - -# Install .NET Runtime -RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-runtime-$DOTNET_VERSION-linux-musl-arm.tar.gz \ - && dotnet_sha512='a9594a489f8634af01e7c60acab5f7ee0ac544b98ce73ee671359becd6f6b29f4d9e64dfe3166822c0506157731ec44fa6db02a8be1b17a279af61a6679cfd38' \ - && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ - && mkdir -p /usr/share/dotnet \ - && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ - && rm dotnet.tar.gz \ - && ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet diff --git a/src/runtime/6.0/alpine3.19/arm64v8/Dockerfile b/src/runtime/6.0/alpine3.19/arm64v8/Dockerfile deleted file mode 100644 index 28b88056b1..0000000000 --- a/src/runtime/6.0/alpine3.19/arm64v8/Dockerfile +++ /dev/null @@ -1,17 +0,0 @@ -ARG REPO=mcr.microsoft.com/dotnet/runtime-deps -FROM $REPO:6.0.33-alpine3.19-arm64v8 - -# .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set -# by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. - -# .NET Runtime version -ENV DOTNET_VERSION=6.0.33 - -# Install .NET Runtime -RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-runtime-$DOTNET_VERSION-linux-musl-arm64.tar.gz \ - && dotnet_sha512='e5707970b2a852b80b1fd77a3883e50dec925d91eb89012c166e4a45e917064c24040a6e444b054767033cb9b9e8314b6b5117ffada6d248ab7f90c8e40fe555' \ - && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ - && mkdir -p /usr/share/dotnet \ - && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ - && rm dotnet.tar.gz \ - && ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet diff --git a/src/runtime/8.0/alpine3.19/amd64/Dockerfile b/src/runtime/8.0/alpine3.19/amd64/Dockerfile deleted file mode 100644 index b7234dd969..0000000000 --- a/src/runtime/8.0/alpine3.19/amd64/Dockerfile +++ /dev/null @@ -1,17 +0,0 @@ -ARG REPO=mcr.microsoft.com/dotnet/runtime-deps -FROM $REPO:8.0.8-alpine3.19-amd64 - -# .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set -# by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. - -# .NET Runtime version -ENV DOTNET_VERSION=8.0.8 - -# Install .NET Runtime -RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-runtime-$DOTNET_VERSION-linux-musl-x64.tar.gz \ - && dotnet_sha512='ca2ff32145506513253f80ecd72b5c24d8bda28f44ae83c988c39ebfa75e737d5510bcb84bc27a149d2e6995761f8b124d7701522ae9bbcac17fc32667217eb6' \ - && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ - && mkdir -p /usr/share/dotnet \ - && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ - && rm dotnet.tar.gz \ - && ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet diff --git a/src/runtime/8.0/alpine3.19/arm32v7/Dockerfile b/src/runtime/8.0/alpine3.19/arm32v7/Dockerfile deleted file mode 100644 index 08d6500b1c..0000000000 --- a/src/runtime/8.0/alpine3.19/arm32v7/Dockerfile +++ /dev/null @@ -1,17 +0,0 @@ -ARG REPO=mcr.microsoft.com/dotnet/runtime-deps -FROM $REPO:8.0.8-alpine3.19-arm32v7 - -# .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set -# by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. - -# .NET Runtime version -ENV DOTNET_VERSION=8.0.8 - -# Install .NET Runtime -RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-runtime-$DOTNET_VERSION-linux-musl-arm.tar.gz \ - && dotnet_sha512='8a6f920d93d7d5527dc289f472521e2a671afb4e663aaacfd82c32658c2ea39eab43a5c97d3d3d7ba58403ebfbf6cb96fc73ff5b7ccc1a9447d13bf41eeb80c9' \ - && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ - && mkdir -p /usr/share/dotnet \ - && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ - && rm dotnet.tar.gz \ - && ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet diff --git a/src/runtime/8.0/alpine3.19/arm64v8/Dockerfile b/src/runtime/8.0/alpine3.19/arm64v8/Dockerfile deleted file mode 100644 index 6a1d00c474..0000000000 --- a/src/runtime/8.0/alpine3.19/arm64v8/Dockerfile +++ /dev/null @@ -1,17 +0,0 @@ -ARG REPO=mcr.microsoft.com/dotnet/runtime-deps -FROM $REPO:8.0.8-alpine3.19-arm64v8 - -# .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set -# by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. - -# .NET Runtime version -ENV DOTNET_VERSION=8.0.8 - -# Install .NET Runtime -RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-runtime-$DOTNET_VERSION-linux-musl-arm64.tar.gz \ - && dotnet_sha512='26f35e1c6074a7d99a40ea48f6c02db78f4e2c743cbc74463a094da014e126e9379d09b4e56809ac9829b26b6ba0a901adc47adfc3c5d35a97e9ead5a6931489' \ - && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ - && mkdir -p /usr/share/dotnet \ - && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ - && rm dotnet.tar.gz \ - && ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet diff --git a/src/sdk/6.0/alpine3.19/amd64/Dockerfile b/src/sdk/6.0/alpine3.19/amd64/Dockerfile deleted file mode 100644 index 418f5137bc..0000000000 --- a/src/sdk/6.0/alpine3.19/amd64/Dockerfile +++ /dev/null @@ -1,52 +0,0 @@ -ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:6.0.33-alpine3.19-amd64 - -ENV \ - # Unset ASPNETCORE_URLS from aspnet base image - ASPNETCORE_URLS= \ - # Do not generate certificate - DOTNET_GENERATE_ASPNET_CERTIFICATE=false \ - # Do not show first run text - DOTNET_NOLOGO=true \ - # SDK version - DOTNET_SDK_VERSION=6.0.425 \ - # Disable the invariant mode (set in base image) - DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false \ - # Enable correct mode for dotnet watch (only mode supported in a container) - DOTNET_USE_POLLING_FILE_WATCHER=true \ - # Skip extraction of XML docs - generally not useful within an image/container - helps performance - NUGET_XMLDOC_MODE=skip \ - # PowerShell telemetry for docker image usage - POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Alpine-3.19 - -RUN apk add --upgrade --no-cache \ - curl \ - git \ - icu-data-full \ - icu-libs - -# Install .NET SDK -RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-musl-x64.tar.gz \ - && dotnet_sha512='cd9572358102b8214874ff353bbe826ac9ba0f0d26d49493f312a8a3bc7c0faba2fc82bd5dfb740289d3242dcdf78b341996d38623723c691be469375a72df9e' \ - && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ - && mkdir -p /usr/share/dotnet \ - && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ - && rm dotnet.tar.gz \ - # Trigger first run experience by running arbitrary cmd - && dotnet help - -# Install PowerShell global tool -RUN powershell_version=7.2.23 \ - && wget -O PowerShell.Linux.Alpine.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Linux.Alpine.$powershell_version.nupkg \ - && powershell_sha512='e585d88308c849556e39c54c185cb65f3f14a6e108d38428353e1e89804ec65e349118951e0ceea39caf394c177a09a564977d4f2909fdc5477fb700bc186152' \ - && echo "$powershell_sha512 PowerShell.Linux.Alpine.$powershell_version.nupkg" | sha512sum -c - \ - && mkdir -p /usr/share/powershell \ - && dotnet tool install --add-source / --tool-path /usr/share/powershell --version $powershell_version PowerShell.Linux.Alpine \ - && dotnet nuget locals all --clear \ - && rm PowerShell.Linux.Alpine.$powershell_version.nupkg \ - && ln -s /usr/share/powershell/pwsh /usr/bin/pwsh \ - && chmod 755 /usr/share/powershell/pwsh \ - # To reduce image size, remove the copy nupkg that nuget keeps. - && find /usr/share/powershell -print | grep -i '.*[.]nupkg$' | xargs rm \ - # Add ncurses-terminfo-base to resolve psreadline dependency - && apk add --no-cache ncurses-terminfo-base diff --git a/src/sdk/6.0/alpine3.19/arm32v7/Dockerfile b/src/sdk/6.0/alpine3.19/arm32v7/Dockerfile deleted file mode 100644 index a333a8d1ea..0000000000 --- a/src/sdk/6.0/alpine3.19/arm32v7/Dockerfile +++ /dev/null @@ -1,36 +0,0 @@ -ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:6.0.33-alpine3.19-arm32v7 - -ENV \ - # Unset ASPNETCORE_URLS from aspnet base image - ASPNETCORE_URLS= \ - # Do not generate certificate - DOTNET_GENERATE_ASPNET_CERTIFICATE=false \ - # Do not show first run text - DOTNET_NOLOGO=true \ - # SDK version - DOTNET_SDK_VERSION=6.0.425 \ - # Disable the invariant mode (set in base image) - DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false \ - # Enable correct mode for dotnet watch (only mode supported in a container) - DOTNET_USE_POLLING_FILE_WATCHER=true \ - # Skip extraction of XML docs - generally not useful within an image/container - helps performance - NUGET_XMLDOC_MODE=skip \ - # PowerShell telemetry for docker image usage - POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Alpine-3.19-arm32 - -RUN apk add --upgrade --no-cache \ - curl \ - git \ - icu-data-full \ - icu-libs - -# Install .NET SDK -RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-musl-arm.tar.gz \ - && dotnet_sha512='c59ea0ef6c80f80907aea223dc7a9ad69431b1e67234dee4fee0f9109ee7ce8bd58af6b102ad117889f4e2cc8ef7cceef9a6ec80b10578c6ea4b84412f2b1e06' \ - && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ - && mkdir -p /usr/share/dotnet \ - && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ - && rm dotnet.tar.gz \ - # Trigger first run experience by running arbitrary cmd - && dotnet help diff --git a/src/sdk/6.0/alpine3.19/arm64v8/Dockerfile b/src/sdk/6.0/alpine3.19/arm64v8/Dockerfile deleted file mode 100644 index 024764acbc..0000000000 --- a/src/sdk/6.0/alpine3.19/arm64v8/Dockerfile +++ /dev/null @@ -1,36 +0,0 @@ -ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:6.0.33-alpine3.19-arm64v8 - -ENV \ - # Unset ASPNETCORE_URLS from aspnet base image - ASPNETCORE_URLS= \ - # Do not generate certificate - DOTNET_GENERATE_ASPNET_CERTIFICATE=false \ - # Do not show first run text - DOTNET_NOLOGO=true \ - # SDK version - DOTNET_SDK_VERSION=6.0.425 \ - # Disable the invariant mode (set in base image) - DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false \ - # Enable correct mode for dotnet watch (only mode supported in a container) - DOTNET_USE_POLLING_FILE_WATCHER=true \ - # Skip extraction of XML docs - generally not useful within an image/container - helps performance - NUGET_XMLDOC_MODE=skip \ - # PowerShell telemetry for docker image usage - POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Alpine-3.19-arm64 - -RUN apk add --upgrade --no-cache \ - curl \ - git \ - icu-data-full \ - icu-libs - -# Install .NET SDK -RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-musl-arm64.tar.gz \ - && dotnet_sha512='d58aace5b021fc730a0da2233e85e3ae473256a7de9334b8932cc2e0d050543c1eb1b16dcd3475f777cdf59e42971c85d27def497fe5cf06a6b6046ce8d23ec4' \ - && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ - && mkdir -p /usr/share/dotnet \ - && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ - && rm dotnet.tar.gz \ - # Trigger first run experience by running arbitrary cmd - && dotnet help diff --git a/src/sdk/8.0/alpine3.19/amd64/Dockerfile b/src/sdk/8.0/alpine3.19/amd64/Dockerfile deleted file mode 100644 index 052c862c48..0000000000 --- a/src/sdk/8.0/alpine3.19/amd64/Dockerfile +++ /dev/null @@ -1,51 +0,0 @@ -ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:8.0.8-alpine3.19-amd64 - -ENV \ - # Do not generate certificate - DOTNET_GENERATE_ASPNET_CERTIFICATE=false \ - # Do not show first run text - DOTNET_NOLOGO=true \ - # SDK version - DOTNET_SDK_VERSION=8.0.402 \ - # Disable the invariant mode (set in base image) - DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false \ - # Enable correct mode for dotnet watch (only mode supported in a container) - DOTNET_USE_POLLING_FILE_WATCHER=true \ - # Skip extraction of XML docs - generally not useful within an image/container - helps performance - NUGET_XMLDOC_MODE=skip \ - # PowerShell telemetry for docker image usage - POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Alpine-3.19 - -RUN apk add --upgrade --no-cache \ - curl \ - git \ - icu-data-full \ - icu-libs \ - tzdata - -# Install .NET SDK -RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-musl-x64.tar.gz \ - && dotnet_sha512='3c74dd447d31363f6f753bfd8359313e8abb2b008717e9f2a860d71236aea915f0a81739045802380e211ed4f478105f00f93152983eedd9b8a43224c8531af1' \ - && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ - && mkdir -p /usr/share/dotnet \ - && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ - && rm dotnet.tar.gz \ - # Trigger first run experience by running arbitrary cmd - && dotnet help - -# Install PowerShell global tool -RUN powershell_version=7.4.5 \ - && wget -O PowerShell.Linux.Alpine.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Linux.Alpine.$powershell_version.nupkg \ - && powershell_sha512='0cf6de6b03c3c1248a0096020702a7d0f07af1b1ac35e626bb9bb0774bc4ea3fe92db2a4c4b9e449f765d9f1a5a752108978c5a67880d882fdd81620a0bef32b' \ - && echo "$powershell_sha512 PowerShell.Linux.Alpine.$powershell_version.nupkg" | sha512sum -c - \ - && mkdir -p /usr/share/powershell \ - && dotnet tool install --add-source / --tool-path /usr/share/powershell --version $powershell_version PowerShell.Linux.Alpine \ - && dotnet nuget locals all --clear \ - && rm PowerShell.Linux.Alpine.$powershell_version.nupkg \ - && ln -s /usr/share/powershell/pwsh /usr/bin/pwsh \ - && chmod 755 /usr/share/powershell/pwsh \ - # To reduce image size, remove the copy nupkg that nuget keeps. - && find /usr/share/powershell -print | grep -i '.*[.]nupkg$' | xargs rm \ - # Add ncurses-terminfo-base to resolve psreadline dependency - && apk add --no-cache ncurses-terminfo-base diff --git a/src/sdk/8.0/alpine3.19/arm32v7/Dockerfile b/src/sdk/8.0/alpine3.19/arm32v7/Dockerfile deleted file mode 100644 index 87029d4ddc..0000000000 --- a/src/sdk/8.0/alpine3.19/arm32v7/Dockerfile +++ /dev/null @@ -1,35 +0,0 @@ -ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:8.0.8-alpine3.19-arm32v7 - -ENV \ - # Do not generate certificate - DOTNET_GENERATE_ASPNET_CERTIFICATE=false \ - # Do not show first run text - DOTNET_NOLOGO=true \ - # SDK version - DOTNET_SDK_VERSION=8.0.402 \ - # Disable the invariant mode (set in base image) - DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false \ - # Enable correct mode for dotnet watch (only mode supported in a container) - DOTNET_USE_POLLING_FILE_WATCHER=true \ - # Skip extraction of XML docs - generally not useful within an image/container - helps performance - NUGET_XMLDOC_MODE=skip \ - # PowerShell telemetry for docker image usage - POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Alpine-3.19-arm32 - -RUN apk add --upgrade --no-cache \ - curl \ - git \ - icu-data-full \ - icu-libs \ - tzdata - -# Install .NET SDK -RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-musl-arm.tar.gz \ - && dotnet_sha512='d08e1bcf304c4ea4c7cde0f63a56077536e758b7cb512a593edc4afe4646f5e6256df6ebda48bb4e0955c92ae6b128e47157cb7331ae4691bc0c40a7ce732a83' \ - && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ - && mkdir -p /usr/share/dotnet \ - && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ - && rm dotnet.tar.gz \ - # Trigger first run experience by running arbitrary cmd - && dotnet help diff --git a/src/sdk/8.0/alpine3.19/arm64v8/Dockerfile b/src/sdk/8.0/alpine3.19/arm64v8/Dockerfile deleted file mode 100644 index 3c87e9a9a8..0000000000 --- a/src/sdk/8.0/alpine3.19/arm64v8/Dockerfile +++ /dev/null @@ -1,35 +0,0 @@ -ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:8.0.8-alpine3.19-arm64v8 - -ENV \ - # Do not generate certificate - DOTNET_GENERATE_ASPNET_CERTIFICATE=false \ - # Do not show first run text - DOTNET_NOLOGO=true \ - # SDK version - DOTNET_SDK_VERSION=8.0.402 \ - # Disable the invariant mode (set in base image) - DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false \ - # Enable correct mode for dotnet watch (only mode supported in a container) - DOTNET_USE_POLLING_FILE_WATCHER=true \ - # Skip extraction of XML docs - generally not useful within an image/container - helps performance - NUGET_XMLDOC_MODE=skip \ - # PowerShell telemetry for docker image usage - POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Alpine-3.19-arm64 - -RUN apk add --upgrade --no-cache \ - curl \ - git \ - icu-data-full \ - icu-libs \ - tzdata - -# Install .NET SDK -RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-musl-arm64.tar.gz \ - && dotnet_sha512='939a8eeb001983f493828eda5cea9cfe26245d7cd6be11a9f303d04a4b7d6d7bafbda64ae64243d5aa6d6583e1e58115053215369e14b1aaf9d914f311ada1c7' \ - && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ - && mkdir -p /usr/share/dotnet \ - && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ - && rm dotnet.tar.gz \ - # Trigger first run experience by running arbitrary cmd - && dotnet help diff --git a/tests/Microsoft.DotNet.Docker.Tests/OS.cs b/tests/Microsoft.DotNet.Docker.Tests/OS.cs index e6549fe375..8876b5f274 100644 --- a/tests/Microsoft.DotNet.Docker.Tests/OS.cs +++ b/tests/Microsoft.DotNet.Docker.Tests/OS.cs @@ -8,7 +8,6 @@ public class OS { // Alpine public const string Alpine = "alpine"; - public const string Alpine319 = $"{Alpine}3.19"; public const string Alpine320 = $"{Alpine}3.20"; // AzureLinux diff --git a/tests/Microsoft.DotNet.Docker.Tests/TestData.cs b/tests/Microsoft.DotNet.Docker.Tests/TestData.cs index a557c5974b..e86baafe1d 100644 --- a/tests/Microsoft.DotNet.Docker.Tests/TestData.cs +++ b/tests/Microsoft.DotNet.Docker.Tests/TestData.cs @@ -21,7 +21,6 @@ public static class TestData new ProductImageData { Version = V6_0, OS = OS.JammyChiseled, Arch = Arch.Amd64, SdkOS = OS.Jammy }, new ProductImageData { Version = V6_0, OS = OS.JammyChiseled, Arch = Arch.Amd64, SdkOS = OS.Jammy, ImageVariant = DotNetImageVariant.Extra, SupportedImageRepos = DotNetImageRepo.Runtime_Deps | DotNetImageRepo.Runtime | DotNetImageRepo.Aspnet }, - new ProductImageData { Version = V6_0, OS = OS.Alpine319, Arch = Arch.Amd64 }, new ProductImageData { Version = V6_0, OS = OS.Alpine320, Arch = Arch.Amd64 }, new ProductImageData { Version = V6_0, OS = OS.Mariner20, Arch = Arch.Amd64 }, new ProductImageData { Version = V6_0, OS = OS.Mariner20Distroless, Arch = Arch.Amd64, SdkOS = OS.Mariner20 }, @@ -35,7 +34,6 @@ public static class TestData new ProductImageData { Version = V6_0, OS = OS.JammyChiseled, Arch = Arch.Arm64, SdkOS = OS.Jammy }, new ProductImageData { Version = V6_0, OS = OS.JammyChiseled, Arch = Arch.Arm64, SdkOS = OS.Jammy, ImageVariant = DotNetImageVariant.Extra, SupportedImageRepos = DotNetImageRepo.Runtime_Deps | DotNetImageRepo.Runtime | DotNetImageRepo.Aspnet }, - new ProductImageData { Version = V6_0, OS = OS.Alpine319, Arch = Arch.Arm64 }, new ProductImageData { Version = V6_0, OS = OS.Alpine320, Arch = Arch.Arm64 }, new ProductImageData { Version = V6_0, OS = OS.BullseyeSlim, Arch = Arch.Arm }, @@ -45,7 +43,6 @@ public static class TestData new ProductImageData { Version = V6_0, OS = OS.JammyChiseled, Arch = Arch.Arm, SdkOS = OS.Jammy }, new ProductImageData { Version = V6_0, OS = OS.JammyChiseled, Arch = Arch.Arm, SdkOS = OS.Jammy, ImageVariant = DotNetImageVariant.Extra, SupportedImageRepos = DotNetImageRepo.Runtime_Deps | DotNetImageRepo.Runtime | DotNetImageRepo.Aspnet }, - new ProductImageData { Version = V6_0, OS = OS.Alpine319, Arch = Arch.Arm }, new ProductImageData { Version = V6_0, OS = OS.Alpine320, Arch = Arch.Arm }, @@ -68,11 +65,6 @@ public static class TestData ImageVariant = DotNetImageVariant.Composite | DotNetImageVariant.Extra, SupportedImageRepos = DotNetImageRepo.Aspnet }, new ProductImageData { Version = V8_0, OS = OS.NobleChiseled, Arch = Arch.Amd64, SdkOS = OS.Noble, ImageVariant = DotNetImageVariant.Extra, SupportedImageRepos = DotNetImageRepo.Runtime_Deps | DotNetImageRepo.Runtime | DotNetImageRepo.Aspnet }, - new ProductImageData { Version = V8_0, OS = OS.Alpine319, Arch = Arch.Amd64 }, - new ProductImageData { Version = V8_0, OS = OS.Alpine319, Arch = Arch.Amd64, SdkOS = OS.Alpine319, - ImageVariant = DotNetImageVariant.Composite, SupportedImageRepos = DotNetImageRepo.Aspnet }, - new ProductImageData { Version = V8_0, OS = OS.Alpine319, Arch = Arch.Amd64, SdkOS = OS.Alpine319, - ImageVariant = DotNetImageVariant.Extra, SupportedImageRepos = DotNetImageRepo.Runtime_Deps }, new ProductImageData { Version = V8_0, OS = OS.Alpine320, Arch = Arch.Amd64 }, new ProductImageData { Version = V8_0, OS = OS.Alpine320, Arch = Arch.Amd64, SdkOS = OS.Alpine320, ImageVariant = DotNetImageVariant.Composite, SupportedImageRepos = DotNetImageRepo.Aspnet }, @@ -120,11 +112,6 @@ public static class TestData ImageVariant = DotNetImageVariant.Composite | DotNetImageVariant.Extra, SupportedImageRepos = DotNetImageRepo.Aspnet }, new ProductImageData { Version = V8_0, OS = OS.NobleChiseled, Arch = Arch.Arm64, SdkOS = OS.Noble, ImageVariant = DotNetImageVariant.Extra, SupportedImageRepos = DotNetImageRepo.Runtime_Deps | DotNetImageRepo.Runtime | DotNetImageRepo.Aspnet }, - new ProductImageData { Version = V8_0, OS = OS.Alpine319, Arch = Arch.Arm64 }, - new ProductImageData { Version = V8_0, OS = OS.Alpine319, Arch = Arch.Arm64, SdkOS = OS.Alpine319, - ImageVariant = DotNetImageVariant.Composite, SupportedImageRepos = DotNetImageRepo.Aspnet }, - new ProductImageData { Version = V8_0, OS = OS.Alpine319, Arch = Arch.Arm64, SdkOS = OS.Alpine319, - ImageVariant = DotNetImageVariant.Extra, SupportedImageRepos = DotNetImageRepo.Runtime_Deps }, new ProductImageData { Version = V8_0, OS = OS.Alpine320, Arch = Arch.Arm64 }, new ProductImageData { Version = V8_0, OS = OS.Alpine320, Arch = Arch.Arm64, SdkOS = OS.Alpine320, ImageVariant = DotNetImageVariant.Composite, SupportedImageRepos = DotNetImageRepo.Aspnet }, @@ -140,11 +127,6 @@ public static class TestData ImageVariant = DotNetImageVariant.Composite | DotNetImageVariant.Extra, SupportedImageRepos = DotNetImageRepo.Aspnet }, new ProductImageData { Version = V8_0, OS = OS.JammyChiseled, Arch = Arch.Arm, SdkOS = OS.Jammy, ImageVariant = DotNetImageVariant.Extra, SupportedImageRepos = DotNetImageRepo.Runtime_Deps | DotNetImageRepo.Runtime | DotNetImageRepo.Aspnet }, - new ProductImageData { Version = V8_0, OS = OS.Alpine319, Arch = Arch.Arm }, - new ProductImageData { Version = V8_0, OS = OS.Alpine319, Arch = Arch.Arm, SdkOS = OS.Alpine319, - ImageVariant = DotNetImageVariant.Composite, SupportedImageRepos = DotNetImageRepo.Aspnet }, - new ProductImageData { Version = V8_0, OS = OS.Alpine319, Arch = Arch.Arm, SdkOS = OS.Alpine319, - ImageVariant = DotNetImageVariant.Extra, SupportedImageRepos = DotNetImageRepo.Runtime_Deps }, new ProductImageData { Version = V8_0, OS = OS.Alpine320, Arch = Arch.Arm }, new ProductImageData { Version = V8_0, OS = OS.Alpine320, Arch = Arch.Arm, SdkOS = OS.Alpine320, ImageVariant = DotNetImageVariant.Composite, SupportedImageRepos = DotNetImageRepo.Aspnet }, diff --git a/tests/performance/ImageSize.nightly.linux.json b/tests/performance/ImageSize.nightly.linux.json index 49a3714a92..9c8a65c632 100644 --- a/tests/performance/ImageSize.nightly.linux.json +++ b/tests/performance/ImageSize.nightly.linux.json @@ -9,9 +9,6 @@ "src/runtime-deps/6.0/alpine3.20/amd64": 12666843, "src/runtime-deps/6.0/alpine3.20/arm32v7": 8732329, "src/runtime-deps/6.0/alpine3.20/arm64v8": 13975076, - "src/runtime-deps/6.0/alpine3.19/amd64": 12666843, - "src/runtime-deps/6.0/alpine3.19/arm32v7": 8732329, - "src/runtime-deps/6.0/alpine3.19/arm64v8": 13975076, "src/runtime-deps/6.0/focal/amd64": 119203506, "src/runtime-deps/6.0/focal/arm32v7": 91727521, "src/runtime-deps/6.0/focal/arm64v8": 111261028, @@ -40,15 +37,6 @@ "src/runtime-deps/8.0/alpine3.20-extra/amd64": 46656829, "src/runtime-deps/8.0/alpine3.20-extra/arm32v7": 42507728, "src/runtime-deps/8.0/alpine3.20-extra/arm64v8": 47614445, - "src/runtime-deps/8.0/alpine3.19/amd64": 10251833, - "src/runtime-deps/8.0/alpine3.19/arm32v7": 6858356, - "src/runtime-deps/8.0/alpine3.19/arm64v8": 10582917, - "src/runtime-deps/8.0/alpine3.19-aot/amd64": 7549541, - "src/runtime-deps/8.0/alpine3.19-aot/arm32v7": 4898194, - "src/runtime-deps/8.0/alpine3.19-aot/arm64v8": 7892823, - "src/runtime-deps/8.0/alpine3.19-extra/amd64": 46656829, - "src/runtime-deps/8.0/alpine3.19-extra/arm32v7": 42507728, - "src/runtime-deps/8.0/alpine3.19-extra/arm64v8": 47614445, "src/runtime-deps/8.0/jammy/amd64": 119412449, "src/runtime-deps/8.0/jammy/arm32v7": 95556118, "src/runtime-deps/8.0/jammy/arm64v8": 110537989, @@ -128,9 +116,6 @@ "src/runtime/6.0/alpine3.20/amd64": 82327138, "src/runtime/6.0/alpine3.20/arm32v7": 73252788, "src/runtime/6.0/alpine3.20/arm64v8": 91949065, - "src/runtime/6.0/alpine3.19/amd64": 82327138, - "src/runtime/6.0/alpine3.19/arm32v7": 73252788, - "src/runtime/6.0/alpine3.19/arm64v8": 91949065, "src/runtime/6.0/focal/amd64": 186940410, "src/runtime/6.0/focal/arm32v7": 152852897, "src/runtime/6.0/focal/arm64v8": 185087882, @@ -153,9 +138,6 @@ "src/runtime/8.0/alpine3.20/amd64": 82940625, "src/runtime/8.0/alpine3.20/arm32v7": 73581244, "src/runtime/8.0/alpine3.20/arm64v8": 89348187, - "src/runtime/8.0/alpine3.19/amd64": 82940625, - "src/runtime/8.0/alpine3.19/arm32v7": 73581244, - "src/runtime/8.0/alpine3.19/arm64v8": 89348187, "src/runtime/8.0/jammy/amd64": 191731479, "src/runtime/8.0/jammy/arm32v7": 169837975, "src/runtime/8.0/jammy/arm64v8": 189201230, @@ -215,9 +197,6 @@ "src/aspnet/6.0/alpine3.20/amd64": 102655716, "src/aspnet/6.0/alpine3.20/arm32v7": 94893110, "src/aspnet/6.0/alpine3.20/arm64v8": 114771093, - "src/aspnet/6.0/alpine3.19/amd64": 102655716, - "src/aspnet/6.0/alpine3.19/arm32v7": 94893110, - "src/aspnet/6.0/alpine3.19/arm64v8": 114771093, "src/aspnet/6.0/focal/amd64": 205945177, "src/aspnet/6.0/focal/arm32v7": 173075712, "src/aspnet/6.0/focal/arm64v8": 206459635, @@ -243,12 +222,6 @@ "src/aspnet/8.0/alpine3.20-composite/amd64": 99273768, "src/aspnet/8.0/alpine3.20-composite/arm32v7": 88361417, "src/aspnet/8.0/alpine3.20-composite/arm64v8": 102911584, - "src/aspnet/8.0/alpine3.19/amd64": 106914155, - "src/aspnet/8.0/alpine3.19/arm32v7": 99021654, - "src/aspnet/8.0/alpine3.19/arm64v8": 116109055, - "src/aspnet/8.0/alpine3.19-composite/amd64": 99273768, - "src/aspnet/8.0/alpine3.19-composite/arm32v7": 88361417, - "src/aspnet/8.0/alpine3.19-composite/arm64v8": 102911584, "src/aspnet/8.0/jammy/amd64": 215645466, "src/aspnet/8.0/jammy/arm32v7": 195203999, "src/aspnet/8.0/jammy/arm64v8": 225851398, @@ -339,9 +312,6 @@ "src/sdk/6.0/alpine3.20/amd64": 570501814, "src/sdk/6.0/alpine3.20/arm32v7": 551488791, "src/sdk/6.0/alpine3.20/arm64v8": 596908668, - "src/sdk/6.0/alpine3.19/amd64": 570501814, - "src/sdk/6.0/alpine3.19/arm32v7": 551488791, - "src/sdk/6.0/alpine3.19/arm64v8": 596908668, "src/sdk/6.0/focal/amd64": 723650881, "src/sdk/6.0/focal/arm32v7": 665193304, "src/sdk/6.0/focal/arm64v8": 738493120, @@ -358,11 +328,6 @@ "src/sdk/8.0/alpine3.20/arm64v8": 673616900, "src/sdk/8.0/alpine3.20-aot/amd64": 1155577298, "src/sdk/8.0/alpine3.20-aot/arm64v8": 1115771963, - "src/sdk/8.0/alpine3.19/amd64": 688247541, - "src/sdk/8.0/alpine3.19/arm32v7": 624778025, - "src/sdk/8.0/alpine3.19/arm64v8": 673616900, - "src/sdk/8.0/alpine3.19-aot/amd64": 1155577298, - "src/sdk/8.0/alpine3.19-aot/arm64v8": 1115771963, "src/sdk/8.0/jammy/amd64": 798717829, "src/sdk/8.0/jammy/arm32v7": 758582419, "src/sdk/8.0/jammy/arm64v8": 820893077, From 6a7b1e450b877af14f117c93ef0b7bd5df7c01af Mon Sep 17 00:00:00 2001 From: Jose Perez Rodriguez Date: Thu, 26 Sep 2024 11:41:39 -0700 Subject: [PATCH 05/13] Update Aspire to 8.2.1 shipped version (#5922) Co-authored-by: Logan Bussell --- README.aspire-dashboard.md | 4 ++-- manifest.versions.json | 8 ++++---- .../8.2/cbl-mariner-distroless/amd64/Dockerfile | 4 ++-- .../8.2/cbl-mariner-distroless/arm64v8/Dockerfile | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.aspire-dashboard.md b/README.aspire-dashboard.md index 8b9e1c8dc4..868cca600d 100644 --- a/README.aspire-dashboard.md +++ b/README.aspire-dashboard.md @@ -113,13 +113,13 @@ Limits are per-resource. For example, a `MaxLogCount` value of 10,000 configures Tags | Dockerfile | OS Version -----------| -------------| ------------- -8.2.0-amd64, 8.2-amd64, 8-amd64, 8.2.0, 8.2, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspire-dashboard/8.2/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 +8.2.1-amd64, 8.2-amd64, 8-amd64, 8.2.1, 8.2, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspire-dashboard/8.2/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 ### Linux arm64 Tags Tags | Dockerfile | OS Version -----------| -------------| ------------- -8.2.0-arm64v8, 8.2-arm64v8, 8-arm64v8, 8.2.0, 8.2, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspire-dashboard/8.2/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 +8.2.1-arm64v8, 8.2-arm64v8, 8-arm64v8, 8.2.1, 8.2, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspire-dashboard/8.2/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 *Tags not listed in the table above are not supported. See the [Supported Tags Policy](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-tags.md). See the [full list of tags](https://mcr.microsoft.com/v2/dotnet/aspire-dashboard/tags/list) for all supported and unsupported tags.* diff --git a/manifest.versions.json b/manifest.versions.json index 3dc91638d3..e6f5c983be 100644 --- a/manifest.versions.json +++ b/manifest.versions.json @@ -5,13 +5,13 @@ "base-url|public|preview|main": "$(base-url|public|maintenance|main)", "base-url|public|preview|nightly": "https://dotnetbuilds.azureedge.net/public", - "aspire-dashboard|8.2|build-version": "8.2.0-preview.1.24454.3", - "aspire-dashboard|8.2|product-version": "8.2.0", + "aspire-dashboard|8.2|build-version": "8.2.1-preview.1.24473.4", + "aspire-dashboard|8.2|product-version": "8.2.1", "aspire-dashboard|8.2|fixed-tag": "$(aspire-dashboard|8.2|product-version)", "aspire-dashboard|8.2|minor-tag": "8.2", "aspire-dashboard|8|major-tag": "8", - "aspire-dashboard|8.2|linux|x64|sha": "dbc9795e38ae73e30b8e187a7d49a94478c90f463f6cce2eae835687af05be1d4b4bdfe1c99479ccf97914fb51a0f3e3bd596b6278c80b926590492daf8320e0", - "aspire-dashboard|8.2|linux|arm64|sha": "5fa4442132466d7c7ca445ad8444c4a59298310fe8c6a155a86460bfbcd1e8b9cfd8d8ea1e31447b1b3bfe1f6db1249ec9bb294a06a0c4576ca1ce4940cf56e0", + "aspire-dashboard|8.2|linux|x64|sha": "df4c189f4fecb3284de436c04ab42aaf4888a0929f04c95ba3e1774e07045032cc8e77f570f2cf186fd2db12e385e866732dd98882f06ee0e5489d566d09b667", + "aspire-dashboard|8.2|linux|arm64|sha": "c6d0a9da8e459dd64f24758b60cc8b587cbf1c1300188f924d28aea3ace483858b1bb1287782121067af00b9d5533a529a070e8b376f85f7775ffd03c4b193fd", "aspire-dashboard|8.2|base-url|main": "$(base-url|public|preview|nightly)", "aspire-dashboard|8.2|base-url|nightly": "$(base-url|public|preview|nightly)", diff --git a/src/aspire-dashboard/8.2/cbl-mariner-distroless/amd64/Dockerfile b/src/aspire-dashboard/8.2/cbl-mariner-distroless/amd64/Dockerfile index 63fe0b1d21..a1b6c83a42 100644 --- a/src/aspire-dashboard/8.2/cbl-mariner-distroless/amd64/Dockerfile +++ b/src/aspire-dashboard/8.2/cbl-mariner-distroless/amd64/Dockerfile @@ -9,9 +9,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve Aspire Dashboard -RUN dotnet_aspire_version=8.2.0-preview.1.24454.3 \ +RUN dotnet_aspire_version=8.2.1-preview.1.24473.4 \ && curl -fSL --output aspire_dashboard.zip https://dotnetbuilds.azureedge.net/public/aspire/$dotnet_aspire_version/aspire-dashboard-linux-x64.zip \ - && aspire_dashboard_sha512='dbc9795e38ae73e30b8e187a7d49a94478c90f463f6cce2eae835687af05be1d4b4bdfe1c99479ccf97914fb51a0f3e3bd596b6278c80b926590492daf8320e0' \ + && aspire_dashboard_sha512='df4c189f4fecb3284de436c04ab42aaf4888a0929f04c95ba3e1774e07045032cc8e77f570f2cf186fd2db12e385e866732dd98882f06ee0e5489d566d09b667' \ && echo "$aspire_dashboard_sha512 aspire_dashboard.zip" | sha512sum -c - \ && mkdir -p /app \ && unzip aspire_dashboard.zip -d /app \ diff --git a/src/aspire-dashboard/8.2/cbl-mariner-distroless/arm64v8/Dockerfile b/src/aspire-dashboard/8.2/cbl-mariner-distroless/arm64v8/Dockerfile index 49a5ad4e43..a8363b72d1 100644 --- a/src/aspire-dashboard/8.2/cbl-mariner-distroless/arm64v8/Dockerfile +++ b/src/aspire-dashboard/8.2/cbl-mariner-distroless/arm64v8/Dockerfile @@ -9,9 +9,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve Aspire Dashboard -RUN dotnet_aspire_version=8.2.0-preview.1.24454.3 \ +RUN dotnet_aspire_version=8.2.1-preview.1.24473.4 \ && curl -fSL --output aspire_dashboard.zip https://dotnetbuilds.azureedge.net/public/aspire/$dotnet_aspire_version/aspire-dashboard-linux-arm64.zip \ - && aspire_dashboard_sha512='5fa4442132466d7c7ca445ad8444c4a59298310fe8c6a155a86460bfbcd1e8b9cfd8d8ea1e31447b1b3bfe1f6db1249ec9bb294a06a0c4576ca1ce4940cf56e0' \ + && aspire_dashboard_sha512='c6d0a9da8e459dd64f24758b60cc8b587cbf1c1300188f924d28aea3ace483858b1bb1287782121067af00b9d5533a529a070e8b376f85f7775ffd03c4b193fd' \ && echo "$aspire_dashboard_sha512 aspire_dashboard.zip" | sha512sum -c - \ && mkdir -p /app \ && unzip aspire_dashboard.zip -d /app \ From 126159d2a694046e519376b8a6dc551dc88fa775 Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Mon, 30 Sep 2024 10:08:25 -0700 Subject: [PATCH 06/13] Move .NET projects to .NET 9 (#5927) Co-authored-by: Matt Thalman --- eng/common/Install-DotNetSdk.ps1 | 2 +- eng/update-dependencies/ChiselUpdater.cs | 3 ++- eng/update-dependencies/Dockerfile | 4 ++-- .../update-dependencies.csproj | 2 +- .../Microsoft.DotNet.Docker.Tests.csproj | 2 +- .../StringExtensions.cs | 19 ------------------- .../TestScenarios/TestDockerfile.cs | 17 ++++++++--------- 7 files changed, 15 insertions(+), 34 deletions(-) delete mode 100644 tests/Microsoft.DotNet.Docker.Tests/StringExtensions.cs diff --git a/eng/common/Install-DotNetSdk.ps1 b/eng/common/Install-DotNetSdk.ps1 index e670af39e2..ad675848fc 100644 --- a/eng/common/Install-DotNetSdk.ps1 +++ b/eng/common/Install-DotNetSdk.ps1 @@ -40,7 +40,7 @@ if (!(Test-Path $DotnetInstallScriptPath)) { & "$PSScriptRoot/Invoke-WithRetry.ps1" "Invoke-WebRequest 'https://dot.net/v1/$DotnetInstallScript' -OutFile $DotnetInstallScriptPath" } -$DotnetChannel = "8.0" +$DotnetChannel = "9.0" $InstallFailed = $false if ($IsRunningOnUnix) { diff --git a/eng/update-dependencies/ChiselUpdater.cs b/eng/update-dependencies/ChiselUpdater.cs index ee85af35f7..32abb90fe5 100644 --- a/eng/update-dependencies/ChiselUpdater.cs +++ b/eng/update-dependencies/ChiselUpdater.cs @@ -35,7 +35,8 @@ public static async Task> GetChiselUpdatersAsync public static string GetChiselManifestVariable(string product, string arch, string type, string dockerfileVersion = "latest") { - return string.Join('|', [product, dockerfileVersion, ToManifestArch(arch), type]); + // Workaround for ambiguous method call, will be fixed with https://github.com/dotnet/csharplang/issues/8374 + return string.Join('|', new string[] { product, dockerfileVersion, ToManifestArch(arch), type }); } private static Regex GetAssetRegex(string arch) => new(@"chisel_v\d+\.\d+\.\d+_linux_" + arch + @"\.tar\.gz"); diff --git a/eng/update-dependencies/Dockerfile b/eng/update-dependencies/Dockerfile index d689b66e71..1a51336b76 100644 --- a/eng/update-dependencies/Dockerfile +++ b/eng/update-dependencies/Dockerfile @@ -1,5 +1,5 @@ # build image -FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS build-env +FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS build-env ARG TARGETARCH # The rid must be version-specific to workaround a libgit2sharp issue (see https://github.com/dotnet/dotnet-docker/pull/2111) ARG RID=linux-musl-$TARGETARCH @@ -20,7 +20,7 @@ RUN dotnet publish -r $RID /p:UseRidGraph=true -c Release -o out --no-restore # runtime image -FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine +FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine # install Docker RUN apk add --no-cache \ diff --git a/eng/update-dependencies/update-dependencies.csproj b/eng/update-dependencies/update-dependencies.csproj index 4d1ac60ad8..bca8060217 100644 --- a/eng/update-dependencies/update-dependencies.csproj +++ b/eng/update-dependencies/update-dependencies.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net9.0 latest diff --git a/tests/Microsoft.DotNet.Docker.Tests/Microsoft.DotNet.Docker.Tests.csproj b/tests/Microsoft.DotNet.Docker.Tests/Microsoft.DotNet.Docker.Tests.csproj index 62d080bf9a..0aa5f9fbe2 100644 --- a/tests/Microsoft.DotNet.Docker.Tests/Microsoft.DotNet.Docker.Tests.csproj +++ b/tests/Microsoft.DotNet.Docker.Tests/Microsoft.DotNet.Docker.Tests.csproj @@ -2,7 +2,7 @@ false - net8.0 + net9.0 diff --git a/tests/Microsoft.DotNet.Docker.Tests/StringExtensions.cs b/tests/Microsoft.DotNet.Docker.Tests/StringExtensions.cs deleted file mode 100644 index 9eb0ef2bd4..0000000000 --- a/tests/Microsoft.DotNet.Docker.Tests/StringExtensions.cs +++ /dev/null @@ -1,19 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -namespace Microsoft.DotNet.Docker.Tests -{ - public static class StringExtensions - { - public static string TrimEnd(this string source, string trimString) - { - while (source.EndsWith(trimString)) - { - source = source.Substring(0, source.Length - trimString.Length); - } - - return source; - } - } -} diff --git a/tests/Microsoft.DotNet.Docker.Tests/TestScenarios/TestDockerfile.cs b/tests/Microsoft.DotNet.Docker.Tests/TestScenarios/TestDockerfile.cs index a681a4f6a9..216a7dabd5 100644 --- a/tests/Microsoft.DotNet.Docker.Tests/TestScenarios/TestDockerfile.cs +++ b/tests/Microsoft.DotNet.Docker.Tests/TestScenarios/TestDockerfile.cs @@ -27,9 +27,8 @@ private static string GetContent(IEnumerable args, IEnumerable s IEnumerable stageContents = stages.Select(stageContent => string.Join(Environment.NewLine, stageContent)); - string dockerfileContent = string.Join( - Environment.NewLine + Environment.NewLine, - [ argsContent, ..stageContents ]); + string[] contents = [ argsContent, ..stageContents ]; + string dockerfileContent = string.Join(Environment.NewLine + Environment.NewLine, contents); return dockerfileContent; } @@ -37,7 +36,7 @@ private static string GetContent(IEnumerable args, IEnumerable s public static class TestDockerfileBuilder { - private const string CopyNuGetConfigCommands = + private const string CopyNuGetConfigCommands = """ WORKDIR /source COPY NuGet.config . @@ -143,7 +142,7 @@ public static TestDockerfile GetBlazorWasmDockerfile(bool useWasmTools) ARG port EXPOSE $port """); - + if (s_useNuGetConfig) { buildStageBuilder.AppendLine(); @@ -185,19 +184,19 @@ RUN dotnet build --no-restore FROM {TestDockerfile.BuildStageName} AS {TestDockerfile.PublishStageName} ARG rid """); - + publishStageBuilder.AppendLine(); publishStageBuilder.AppendLine(useWasmTools ? "RUN dotnet publish -r browser-wasm -c Release --self-contained true -o out" : "RUN dotnet publish --no-restore -c Release -o out"); - + string publishStage = publishStageBuilder.ToString(); // Blazor WASM output is a static site - there are no runtime executables to be ran in the app stage. // Endpoint access is verified in the build stage in the SDK dockerfile. // App stage can remain empty in order to test publish functionality. string appStage = $"""FROM $runtime_deps_image AS {TestDockerfile.AppStageName}"""; - + return new TestDockerfile(s_commonArgs, stages: [ buildStage, publishStage, appStage ]); } @@ -210,7 +209,7 @@ ARG rid ARG NuGetFeedPassword ARG port EXPOSE $port - """); + """); if (s_useNuGetConfig) { From 59f884931aa9de194a0bb8a581bf9f25652e8050 Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Thu, 19 Sep 2024 13:29:07 -0700 Subject: [PATCH 07/13] Add `gcc-12-base` to Jammy expected packages list (#5899) --- tests/Microsoft.DotNet.Docker.Tests/ProductImageTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Microsoft.DotNet.Docker.Tests/ProductImageTests.cs b/tests/Microsoft.DotNet.Docker.Tests/ProductImageTests.cs index 05e7afb11e..b1165c8cbd 100644 --- a/tests/Microsoft.DotNet.Docker.Tests/ProductImageTests.cs +++ b/tests/Microsoft.DotNet.Docker.Tests/ProductImageTests.cs @@ -421,6 +421,7 @@ private static IEnumerable GetAotDepsPackages(ProductImageData imageData { OS: string os } when os.Contains(OS.Jammy) => [ "ca-certificates", + "gcc-12-base", "libc6", "libgcc-s1", "libssl3", From 4eafc48a9e9862780e2f73fe187e1ca71874289e Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Thu, 3 Oct 2024 19:08:07 -0700 Subject: [PATCH 08/13] Updates for .NET 6.0.35/6.0.427 --- README.aspnet.md | 58 ++++++------ README.runtime-deps.md | 50 +++++------ README.runtime.md | 58 ++++++------ README.sdk.md | 42 ++++----- manifest.versions.json | 90 +++++++++---------- src/aspnet/6.0/alpine3.20/amd64/Dockerfile | 6 +- src/aspnet/6.0/alpine3.20/arm32v7/Dockerfile | 6 +- src/aspnet/6.0/alpine3.20/arm64v8/Dockerfile | 6 +- src/aspnet/6.0/bookworm-slim/amd64/Dockerfile | 8 +- .../6.0/bookworm-slim/arm32v7/Dockerfile | 8 +- .../6.0/bookworm-slim/arm64v8/Dockerfile | 8 +- src/aspnet/6.0/bullseye-slim/amd64/Dockerfile | 8 +- .../6.0/bullseye-slim/arm32v7/Dockerfile | 8 +- .../6.0/bullseye-slim/arm64v8/Dockerfile | 8 +- .../amd64/Dockerfile | 8 +- .../arm64v8/Dockerfile | 8 +- .../6.0/cbl-mariner2.0/amd64/Dockerfile | 6 +- .../6.0/cbl-mariner2.0/arm64v8/Dockerfile | 6 +- src/aspnet/6.0/focal/amd64/Dockerfile | 8 +- src/aspnet/6.0/focal/arm32v7/Dockerfile | 8 +- src/aspnet/6.0/focal/arm64v8/Dockerfile | 8 +- .../6.0/jammy-chiseled-extra/amd64/Dockerfile | 8 +- .../jammy-chiseled-extra/arm32v7/Dockerfile | 8 +- .../jammy-chiseled-extra/arm64v8/Dockerfile | 8 +- .../6.0/jammy-chiseled/amd64/Dockerfile | 8 +- .../6.0/jammy-chiseled/arm32v7/Dockerfile | 8 +- .../6.0/jammy-chiseled/arm64v8/Dockerfile | 8 +- src/aspnet/6.0/jammy/amd64/Dockerfile | 8 +- src/aspnet/6.0/jammy/arm32v7/Dockerfile | 8 +- src/aspnet/6.0/jammy/arm64v8/Dockerfile | 8 +- .../6.0/nanoserver-1809/amd64/Dockerfile | 8 +- .../6.0/nanoserver-ltsc2022/amd64/Dockerfile | 8 +- .../amd64/Dockerfile | 6 +- .../amd64/Dockerfile | 6 +- src/monitor/6.3/alpine/amd64/Dockerfile | 2 +- src/monitor/6.3/alpine/arm64v8/Dockerfile | 2 +- .../cbl-mariner-distroless/amd64/Dockerfile | 2 +- .../cbl-mariner-distroless/arm64v8/Dockerfile | 2 +- src/monitor/6.3/cbl-mariner/amd64/Dockerfile | 2 +- .../6.3/cbl-mariner/arm64v8/Dockerfile | 2 +- .../6.3/ubuntu-chiseled/amd64/Dockerfile | 2 +- .../6.3/ubuntu-chiseled/arm64v8/Dockerfile | 2 +- .../6.0/cbl-mariner2.0/amd64/Dockerfile | 4 +- .../6.0/cbl-mariner2.0/arm64v8/Dockerfile | 4 +- src/runtime/6.0/alpine3.20/amd64/Dockerfile | 6 +- src/runtime/6.0/alpine3.20/arm32v7/Dockerfile | 6 +- src/runtime/6.0/alpine3.20/arm64v8/Dockerfile | 6 +- .../6.0/bookworm-slim/amd64/Dockerfile | 8 +- .../6.0/bookworm-slim/arm32v7/Dockerfile | 8 +- .../6.0/bookworm-slim/arm64v8/Dockerfile | 8 +- .../6.0/bullseye-slim/amd64/Dockerfile | 8 +- .../6.0/bullseye-slim/arm32v7/Dockerfile | 8 +- .../6.0/bullseye-slim/arm64v8/Dockerfile | 8 +- .../amd64/Dockerfile | 8 +- .../arm64v8/Dockerfile | 8 +- .../6.0/cbl-mariner2.0/amd64/Dockerfile | 10 +-- .../6.0/cbl-mariner2.0/arm64v8/Dockerfile | 10 +-- src/runtime/6.0/focal/amd64/Dockerfile | 8 +- src/runtime/6.0/focal/arm32v7/Dockerfile | 8 +- src/runtime/6.0/focal/arm64v8/Dockerfile | 8 +- .../6.0/jammy-chiseled-extra/amd64/Dockerfile | 8 +- .../jammy-chiseled-extra/arm32v7/Dockerfile | 8 +- .../jammy-chiseled-extra/arm64v8/Dockerfile | 8 +- .../6.0/jammy-chiseled/amd64/Dockerfile | 8 +- .../6.0/jammy-chiseled/arm32v7/Dockerfile | 8 +- .../6.0/jammy-chiseled/arm64v8/Dockerfile | 8 +- src/runtime/6.0/jammy/amd64/Dockerfile | 8 +- src/runtime/6.0/jammy/arm32v7/Dockerfile | 8 +- src/runtime/6.0/jammy/arm64v8/Dockerfile | 8 +- .../6.0/nanoserver-1809/amd64/Dockerfile | 6 +- .../6.0/nanoserver-ltsc2022/amd64/Dockerfile | 6 +- .../amd64/Dockerfile | 4 +- .../amd64/Dockerfile | 4 +- src/sdk/6.0/alpine3.20/amd64/Dockerfile | 6 +- src/sdk/6.0/alpine3.20/arm32v7/Dockerfile | 6 +- src/sdk/6.0/alpine3.20/arm64v8/Dockerfile | 6 +- src/sdk/6.0/bookworm-slim/amd64/Dockerfile | 6 +- src/sdk/6.0/bookworm-slim/arm32v7/Dockerfile | 6 +- src/sdk/6.0/bookworm-slim/arm64v8/Dockerfile | 6 +- src/sdk/6.0/bullseye-slim/amd64/Dockerfile | 6 +- src/sdk/6.0/bullseye-slim/arm32v7/Dockerfile | 6 +- src/sdk/6.0/bullseye-slim/arm64v8/Dockerfile | 6 +- src/sdk/6.0/cbl-mariner2.0/amd64/Dockerfile | 16 ++-- src/sdk/6.0/cbl-mariner2.0/arm64v8/Dockerfile | 16 ++-- src/sdk/6.0/focal/amd64/Dockerfile | 6 +- src/sdk/6.0/focal/arm32v7/Dockerfile | 6 +- src/sdk/6.0/focal/arm64v8/Dockerfile | 6 +- src/sdk/6.0/jammy/amd64/Dockerfile | 6 +- src/sdk/6.0/jammy/arm32v7/Dockerfile | 6 +- src/sdk/6.0/jammy/arm64v8/Dockerfile | 6 +- src/sdk/6.0/nanoserver-1809/amd64/Dockerfile | 8 +- .../6.0/nanoserver-ltsc2022/amd64/Dockerfile | 8 +- .../amd64/Dockerfile | 6 +- .../amd64/Dockerfile | 6 +- 94 files changed, 454 insertions(+), 454 deletions(-) diff --git a/README.aspnet.md b/README.aspnet.md index 8c23899a7e..ada5c4995a 100644 --- a/README.aspnet.md +++ b/README.aspnet.md @@ -112,15 +112,15 @@ Tags | Dockerfile | OS Version 8.0.8-cbl-mariner2.0-distroless-extra-amd64, 8.0-cbl-mariner2.0-distroless-extra-amd64, 8.0.8-cbl-mariner2.0-distroless-extra, 8.0-cbl-mariner2.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/cbl-mariner2.0-distroless-extra/amd64/Dockerfile) | CBL-Mariner 2.0 8.0.8-cbl-mariner2.0-distroless-composite-amd64, 8.0-cbl-mariner2.0-distroless-composite-amd64, 8.0.8-cbl-mariner2.0-distroless-composite, 8.0-cbl-mariner2.0-distroless-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/cbl-mariner2.0-distroless-composite/amd64/Dockerfile) | CBL-Mariner 2.0 8.0.8-cbl-mariner2.0-distroless-composite-extra-amd64, 8.0-cbl-mariner2.0-distroless-composite-extra-amd64, 8.0.8-cbl-mariner2.0-distroless-composite-extra, 8.0-cbl-mariner2.0-distroless-composite-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/cbl-mariner2.0-distroless-composite-extra/amd64/Dockerfile) | CBL-Mariner 2.0 -6.0.33-bookworm-slim-amd64, 6.0-bookworm-slim-amd64, 6.0.33-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bookworm-slim/amd64/Dockerfile) | Debian 12 -6.0.33-bullseye-slim-amd64, 6.0-bullseye-slim-amd64, 6.0.33-bullseye-slim, 6.0-bullseye-slim, 6.0.33, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bullseye-slim/amd64/Dockerfile) | Debian 11 -6.0.33-alpine3.20-amd64, 6.0-alpine3.20-amd64, 6.0-alpine-amd64, 6.0.33-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 -6.0.33-jammy-amd64, 6.0-jammy-amd64, 6.0.33-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy/amd64/Dockerfile) | Ubuntu 22.04 -6.0.33-jammy-chiseled-amd64, 6.0-jammy-chiseled-amd64, 6.0.33-jammy-chiseled, 6.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy-chiseled/amd64/Dockerfile) | Ubuntu 22.04 -6.0.33-jammy-chiseled-extra-amd64, 6.0-jammy-chiseled-extra-amd64, 6.0.33-jammy-chiseled-extra, 6.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy-chiseled-extra/amd64/Dockerfile) | Ubuntu 22.04 -6.0.33-cbl-mariner2.0-amd64, 6.0-cbl-mariner2.0-amd64, 6.0.33-cbl-mariner2.0, 6.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/cbl-mariner2.0/amd64/Dockerfile) | CBL-Mariner 2.0 -6.0.33-cbl-mariner2.0-distroless-amd64, 6.0-cbl-mariner2.0-distroless-amd64, 6.0.33-cbl-mariner2.0-distroless, 6.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/cbl-mariner2.0-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 -6.0.33-focal-amd64, 6.0-focal-amd64, 6.0.33-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/focal/amd64/Dockerfile) | Ubuntu 20.04 +6.0.35-bookworm-slim-amd64, 6.0-bookworm-slim-amd64, 6.0.35-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bookworm-slim/amd64/Dockerfile) | Debian 12 +6.0.35-bullseye-slim-amd64, 6.0-bullseye-slim-amd64, 6.0.35-bullseye-slim, 6.0-bullseye-slim, 6.0.35, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bullseye-slim/amd64/Dockerfile) | Debian 11 +6.0.35-alpine3.20-amd64, 6.0-alpine3.20-amd64, 6.0-alpine-amd64, 6.0.35-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 +6.0.35-jammy-amd64, 6.0-jammy-amd64, 6.0.35-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy/amd64/Dockerfile) | Ubuntu 22.04 +6.0.35-jammy-chiseled-amd64, 6.0-jammy-chiseled-amd64, 6.0.35-jammy-chiseled, 6.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy-chiseled/amd64/Dockerfile) | Ubuntu 22.04 +6.0.35-jammy-chiseled-extra-amd64, 6.0-jammy-chiseled-extra-amd64, 6.0.35-jammy-chiseled-extra, 6.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy-chiseled-extra/amd64/Dockerfile) | Ubuntu 22.04 +6.0.35-cbl-mariner2.0-amd64, 6.0-cbl-mariner2.0-amd64, 6.0.35-cbl-mariner2.0, 6.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/cbl-mariner2.0/amd64/Dockerfile) | CBL-Mariner 2.0 +6.0.35-cbl-mariner2.0-distroless-amd64, 6.0-cbl-mariner2.0-distroless-amd64, 6.0.35-cbl-mariner2.0-distroless, 6.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/cbl-mariner2.0-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 +6.0.35-focal-amd64, 6.0-focal-amd64, 6.0.35-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/focal/amd64/Dockerfile) | Ubuntu 20.04 ### Linux arm64 Tags @@ -162,15 +162,15 @@ Tags | Dockerfile | OS Version 8.0.8-cbl-mariner2.0-distroless-extra-arm64v8, 8.0-cbl-mariner2.0-distroless-extra-arm64v8, 8.0.8-cbl-mariner2.0-distroless-extra, 8.0-cbl-mariner2.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/cbl-mariner2.0-distroless-extra/arm64v8/Dockerfile) | CBL-Mariner 2.0 8.0.8-cbl-mariner2.0-distroless-composite-arm64v8, 8.0-cbl-mariner2.0-distroless-composite-arm64v8, 8.0.8-cbl-mariner2.0-distroless-composite, 8.0-cbl-mariner2.0-distroless-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/cbl-mariner2.0-distroless-composite/arm64v8/Dockerfile) | CBL-Mariner 2.0 8.0.8-cbl-mariner2.0-distroless-composite-extra-arm64v8, 8.0-cbl-mariner2.0-distroless-composite-extra-arm64v8, 8.0.8-cbl-mariner2.0-distroless-composite-extra, 8.0-cbl-mariner2.0-distroless-composite-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/cbl-mariner2.0-distroless-composite-extra/arm64v8/Dockerfile) | CBL-Mariner 2.0 -6.0.33-bookworm-slim-arm64v8, 6.0-bookworm-slim-arm64v8, 6.0.33-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 -6.0.33-bullseye-slim-arm64v8, 6.0-bullseye-slim-arm64v8, 6.0.33-bullseye-slim, 6.0-bullseye-slim, 6.0.33, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bullseye-slim/arm64v8/Dockerfile) | Debian 11 -6.0.33-alpine3.20-arm64v8, 6.0-alpine3.20-arm64v8, 6.0-alpine-arm64v8, 6.0.33-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 -6.0.33-jammy-arm64v8, 6.0-jammy-arm64v8, 6.0.33-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04 -6.0.33-jammy-chiseled-arm64v8, 6.0-jammy-chiseled-arm64v8, 6.0.33-jammy-chiseled, 6.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04 -6.0.33-jammy-chiseled-extra-arm64v8, 6.0-jammy-chiseled-extra-arm64v8, 6.0.33-jammy-chiseled-extra, 6.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy-chiseled-extra/arm64v8/Dockerfile) | Ubuntu 22.04 -6.0.33-focal-arm64v8, 6.0-focal-arm64v8, 6.0.33-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/focal/arm64v8/Dockerfile) | Ubuntu 20.04 -6.0.33-cbl-mariner2.0-arm64v8, 6.0-cbl-mariner2.0-arm64v8, 6.0.33-cbl-mariner2.0, 6.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/cbl-mariner2.0/arm64v8/Dockerfile) | CBL-Mariner 2.0 -6.0.33-cbl-mariner2.0-distroless-arm64v8, 6.0-cbl-mariner2.0-distroless-arm64v8, 6.0.33-cbl-mariner2.0-distroless, 6.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 +6.0.35-bookworm-slim-arm64v8, 6.0-bookworm-slim-arm64v8, 6.0.35-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 +6.0.35-bullseye-slim-arm64v8, 6.0-bullseye-slim-arm64v8, 6.0.35-bullseye-slim, 6.0-bullseye-slim, 6.0.35, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bullseye-slim/arm64v8/Dockerfile) | Debian 11 +6.0.35-alpine3.20-arm64v8, 6.0-alpine3.20-arm64v8, 6.0-alpine-arm64v8, 6.0.35-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 +6.0.35-jammy-arm64v8, 6.0-jammy-arm64v8, 6.0.35-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04 +6.0.35-jammy-chiseled-arm64v8, 6.0-jammy-chiseled-arm64v8, 6.0.35-jammy-chiseled, 6.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04 +6.0.35-jammy-chiseled-extra-arm64v8, 6.0-jammy-chiseled-extra-arm64v8, 6.0.35-jammy-chiseled-extra, 6.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy-chiseled-extra/arm64v8/Dockerfile) | Ubuntu 22.04 +6.0.35-focal-arm64v8, 6.0-focal-arm64v8, 6.0.35-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/focal/arm64v8/Dockerfile) | Ubuntu 20.04 +6.0.35-cbl-mariner2.0-arm64v8, 6.0-cbl-mariner2.0-arm64v8, 6.0.35-cbl-mariner2.0, 6.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/cbl-mariner2.0/arm64v8/Dockerfile) | CBL-Mariner 2.0 +6.0.35-cbl-mariner2.0-distroless-arm64v8, 6.0-cbl-mariner2.0-distroless-arm64v8, 6.0.35-cbl-mariner2.0-distroless, 6.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 ### Linux arm32 Tags @@ -192,13 +192,13 @@ Tags | Dockerfile | OS Version 8.0.8-jammy-chiseled-extra-arm32v7, 8.0-jammy-chiseled-extra-arm32v7, 8.0.8-jammy-chiseled-extra, 8.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled-extra/arm32v7/Dockerfile) | Ubuntu 22.04 8.0.8-jammy-chiseled-composite-arm32v7, 8.0-jammy-chiseled-composite-arm32v7, 8.0.8-jammy-chiseled-composite, 8.0-jammy-chiseled-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled-composite/arm32v7/Dockerfile) | Ubuntu 22.04 8.0.8-jammy-chiseled-composite-extra-arm32v7, 8.0-jammy-chiseled-composite-extra-arm32v7, 8.0.8-jammy-chiseled-composite-extra, 8.0-jammy-chiseled-composite-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled-composite-extra/arm32v7/Dockerfile) | Ubuntu 22.04 -6.0.33-bookworm-slim-arm32v7, 6.0-bookworm-slim-arm32v7, 6.0.33-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 -6.0.33-bullseye-slim-arm32v7, 6.0-bullseye-slim-arm32v7, 6.0.33-bullseye-slim, 6.0-bullseye-slim, 6.0.33, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bullseye-slim/arm32v7/Dockerfile) | Debian 11 -6.0.33-alpine3.20-arm32v7, 6.0-alpine3.20-arm32v7, 6.0-alpine-arm32v7, 6.0.33-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 -6.0.33-jammy-arm32v7, 6.0-jammy-arm32v7, 6.0.33-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04 -6.0.33-jammy-chiseled-arm32v7, 6.0-jammy-chiseled-arm32v7, 6.0.33-jammy-chiseled, 6.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy-chiseled/arm32v7/Dockerfile) | Ubuntu 22.04 -6.0.33-jammy-chiseled-extra-arm32v7, 6.0-jammy-chiseled-extra-arm32v7, 6.0.33-jammy-chiseled-extra, 6.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy-chiseled-extra/arm32v7/Dockerfile) | Ubuntu 22.04 -6.0.33-focal-arm32v7, 6.0-focal-arm32v7, 6.0.33-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/focal/arm32v7/Dockerfile) | Ubuntu 20.04 +6.0.35-bookworm-slim-arm32v7, 6.0-bookworm-slim-arm32v7, 6.0.35-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 +6.0.35-bullseye-slim-arm32v7, 6.0-bullseye-slim-arm32v7, 6.0.35-bullseye-slim, 6.0-bullseye-slim, 6.0.35, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bullseye-slim/arm32v7/Dockerfile) | Debian 11 +6.0.35-alpine3.20-arm32v7, 6.0-alpine3.20-arm32v7, 6.0-alpine-arm32v7, 6.0.35-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 +6.0.35-jammy-arm32v7, 6.0-jammy-arm32v7, 6.0.35-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04 +6.0.35-jammy-chiseled-arm32v7, 6.0-jammy-chiseled-arm32v7, 6.0.35-jammy-chiseled, 6.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy-chiseled/arm32v7/Dockerfile) | Ubuntu 22.04 +6.0.35-jammy-chiseled-extra-arm32v7, 6.0-jammy-chiseled-extra-arm32v7, 6.0.35-jammy-chiseled-extra, 6.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/jammy-chiseled-extra/arm32v7/Dockerfile) | Ubuntu 22.04 +6.0.35-focal-arm32v7, 6.0-focal-arm32v7, 6.0.35-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/focal/arm32v7/Dockerfile) | Ubuntu 20.04 ### Nano Server 2022 amd64 Tags @@ -206,7 +206,7 @@ Tag | Dockerfile ---------| --------------- 9.0.0-rc.1-nanoserver-ltsc2022, 9.0-nanoserver-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/9.0/nanoserver-ltsc2022/amd64/Dockerfile) 8.0.8-nanoserver-ltsc2022, 8.0-nanoserver-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/nanoserver-ltsc2022/amd64/Dockerfile) -6.0.33-nanoserver-ltsc2022, 6.0-nanoserver-ltsc2022, 6.0.33, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/nanoserver-ltsc2022/amd64/Dockerfile) +6.0.35-nanoserver-ltsc2022, 6.0-nanoserver-ltsc2022, 6.0.35, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/nanoserver-ltsc2022/amd64/Dockerfile) ### Windows Server Core 2022 amd64 Tags @@ -214,7 +214,7 @@ Tag | Dockerfile ---------| --------------- 9.0.0-rc.1-windowsservercore-ltsc2022, 9.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/9.0/windowsservercore-ltsc2022/amd64/Dockerfile) 8.0.8-windowsservercore-ltsc2022, 8.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/windowsservercore-ltsc2022/amd64/Dockerfile) -6.0.33-windowsservercore-ltsc2022, 6.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/windowsservercore-ltsc2022/amd64/Dockerfile) +6.0.35-windowsservercore-ltsc2022, 6.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/windowsservercore-ltsc2022/amd64/Dockerfile) ### Nano Server, version 1809 amd64 Tags @@ -222,7 +222,7 @@ Tag | Dockerfile ---------| --------------- 9.0.0-rc.1-nanoserver-1809, 9.0-nanoserver-1809 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/9.0/nanoserver-1809/amd64/Dockerfile) 8.0.8-nanoserver-1809, 8.0-nanoserver-1809 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/nanoserver-1809/amd64/Dockerfile) -6.0.33-nanoserver-1809, 6.0-nanoserver-1809, 6.0.33, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/nanoserver-1809/amd64/Dockerfile) +6.0.35-nanoserver-1809, 6.0-nanoserver-1809, 6.0.35, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/nanoserver-1809/amd64/Dockerfile) ### Windows Server Core 2019 amd64 Tags @@ -230,7 +230,7 @@ Tag | Dockerfile ---------| --------------- 9.0.0-rc.1-windowsservercore-ltsc2019, 9.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/9.0/windowsservercore-ltsc2019/amd64/Dockerfile) 8.0.8-windowsservercore-ltsc2019, 8.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/windowsservercore-ltsc2019/amd64/Dockerfile) -6.0.33-windowsservercore-ltsc2019, 6.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/windowsservercore-ltsc2019/amd64/Dockerfile) +6.0.35-windowsservercore-ltsc2019, 6.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/windowsservercore-ltsc2019/amd64/Dockerfile) *Tags not listed in the table above are not supported. See the [Supported Tags Policy](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-tags.md). See the [full list of tags](https://mcr.microsoft.com/v2/dotnet/aspnet/tags/list) for all supported and unsupported tags.* diff --git a/README.runtime-deps.md b/README.runtime-deps.md index 4d039a8d7f..6dbc05e205 100644 --- a/README.runtime-deps.md +++ b/README.runtime-deps.md @@ -81,15 +81,15 @@ Tags | Dockerfile | OS Version 8.0.8-cbl-mariner2.0-amd64, 8.0-cbl-mariner2.0-amd64, 8.0.8-cbl-mariner2.0, 8.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/cbl-mariner2.0/amd64/Dockerfile) | CBL-Mariner 2.0 8.0.8-cbl-mariner2.0-distroless-amd64, 8.0-cbl-mariner2.0-distroless-amd64, 8.0.8-cbl-mariner2.0-distroless, 8.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/cbl-mariner2.0-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 8.0.8-cbl-mariner2.0-distroless-extra-amd64, 8.0-cbl-mariner2.0-distroless-extra-amd64, 8.0.8-cbl-mariner2.0-distroless-extra, 8.0-cbl-mariner2.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/cbl-mariner2.0-distroless-extra/amd64/Dockerfile) | CBL-Mariner 2.0 -6.0.33-bookworm-slim-amd64, 6.0-bookworm-slim-amd64, 6.0.33-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/bookworm-slim/amd64/Dockerfile) | Debian 12 -6.0.33-bullseye-slim-amd64, 6.0-bullseye-slim-amd64, 6.0.33-bullseye-slim, 6.0-bullseye-slim, 6.0.33, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/bullseye-slim/amd64/Dockerfile) | Debian 11 -6.0.33-alpine3.20-amd64, 6.0-alpine3.20-amd64, 6.0-alpine-amd64, 6.0.33-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 -6.0.33-jammy-amd64, 6.0-jammy-amd64, 6.0.33-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy/amd64/Dockerfile) | Ubuntu 22.04 -6.0.33-jammy-chiseled-amd64, 6.0-jammy-chiseled-amd64, 6.0.33-jammy-chiseled, 6.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy-chiseled/amd64/Dockerfile) | Ubuntu 22.04 -6.0.33-jammy-chiseled-extra-amd64, 6.0-jammy-chiseled-extra-amd64, 6.0.33-jammy-chiseled-extra, 6.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy-chiseled-extra/amd64/Dockerfile) | Ubuntu 22.04 -6.0.33-cbl-mariner2.0-amd64, 6.0-cbl-mariner2.0-amd64, 6.0.33-cbl-mariner2.0, 6.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/cbl-mariner2.0/amd64/Dockerfile) | CBL-Mariner 2.0 -6.0.33-cbl-mariner2.0-distroless-amd64, 6.0-cbl-mariner2.0-distroless-amd64, 6.0.33-cbl-mariner2.0-distroless, 6.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/cbl-mariner2.0-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 -6.0.33-focal-amd64, 6.0-focal-amd64, 6.0.33-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/focal/amd64/Dockerfile) | Ubuntu 20.04 +6.0.35-bookworm-slim-amd64, 6.0-bookworm-slim-amd64, 6.0.35-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/bookworm-slim/amd64/Dockerfile) | Debian 12 +6.0.35-bullseye-slim-amd64, 6.0-bullseye-slim-amd64, 6.0.35-bullseye-slim, 6.0-bullseye-slim, 6.0.35, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/bullseye-slim/amd64/Dockerfile) | Debian 11 +6.0.35-alpine3.20-amd64, 6.0-alpine3.20-amd64, 6.0-alpine-amd64, 6.0.35-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 +6.0.35-jammy-amd64, 6.0-jammy-amd64, 6.0.35-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy/amd64/Dockerfile) | Ubuntu 22.04 +6.0.35-jammy-chiseled-amd64, 6.0-jammy-chiseled-amd64, 6.0.35-jammy-chiseled, 6.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy-chiseled/amd64/Dockerfile) | Ubuntu 22.04 +6.0.35-jammy-chiseled-extra-amd64, 6.0-jammy-chiseled-extra-amd64, 6.0.35-jammy-chiseled-extra, 6.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy-chiseled-extra/amd64/Dockerfile) | Ubuntu 22.04 +6.0.35-cbl-mariner2.0-amd64, 6.0-cbl-mariner2.0-amd64, 6.0.35-cbl-mariner2.0, 6.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/cbl-mariner2.0/amd64/Dockerfile) | CBL-Mariner 2.0 +6.0.35-cbl-mariner2.0-distroless-amd64, 6.0-cbl-mariner2.0-distroless-amd64, 6.0.35-cbl-mariner2.0-distroless, 6.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/cbl-mariner2.0-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 +6.0.35-focal-amd64, 6.0-focal-amd64, 6.0.35-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/focal/amd64/Dockerfile) | Ubuntu 20.04 ### Linux arm64 Tags @@ -119,15 +119,15 @@ Tags | Dockerfile | OS Version 8.0.8-cbl-mariner2.0-arm64v8, 8.0-cbl-mariner2.0-arm64v8, 8.0.8-cbl-mariner2.0, 8.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/cbl-mariner2.0/arm64v8/Dockerfile) | CBL-Mariner 2.0 8.0.8-cbl-mariner2.0-distroless-arm64v8, 8.0-cbl-mariner2.0-distroless-arm64v8, 8.0.8-cbl-mariner2.0-distroless, 8.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 8.0.8-cbl-mariner2.0-distroless-extra-arm64v8, 8.0-cbl-mariner2.0-distroless-extra-arm64v8, 8.0.8-cbl-mariner2.0-distroless-extra, 8.0-cbl-mariner2.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/cbl-mariner2.0-distroless-extra/arm64v8/Dockerfile) | CBL-Mariner 2.0 -6.0.33-bookworm-slim-arm64v8, 6.0-bookworm-slim-arm64v8, 6.0.33-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 -6.0.33-bullseye-slim-arm64v8, 6.0-bullseye-slim-arm64v8, 6.0.33-bullseye-slim, 6.0-bullseye-slim, 6.0.33, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/bullseye-slim/arm64v8/Dockerfile) | Debian 11 -6.0.33-alpine3.20-arm64v8, 6.0-alpine3.20-arm64v8, 6.0-alpine-arm64v8, 6.0.33-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 -6.0.33-jammy-arm64v8, 6.0-jammy-arm64v8, 6.0.33-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04 -6.0.33-jammy-chiseled-arm64v8, 6.0-jammy-chiseled-arm64v8, 6.0.33-jammy-chiseled, 6.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04 -6.0.33-jammy-chiseled-extra-arm64v8, 6.0-jammy-chiseled-extra-arm64v8, 6.0.33-jammy-chiseled-extra, 6.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy-chiseled-extra/arm64v8/Dockerfile) | Ubuntu 22.04 -6.0.33-cbl-mariner2.0-arm64v8, 6.0-cbl-mariner2.0-arm64v8, 6.0.33-cbl-mariner2.0, 6.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/cbl-mariner2.0/arm64v8/Dockerfile) | CBL-Mariner 2.0 -6.0.33-cbl-mariner2.0-distroless-arm64v8, 6.0-cbl-mariner2.0-distroless-arm64v8, 6.0.33-cbl-mariner2.0-distroless, 6.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 -6.0.33-focal-arm64v8, 6.0-focal-arm64v8, 6.0.33-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/focal/arm64v8/Dockerfile) | Ubuntu 20.04 +6.0.35-bookworm-slim-arm64v8, 6.0-bookworm-slim-arm64v8, 6.0.35-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 +6.0.35-bullseye-slim-arm64v8, 6.0-bullseye-slim-arm64v8, 6.0.35-bullseye-slim, 6.0-bullseye-slim, 6.0.35, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/bullseye-slim/arm64v8/Dockerfile) | Debian 11 +6.0.35-alpine3.20-arm64v8, 6.0-alpine3.20-arm64v8, 6.0-alpine-arm64v8, 6.0.35-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 +6.0.35-jammy-arm64v8, 6.0-jammy-arm64v8, 6.0.35-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04 +6.0.35-jammy-chiseled-arm64v8, 6.0-jammy-chiseled-arm64v8, 6.0.35-jammy-chiseled, 6.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04 +6.0.35-jammy-chiseled-extra-arm64v8, 6.0-jammy-chiseled-extra-arm64v8, 6.0.35-jammy-chiseled-extra, 6.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy-chiseled-extra/arm64v8/Dockerfile) | Ubuntu 22.04 +6.0.35-cbl-mariner2.0-arm64v8, 6.0-cbl-mariner2.0-arm64v8, 6.0.35-cbl-mariner2.0, 6.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/cbl-mariner2.0/arm64v8/Dockerfile) | CBL-Mariner 2.0 +6.0.35-cbl-mariner2.0-distroless-arm64v8, 6.0-cbl-mariner2.0-distroless-arm64v8, 6.0.35-cbl-mariner2.0-distroless, 6.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 +6.0.35-focal-arm64v8, 6.0-focal-arm64v8, 6.0.35-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/focal/arm64v8/Dockerfile) | Ubuntu 20.04 ### Linux arm32 Tags @@ -145,13 +145,13 @@ Tags | Dockerfile | OS Version 8.0.8-jammy-arm32v7, 8.0-jammy-arm32v7, 8.0.8-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04 8.0.8-jammy-chiseled-arm32v7, 8.0-jammy-chiseled-arm32v7, 8.0.8-jammy-chiseled, 8.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/jammy-chiseled/arm32v7/Dockerfile) | Ubuntu 22.04 8.0.8-jammy-chiseled-extra-arm32v7, 8.0-jammy-chiseled-extra-arm32v7, 8.0.8-jammy-chiseled-extra, 8.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/jammy-chiseled-extra/arm32v7/Dockerfile) | Ubuntu 22.04 -6.0.33-bookworm-slim-arm32v7, 6.0-bookworm-slim-arm32v7, 6.0.33-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 -6.0.33-bullseye-slim-arm32v7, 6.0-bullseye-slim-arm32v7, 6.0.33-bullseye-slim, 6.0-bullseye-slim, 6.0.33, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/bullseye-slim/arm32v7/Dockerfile) | Debian 11 -6.0.33-alpine3.20-arm32v7, 6.0-alpine3.20-arm32v7, 6.0-alpine-arm32v7, 6.0.33-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 -6.0.33-jammy-arm32v7, 6.0-jammy-arm32v7, 6.0.33-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04 -6.0.33-jammy-chiseled-arm32v7, 6.0-jammy-chiseled-arm32v7, 6.0.33-jammy-chiseled, 6.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy-chiseled/arm32v7/Dockerfile) | Ubuntu 22.04 -6.0.33-jammy-chiseled-extra-arm32v7, 6.0-jammy-chiseled-extra-arm32v7, 6.0.33-jammy-chiseled-extra, 6.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy-chiseled-extra/arm32v7/Dockerfile) | Ubuntu 22.04 -6.0.33-focal-arm32v7, 6.0-focal-arm32v7, 6.0.33-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/focal/arm32v7/Dockerfile) | Ubuntu 20.04 +6.0.35-bookworm-slim-arm32v7, 6.0-bookworm-slim-arm32v7, 6.0.35-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 +6.0.35-bullseye-slim-arm32v7, 6.0-bullseye-slim-arm32v7, 6.0.35-bullseye-slim, 6.0-bullseye-slim, 6.0.35, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/bullseye-slim/arm32v7/Dockerfile) | Debian 11 +6.0.35-alpine3.20-arm32v7, 6.0-alpine3.20-arm32v7, 6.0-alpine-arm32v7, 6.0.35-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 +6.0.35-jammy-arm32v7, 6.0-jammy-arm32v7, 6.0.35-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04 +6.0.35-jammy-chiseled-arm32v7, 6.0-jammy-chiseled-arm32v7, 6.0.35-jammy-chiseled, 6.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy-chiseled/arm32v7/Dockerfile) | Ubuntu 22.04 +6.0.35-jammy-chiseled-extra-arm32v7, 6.0-jammy-chiseled-extra-arm32v7, 6.0.35-jammy-chiseled-extra, 6.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/jammy-chiseled-extra/arm32v7/Dockerfile) | Ubuntu 22.04 +6.0.35-focal-arm32v7, 6.0-focal-arm32v7, 6.0.35-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/focal/arm32v7/Dockerfile) | Ubuntu 20.04 *Tags not listed in the table above are not supported. See the [Supported Tags Policy](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-tags.md). See the [full list of tags](https://mcr.microsoft.com/v2/dotnet/runtime-deps/tags/list) for all supported and unsupported tags.* diff --git a/README.runtime.md b/README.runtime.md index 3329a3718a..c6de30c419 100644 --- a/README.runtime.md +++ b/README.runtime.md @@ -87,15 +87,15 @@ Tags | Dockerfile | OS Version 8.0.8-cbl-mariner2.0-amd64, 8.0-cbl-mariner2.0-amd64, 8.0.8-cbl-mariner2.0, 8.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/cbl-mariner2.0/amd64/Dockerfile) | CBL-Mariner 2.0 8.0.8-cbl-mariner2.0-distroless-amd64, 8.0-cbl-mariner2.0-distroless-amd64, 8.0.8-cbl-mariner2.0-distroless, 8.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/cbl-mariner2.0-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 8.0.8-cbl-mariner2.0-distroless-extra-amd64, 8.0-cbl-mariner2.0-distroless-extra-amd64, 8.0.8-cbl-mariner2.0-distroless-extra, 8.0-cbl-mariner2.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/cbl-mariner2.0-distroless-extra/amd64/Dockerfile) | CBL-Mariner 2.0 -6.0.33-bookworm-slim-amd64, 6.0-bookworm-slim-amd64, 6.0.33-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/bookworm-slim/amd64/Dockerfile) | Debian 12 -6.0.33-bullseye-slim-amd64, 6.0-bullseye-slim-amd64, 6.0.33-bullseye-slim, 6.0-bullseye-slim, 6.0.33, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/bullseye-slim/amd64/Dockerfile) | Debian 11 -6.0.33-alpine3.20-amd64, 6.0-alpine3.20-amd64, 6.0-alpine-amd64, 6.0.33-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 -6.0.33-jammy-amd64, 6.0-jammy-amd64, 6.0.33-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/jammy/amd64/Dockerfile) | Ubuntu 22.04 -6.0.33-jammy-chiseled-amd64, 6.0-jammy-chiseled-amd64, 6.0.33-jammy-chiseled, 6.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/jammy-chiseled/amd64/Dockerfile) | Ubuntu 22.04 -6.0.33-jammy-chiseled-extra-amd64, 6.0-jammy-chiseled-extra-amd64, 6.0.33-jammy-chiseled-extra, 6.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/jammy-chiseled-extra/amd64/Dockerfile) | Ubuntu 22.04 -6.0.33-focal-amd64, 6.0-focal-amd64, 6.0.33-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/focal/amd64/Dockerfile) | Ubuntu 20.04 -6.0.33-cbl-mariner2.0-amd64, 6.0-cbl-mariner2.0-amd64, 6.0.33-cbl-mariner2.0, 6.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/cbl-mariner2.0/amd64/Dockerfile) | CBL-Mariner 2.0 -6.0.33-cbl-mariner2.0-distroless-amd64, 6.0-cbl-mariner2.0-distroless-amd64, 6.0.33-cbl-mariner2.0-distroless, 6.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/cbl-mariner2.0-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 +6.0.35-bookworm-slim-amd64, 6.0-bookworm-slim-amd64, 6.0.35-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/bookworm-slim/amd64/Dockerfile) | Debian 12 +6.0.35-bullseye-slim-amd64, 6.0-bullseye-slim-amd64, 6.0.35-bullseye-slim, 6.0-bullseye-slim, 6.0.35, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/bullseye-slim/amd64/Dockerfile) | Debian 11 +6.0.35-alpine3.20-amd64, 6.0-alpine3.20-amd64, 6.0-alpine-amd64, 6.0.35-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 +6.0.35-jammy-amd64, 6.0-jammy-amd64, 6.0.35-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/jammy/amd64/Dockerfile) | Ubuntu 22.04 +6.0.35-jammy-chiseled-amd64, 6.0-jammy-chiseled-amd64, 6.0.35-jammy-chiseled, 6.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/jammy-chiseled/amd64/Dockerfile) | Ubuntu 22.04 +6.0.35-jammy-chiseled-extra-amd64, 6.0-jammy-chiseled-extra-amd64, 6.0.35-jammy-chiseled-extra, 6.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/jammy-chiseled-extra/amd64/Dockerfile) | Ubuntu 22.04 +6.0.35-focal-amd64, 6.0-focal-amd64, 6.0.35-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/focal/amd64/Dockerfile) | Ubuntu 20.04 +6.0.35-cbl-mariner2.0-amd64, 6.0-cbl-mariner2.0-amd64, 6.0.35-cbl-mariner2.0, 6.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/cbl-mariner2.0/amd64/Dockerfile) | CBL-Mariner 2.0 +6.0.35-cbl-mariner2.0-distroless-amd64, 6.0-cbl-mariner2.0-distroless-amd64, 6.0.35-cbl-mariner2.0-distroless, 6.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/cbl-mariner2.0-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 ### Linux arm64 Tags @@ -123,15 +123,15 @@ Tags | Dockerfile | OS Version 8.0.8-cbl-mariner2.0-arm64v8, 8.0-cbl-mariner2.0-arm64v8, 8.0.8-cbl-mariner2.0, 8.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/cbl-mariner2.0/arm64v8/Dockerfile) | CBL-Mariner 2.0 8.0.8-cbl-mariner2.0-distroless-arm64v8, 8.0-cbl-mariner2.0-distroless-arm64v8, 8.0.8-cbl-mariner2.0-distroless, 8.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 8.0.8-cbl-mariner2.0-distroless-extra-arm64v8, 8.0-cbl-mariner2.0-distroless-extra-arm64v8, 8.0.8-cbl-mariner2.0-distroless-extra, 8.0-cbl-mariner2.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/cbl-mariner2.0-distroless-extra/arm64v8/Dockerfile) | CBL-Mariner 2.0 -6.0.33-bookworm-slim-arm64v8, 6.0-bookworm-slim-arm64v8, 6.0.33-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 -6.0.33-bullseye-slim-arm64v8, 6.0-bullseye-slim-arm64v8, 6.0.33-bullseye-slim, 6.0-bullseye-slim, 6.0.33, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/bullseye-slim/arm64v8/Dockerfile) | Debian 11 -6.0.33-alpine3.20-arm64v8, 6.0-alpine3.20-arm64v8, 6.0-alpine-arm64v8, 6.0.33-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 -6.0.33-jammy-arm64v8, 6.0-jammy-arm64v8, 6.0.33-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04 -6.0.33-jammy-chiseled-arm64v8, 6.0-jammy-chiseled-arm64v8, 6.0.33-jammy-chiseled, 6.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/jammy-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04 -6.0.33-jammy-chiseled-extra-arm64v8, 6.0-jammy-chiseled-extra-arm64v8, 6.0.33-jammy-chiseled-extra, 6.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/jammy-chiseled-extra/arm64v8/Dockerfile) | Ubuntu 22.04 -6.0.33-focal-arm64v8, 6.0-focal-arm64v8, 6.0.33-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/focal/arm64v8/Dockerfile) | Ubuntu 20.04 -6.0.33-cbl-mariner2.0-arm64v8, 6.0-cbl-mariner2.0-arm64v8, 6.0.33-cbl-mariner2.0, 6.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/cbl-mariner2.0/arm64v8/Dockerfile) | CBL-Mariner 2.0 -6.0.33-cbl-mariner2.0-distroless-arm64v8, 6.0-cbl-mariner2.0-distroless-arm64v8, 6.0.33-cbl-mariner2.0-distroless, 6.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 +6.0.35-bookworm-slim-arm64v8, 6.0-bookworm-slim-arm64v8, 6.0.35-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 +6.0.35-bullseye-slim-arm64v8, 6.0-bullseye-slim-arm64v8, 6.0.35-bullseye-slim, 6.0-bullseye-slim, 6.0.35, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/bullseye-slim/arm64v8/Dockerfile) | Debian 11 +6.0.35-alpine3.20-arm64v8, 6.0-alpine3.20-arm64v8, 6.0-alpine-arm64v8, 6.0.35-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 +6.0.35-jammy-arm64v8, 6.0-jammy-arm64v8, 6.0.35-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04 +6.0.35-jammy-chiseled-arm64v8, 6.0-jammy-chiseled-arm64v8, 6.0.35-jammy-chiseled, 6.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/jammy-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04 +6.0.35-jammy-chiseled-extra-arm64v8, 6.0-jammy-chiseled-extra-arm64v8, 6.0.35-jammy-chiseled-extra, 6.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/jammy-chiseled-extra/arm64v8/Dockerfile) | Ubuntu 22.04 +6.0.35-focal-arm64v8, 6.0-focal-arm64v8, 6.0.35-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/focal/arm64v8/Dockerfile) | Ubuntu 20.04 +6.0.35-cbl-mariner2.0-arm64v8, 6.0-cbl-mariner2.0-arm64v8, 6.0.35-cbl-mariner2.0, 6.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/cbl-mariner2.0/arm64v8/Dockerfile) | CBL-Mariner 2.0 +6.0.35-cbl-mariner2.0-distroless-arm64v8, 6.0-cbl-mariner2.0-distroless-arm64v8, 6.0.35-cbl-mariner2.0-distroless, 6.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 ### Linux arm32 Tags @@ -147,13 +147,13 @@ Tags | Dockerfile | OS Version 8.0.8-jammy-arm32v7, 8.0-jammy-arm32v7, 8.0.8-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04 8.0.8-jammy-chiseled-arm32v7, 8.0-jammy-chiseled-arm32v7, 8.0.8-jammy-chiseled, 8.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/jammy-chiseled/arm32v7/Dockerfile) | Ubuntu 22.04 8.0.8-jammy-chiseled-extra-arm32v7, 8.0-jammy-chiseled-extra-arm32v7, 8.0.8-jammy-chiseled-extra, 8.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/jammy-chiseled-extra/arm32v7/Dockerfile) | Ubuntu 22.04 -6.0.33-bookworm-slim-arm32v7, 6.0-bookworm-slim-arm32v7, 6.0.33-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 -6.0.33-bullseye-slim-arm32v7, 6.0-bullseye-slim-arm32v7, 6.0.33-bullseye-slim, 6.0-bullseye-slim, 6.0.33, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/bullseye-slim/arm32v7/Dockerfile) | Debian 11 -6.0.33-alpine3.20-arm32v7, 6.0-alpine3.20-arm32v7, 6.0-alpine-arm32v7, 6.0.33-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 -6.0.33-jammy-arm32v7, 6.0-jammy-arm32v7, 6.0.33-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04 -6.0.33-jammy-chiseled-arm32v7, 6.0-jammy-chiseled-arm32v7, 6.0.33-jammy-chiseled, 6.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/jammy-chiseled/arm32v7/Dockerfile) | Ubuntu 22.04 -6.0.33-jammy-chiseled-extra-arm32v7, 6.0-jammy-chiseled-extra-arm32v7, 6.0.33-jammy-chiseled-extra, 6.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/jammy-chiseled-extra/arm32v7/Dockerfile) | Ubuntu 22.04 -6.0.33-focal-arm32v7, 6.0-focal-arm32v7, 6.0.33-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/focal/arm32v7/Dockerfile) | Ubuntu 20.04 +6.0.35-bookworm-slim-arm32v7, 6.0-bookworm-slim-arm32v7, 6.0.35-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 +6.0.35-bullseye-slim-arm32v7, 6.0-bullseye-slim-arm32v7, 6.0.35-bullseye-slim, 6.0-bullseye-slim, 6.0.35, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/bullseye-slim/arm32v7/Dockerfile) | Debian 11 +6.0.35-alpine3.20-arm32v7, 6.0-alpine3.20-arm32v7, 6.0-alpine-arm32v7, 6.0.35-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 +6.0.35-jammy-arm32v7, 6.0-jammy-arm32v7, 6.0.35-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04 +6.0.35-jammy-chiseled-arm32v7, 6.0-jammy-chiseled-arm32v7, 6.0.35-jammy-chiseled, 6.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/jammy-chiseled/arm32v7/Dockerfile) | Ubuntu 22.04 +6.0.35-jammy-chiseled-extra-arm32v7, 6.0-jammy-chiseled-extra-arm32v7, 6.0.35-jammy-chiseled-extra, 6.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/jammy-chiseled-extra/arm32v7/Dockerfile) | Ubuntu 22.04 +6.0.35-focal-arm32v7, 6.0-focal-arm32v7, 6.0.35-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/focal/arm32v7/Dockerfile) | Ubuntu 20.04 ### Nano Server 2022 amd64 Tags @@ -161,7 +161,7 @@ Tag | Dockerfile ---------| --------------- 9.0.0-rc.1-nanoserver-ltsc2022, 9.0-nanoserver-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/9.0/nanoserver-ltsc2022/amd64/Dockerfile) 8.0.8-nanoserver-ltsc2022, 8.0-nanoserver-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/nanoserver-ltsc2022/amd64/Dockerfile) -6.0.33-nanoserver-ltsc2022, 6.0-nanoserver-ltsc2022, 6.0.33, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/nanoserver-ltsc2022/amd64/Dockerfile) +6.0.35-nanoserver-ltsc2022, 6.0-nanoserver-ltsc2022, 6.0.35, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/nanoserver-ltsc2022/amd64/Dockerfile) ### Windows Server Core 2022 amd64 Tags @@ -169,7 +169,7 @@ Tag | Dockerfile ---------| --------------- 9.0.0-rc.1-windowsservercore-ltsc2022, 9.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/9.0/windowsservercore-ltsc2022/amd64/Dockerfile) 8.0.8-windowsservercore-ltsc2022, 8.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/windowsservercore-ltsc2022/amd64/Dockerfile) -6.0.33-windowsservercore-ltsc2022, 6.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/windowsservercore-ltsc2022/amd64/Dockerfile) +6.0.35-windowsservercore-ltsc2022, 6.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/windowsservercore-ltsc2022/amd64/Dockerfile) ### Nano Server, version 1809 amd64 Tags @@ -177,7 +177,7 @@ Tag | Dockerfile ---------| --------------- 9.0.0-rc.1-nanoserver-1809, 9.0-nanoserver-1809 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/9.0/nanoserver-1809/amd64/Dockerfile) 8.0.8-nanoserver-1809, 8.0-nanoserver-1809 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/nanoserver-1809/amd64/Dockerfile) -6.0.33-nanoserver-1809, 6.0-nanoserver-1809, 6.0.33, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/nanoserver-1809/amd64/Dockerfile) +6.0.35-nanoserver-1809, 6.0-nanoserver-1809, 6.0.35, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/nanoserver-1809/amd64/Dockerfile) ### Windows Server Core 2019 amd64 Tags @@ -185,7 +185,7 @@ Tag | Dockerfile ---------| --------------- 9.0.0-rc.1-windowsservercore-ltsc2019, 9.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/9.0/windowsservercore-ltsc2019/amd64/Dockerfile) 8.0.8-windowsservercore-ltsc2019, 8.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/windowsservercore-ltsc2019/amd64/Dockerfile) -6.0.33-windowsservercore-ltsc2019, 6.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/windowsservercore-ltsc2019/amd64/Dockerfile) +6.0.35-windowsservercore-ltsc2019, 6.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/windowsservercore-ltsc2019/amd64/Dockerfile) *Tags not listed in the table above are not supported. See the [Supported Tags Policy](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-tags.md). See the [full list of tags](https://mcr.microsoft.com/v2/dotnet/runtime/tags/list) for all supported and unsupported tags.* diff --git a/README.sdk.md b/README.sdk.md index 6e887c7d9b..ae44333c0b 100644 --- a/README.sdk.md +++ b/README.sdk.md @@ -77,12 +77,12 @@ Tags | Dockerfile | OS Version 8.0.402-jammy-amd64, 8.0-jammy-amd64, 8.0.402-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/jammy/amd64/Dockerfile) | Ubuntu 22.04 8.0.402-azurelinux3.0-amd64, 8.0-azurelinux3.0-amd64, 8.0.402-azurelinux3.0, 8.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/azurelinux3.0/amd64/Dockerfile) | Azure Linux 3.0 8.0.402-cbl-mariner2.0-amd64, 8.0-cbl-mariner2.0-amd64, 8.0.402-cbl-mariner2.0, 8.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/cbl-mariner2.0/amd64/Dockerfile) | CBL-Mariner 2.0 -6.0.425-1-bookworm-slim-amd64, 6.0-bookworm-slim-amd64, 6.0.425-1-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/bookworm-slim/amd64/Dockerfile) | Debian 12 -6.0.425-1-bullseye-slim-amd64, 6.0-bullseye-slim-amd64, 6.0.425-1-bullseye-slim, 6.0-bullseye-slim, 6.0.425-1, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/bullseye-slim/amd64/Dockerfile) | Debian 11 -6.0.425-1-alpine3.20-amd64, 6.0-alpine3.20-amd64, 6.0-alpine-amd64, 6.0.425-1-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 -6.0.425-1-jammy-amd64, 6.0-jammy-amd64, 6.0.425-1-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/jammy/amd64/Dockerfile) | Ubuntu 22.04 -6.0.425-1-cbl-mariner2.0-amd64, 6.0-cbl-mariner2.0-amd64, 6.0.425-1-cbl-mariner2.0, 6.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/cbl-mariner2.0/amd64/Dockerfile) | CBL-Mariner 2.0 -6.0.425-1-focal-amd64, 6.0-focal-amd64, 6.0.425-1-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/focal/amd64/Dockerfile) | Ubuntu 20.04 +6.0.427-1-bookworm-slim-amd64, 6.0-bookworm-slim-amd64, 6.0.427-1-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/bookworm-slim/amd64/Dockerfile) | Debian 12 +6.0.427-1-bullseye-slim-amd64, 6.0-bullseye-slim-amd64, 6.0.427-1-bullseye-slim, 6.0-bullseye-slim, 6.0.427-1, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/bullseye-slim/amd64/Dockerfile) | Debian 11 +6.0.427-1-alpine3.20-amd64, 6.0-alpine3.20-amd64, 6.0-alpine-amd64, 6.0.427-1-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 +6.0.427-1-jammy-amd64, 6.0-jammy-amd64, 6.0.427-1-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/jammy/amd64/Dockerfile) | Ubuntu 22.04 +6.0.427-1-cbl-mariner2.0-amd64, 6.0-cbl-mariner2.0-amd64, 6.0.427-1-cbl-mariner2.0, 6.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/cbl-mariner2.0/amd64/Dockerfile) | CBL-Mariner 2.0 +6.0.427-1-focal-amd64, 6.0-focal-amd64, 6.0.427-1-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/focal/amd64/Dockerfile) | Ubuntu 20.04 ### Linux arm64 Tags @@ -98,12 +98,12 @@ Tags | Dockerfile | OS Version 8.0.402-jammy-arm64v8, 8.0-jammy-arm64v8, 8.0.402-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04 8.0.402-azurelinux3.0-arm64v8, 8.0-azurelinux3.0-arm64v8, 8.0.402-azurelinux3.0, 8.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/azurelinux3.0/arm64v8/Dockerfile) | Azure Linux 3.0 8.0.402-cbl-mariner2.0-arm64v8, 8.0-cbl-mariner2.0-arm64v8, 8.0.402-cbl-mariner2.0, 8.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/cbl-mariner2.0/arm64v8/Dockerfile) | CBL-Mariner 2.0 -6.0.425-1-bookworm-slim-arm64v8, 6.0-bookworm-slim-arm64v8, 6.0.425-1-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 -6.0.425-1-bullseye-slim-arm64v8, 6.0-bullseye-slim-arm64v8, 6.0.425-1-bullseye-slim, 6.0-bullseye-slim, 6.0.425-1, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/bullseye-slim/arm64v8/Dockerfile) | Debian 11 -6.0.425-1-alpine3.20-arm64v8, 6.0-alpine3.20-arm64v8, 6.0-alpine-arm64v8, 6.0.425-1-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 -6.0.425-1-jammy-arm64v8, 6.0-jammy-arm64v8, 6.0.425-1-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04 -6.0.425-1-cbl-mariner2.0-arm64v8, 6.0-cbl-mariner2.0-arm64v8, 6.0.425-1-cbl-mariner2.0, 6.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/cbl-mariner2.0/arm64v8/Dockerfile) | CBL-Mariner 2.0 -6.0.425-1-focal-arm64v8, 6.0-focal-arm64v8, 6.0.425-1-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/focal/arm64v8/Dockerfile) | Ubuntu 20.04 +6.0.427-1-bookworm-slim-arm64v8, 6.0-bookworm-slim-arm64v8, 6.0.427-1-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 +6.0.427-1-bullseye-slim-arm64v8, 6.0-bullseye-slim-arm64v8, 6.0.427-1-bullseye-slim, 6.0-bullseye-slim, 6.0.427-1, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/bullseye-slim/arm64v8/Dockerfile) | Debian 11 +6.0.427-1-alpine3.20-arm64v8, 6.0-alpine3.20-arm64v8, 6.0-alpine-arm64v8, 6.0.427-1-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 +6.0.427-1-jammy-arm64v8, 6.0-jammy-arm64v8, 6.0.427-1-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04 +6.0.427-1-cbl-mariner2.0-arm64v8, 6.0-cbl-mariner2.0-arm64v8, 6.0.427-1-cbl-mariner2.0, 6.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/cbl-mariner2.0/arm64v8/Dockerfile) | CBL-Mariner 2.0 +6.0.427-1-focal-arm64v8, 6.0-focal-arm64v8, 6.0.427-1-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/focal/arm64v8/Dockerfile) | Ubuntu 20.04 ### Linux arm32 Tags @@ -115,11 +115,11 @@ Tags | Dockerfile | OS Version 8.0.402-bookworm-slim-arm32v7, 8.0-bookworm-slim-arm32v7, 8.0.402-bookworm-slim, 8.0-bookworm-slim, 8.0.402, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 8.0.402-alpine3.20-arm32v7, 8.0-alpine3.20-arm32v7, 8.0-alpine-arm32v7, 8.0.402-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 8.0.402-jammy-arm32v7, 8.0-jammy-arm32v7, 8.0.402-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04 -6.0.425-1-bookworm-slim-arm32v7, 6.0-bookworm-slim-arm32v7, 6.0.425-1-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 -6.0.425-1-bullseye-slim-arm32v7, 6.0-bullseye-slim-arm32v7, 6.0.425-1-bullseye-slim, 6.0-bullseye-slim, 6.0.425-1, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/bullseye-slim/arm32v7/Dockerfile) | Debian 11 -6.0.425-1-alpine3.20-arm32v7, 6.0-alpine3.20-arm32v7, 6.0-alpine-arm32v7, 6.0.425-1-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 -6.0.425-1-jammy-arm32v7, 6.0-jammy-arm32v7, 6.0.425-1-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04 -6.0.425-1-focal-arm32v7, 6.0-focal-arm32v7, 6.0.425-1-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/focal/arm32v7/Dockerfile) | Ubuntu 20.04 +6.0.427-1-bookworm-slim-arm32v7, 6.0-bookworm-slim-arm32v7, 6.0.427-1-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 +6.0.427-1-bullseye-slim-arm32v7, 6.0-bullseye-slim-arm32v7, 6.0.427-1-bullseye-slim, 6.0-bullseye-slim, 6.0.427-1, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/bullseye-slim/arm32v7/Dockerfile) | Debian 11 +6.0.427-1-alpine3.20-arm32v7, 6.0-alpine3.20-arm32v7, 6.0-alpine-arm32v7, 6.0.427-1-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 +6.0.427-1-jammy-arm32v7, 6.0-jammy-arm32v7, 6.0.427-1-jammy, 6.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04 +6.0.427-1-focal-arm32v7, 6.0-focal-arm32v7, 6.0.427-1-focal, 6.0-focal | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/focal/arm32v7/Dockerfile) | Ubuntu 20.04 ### Nano Server 2022 amd64 Tags @@ -127,7 +127,7 @@ Tag | Dockerfile ---------| --------------- 9.0.100-rc.1-nanoserver-ltsc2022, 9.0-nanoserver-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/9.0/nanoserver-ltsc2022/amd64/Dockerfile) 8.0.402-nanoserver-ltsc2022, 8.0-nanoserver-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/nanoserver-ltsc2022/amd64/Dockerfile) -6.0.425-1-nanoserver-ltsc2022, 6.0-nanoserver-ltsc2022, 6.0.425-1, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/nanoserver-ltsc2022/amd64/Dockerfile) +6.0.427-1-nanoserver-ltsc2022, 6.0-nanoserver-ltsc2022, 6.0.427-1, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/nanoserver-ltsc2022/amd64/Dockerfile) ### Windows Server Core 2022 amd64 Tags @@ -135,7 +135,7 @@ Tag | Dockerfile ---------| --------------- 9.0.100-rc.1-windowsservercore-ltsc2022, 9.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/9.0/windowsservercore-ltsc2022/amd64/Dockerfile) 8.0.402-windowsservercore-ltsc2022, 8.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/windowsservercore-ltsc2022/amd64/Dockerfile) -6.0.425-1-windowsservercore-ltsc2022, 6.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/windowsservercore-ltsc2022/amd64/Dockerfile) +6.0.427-1-windowsservercore-ltsc2022, 6.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/windowsservercore-ltsc2022/amd64/Dockerfile) ### Nano Server, version 1809 amd64 Tags @@ -143,7 +143,7 @@ Tag | Dockerfile ---------| --------------- 9.0.100-rc.1-nanoserver-1809, 9.0-nanoserver-1809 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/9.0/nanoserver-1809/amd64/Dockerfile) 8.0.402-nanoserver-1809, 8.0-nanoserver-1809 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/nanoserver-1809/amd64/Dockerfile) -6.0.425-1-nanoserver-1809, 6.0-nanoserver-1809, 6.0.425-1, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/nanoserver-1809/amd64/Dockerfile) +6.0.427-1-nanoserver-1809, 6.0-nanoserver-1809, 6.0.427-1, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/nanoserver-1809/amd64/Dockerfile) ### Windows Server Core 2019 amd64 Tags @@ -151,7 +151,7 @@ Tag | Dockerfile ---------| --------------- 9.0.100-rc.1-windowsservercore-ltsc2019, 9.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/9.0/windowsservercore-ltsc2019/amd64/Dockerfile) 8.0.402-windowsservercore-ltsc2019, 8.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/windowsservercore-ltsc2019/amd64/Dockerfile) -6.0.425-1-windowsservercore-ltsc2019, 6.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/windowsservercore-ltsc2019/amd64/Dockerfile) +6.0.427-1-windowsservercore-ltsc2019, 6.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/windowsservercore-ltsc2019/amd64/Dockerfile) *Tags not listed in the table above are not supported. See the [Supported Tags Policy](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-tags.md). See the [full list of tags](https://mcr.microsoft.com/v2/dotnet/sdk/tags/list) for all supported and unsupported tags.* diff --git a/manifest.versions.json b/manifest.versions.json index e6f5c983be..e1946a3c0b 100644 --- a/manifest.versions.json +++ b/manifest.versions.json @@ -15,19 +15,19 @@ "aspire-dashboard|8.2|base-url|main": "$(base-url|public|preview|nightly)", "aspire-dashboard|8.2|base-url|nightly": "$(base-url|public|preview|nightly)", - "aspnet|6.0|build-version": "6.0.33", + "aspnet|6.0|build-version": "6.0.35", "aspnet|6.0|targeting-pack-version": "$(aspnet|6.0|build-version)", - "aspnet|6.0|linux-musl|x64|sha": "f5a43b0bc1c832fd70cdfa4fe09849602760831133a2412f5f7d259496ccd0dc65999ba77a4e8d4b06a7614b851d4797f92d5c7c5c1c26f39642b75edcff13c2", - "aspnet|6.0|linux-musl|arm|sha": "574abceb57f26e15f4e2ceb4837661e192c40898684880e078b8ad4cfc8f506e25a50f3cdc7276e17a9556e95e2b92ebc6d41a74a656244180d27341485a9ceb", - "aspnet|6.0|linux-musl|arm64|sha": "3da57b3de134db38f17094518d16653356491cf5d67222b2c37d720ec100644decb8fb3ad8dca645134efba7b57bf15aa25fe84b9a12711aa80c7de0c60861b4", - "aspnet|6.0|linux-rpm|x64|sha": "a06db785296112dd95b60ad5d6eb5395c198ffa6132a08831f61ff4c4e79ab0d38c83387c4cc36b1f13b10b8338def8134ba20d1a874932c01e431fcb90f7bde", - "aspnet|6.0|linux-rpm|arm64|sha": "bebee04f4a8546af9cfd71e3835af10b611a57bcd3011f412ca02235cdd95fdb185a9abb43d54726107329ba48f515c61cbf0c9bffe7830fd85b9cbd355987bd", - "aspnet|6.0|linux|arm|sha": "7fa8cce31c9aa0c83dfd167b7a116c8b4a34d21b1154efc781bc2a38c14d350e78b5b9ee6fb8e3814e64dec6c92e0f2bf5c5cc9af90c73ea38ccb66540604176", - "aspnet|6.0|linux|x64|sha": "12b34fe1d0a679ff63db4bf002a2988194d9e64d0e107d128c247821dd939a86eced0fe453c0638d3742dac3a32e533792c26299400fb4fd5566b75177e66875", - "aspnet|6.0|linux|arm64|sha": "7a60a77a306070a3b94db1acfa73938b6880cd079bdac3e5cab174a47af467b9208e9f41d8e12e080831d528151cdaa5b660bea5aa6fe537ec144543c0fffd95", - "aspnet|6.0|win|x64|sha": "abbcc5bec5e4e17d90dfbf229bad311ef07d90ec4ee095da06881760d5d6639273041930a7dc64897c1bea23b405171441386f33196e38d8940f04597d6e205b", - "aspnet-runtime-targeting-pack|6.0|linux-rpm|x64|sha": "7c42fd91ae4a74e11f1134f972491920057dd82536b5d6da53758f4c8d8238ef67a78639012904a3da8412c578432dc27c5c5aa3e66b1cb0493fc78888131dab", - "aspnet-runtime-targeting-pack|6.0|linux-rpm|arm64|sha": "14ee31450be539dc2724409a72bcb23bf96d7329ae449021381db25143a689947856efa833b63a7cd86a447cfbf61ed95592663fc1aa3f847b0a40a2165f1fc0", + "aspnet|6.0|linux-musl|x64|sha": "50210ced90d17ea8370fbbcade3fbfb9be92690faea77d5516dc8ade4eee83408b2d37f812cca020087441d2f3146507086792cff17f7413308eb12fa4abd66d", + "aspnet|6.0|linux-musl|arm|sha": "45ba3c29aa95e4810a710907bd93da7c3e3a09c7972d7b19857aa47ae4fd5fad19bdac2c5e037f9abd1996a27d0e39acffc3278f2e7782474140070f355d888a", + "aspnet|6.0|linux-musl|arm64|sha": "4e99263938e9de1fa508fcdf0a59e7f61a234f8bd60a4947d043c5ac5bc3108eb46254bcb7148ca0a0391f5e9cee74db1ea617f576d7e37af22ba108e9433e1a", + "aspnet|6.0|linux-rpm|x64|sha": "eec7fa63ca4d0f62251ac62b636dfa5fe4d511577da65551a039a397087b867274b37952195cd7b72d998f79589e01c69fcf6ddbba944b2e87504197630e22ba", + "aspnet|6.0|linux-rpm|arm64|sha": "a20b3d6f4c60ab319f94054b0875fedd562718b0bc612a0177049a99fcb81d7d164f4281c6af2bc55b79439b6adb13fc522c89e370cebed5945a310cd4a191af", + "aspnet|6.0|linux|arm|sha": "2d152301b9bfc5f9cedabc6c9890187575e90c2362bec709fbbde8a423da6f533acf778f34d55fe174906eaef2dc09da570b5a9d25dd7a8a54cbe4e73f745f43", + "aspnet|6.0|linux|x64|sha": "d86da938338a6d97250436d49340e8f114c05b46512ca562aadca6f3e77403d36468d3f34ed5f2d935c070f9e14aedf7299f5a03d2964dbd6576b9a2d3e776e8", + "aspnet|6.0|linux|arm64|sha": "c949fd1b9efe9231e4c6e006ef3c4a5aedc1d4ce64ca9bc1cd52f1ce9884ea23837b49f1e6a7ab4b6df0c6f60a32573e2aefde4e14f205812d004b7b9ebe0f76", + "aspnet|6.0|win|x64|sha": "83678ac457a8b604c6b622478860f926ba05649847d2a2fdab65ce8b04a7939857372788e77d23514bb967c8bd058b50bb0e1981772ace8e7efbd829bd94314e", + "aspnet-runtime-targeting-pack|6.0|linux-rpm|x64|sha": "0018f268672577d00f39563cd83f7f968176cdac58cac8f2d4617c5f14de4dbaf412b64e8d492cc5731b2fa965d54cddfd7924dc286fddd74d9b23e7d98daea2", + "aspnet-runtime-targeting-pack|6.0|linux-rpm|arm64|sha": "2d9d8ed3df6be28e54f6cda7dc3c2c8753c7d56f82242d477576226d1399778ca50259447289a5179e955edafd39df9ecd5fbaa64a539094efbb19a13d1f3b09", "aspnet|8.0|build-version": "8.0.8", "aspnet|8.0|linux-musl|x64|sha": "822f2e1716dc2d2aa46ff08f4d2d9bb9ea8c82332785d0aba5f4f33e5eb60bdcd84e899cd2a13ca93032226710b5f0ca5c7159beda17027f84efa285278b5798", @@ -87,7 +87,7 @@ "chisel|6.0|x64|sha": "$(chisel|latest|x64|sha)", "chisel|6.0|arm64|sha": "$(chisel|latest|arm64|sha)", - "dotnet|6.0|product-version": "6.0.33", + "dotnet|6.0|product-version": "6.0.35", "dotnet|6.0|fixed-tag": "$(dotnet|6.0|product-version)", "dotnet|6.0|minor-tag": "6.0", "dotnet|6.0|base-url|main": "$(base-url|public|maintenance|main)", @@ -198,28 +198,28 @@ "rocks-toolbox|8.0|version": "$(rocks-toolbox|latest|version)", "rocks-toolbox|9.0|version": "$(rocks-toolbox|latest|version)", - "runtime|6.0|build-version": "6.0.33", + "runtime|6.0|build-version": "6.0.35", "runtime|6.0|targeting-pack-version": "$(runtime|6.0|build-version)", - "runtime|6.0|linux-musl|x64|sha": "3bfe4f9dde02bdaf35db07271cf56873b508c3229318bbe7d478eed855417ed3941d9d9a8ede2fd1cc5ce5f7b73c4e5ae4666d2cc47fe2ae09d5f8625c46e982", - "runtime|6.0|linux-musl|arm|sha": "a9594a489f8634af01e7c60acab5f7ee0ac544b98ce73ee671359becd6f6b29f4d9e64dfe3166822c0506157731ec44fa6db02a8be1b17a279af61a6679cfd38", - "runtime|6.0|linux-musl|arm64|sha": "e5707970b2a852b80b1fd77a3883e50dec925d91eb89012c166e4a45e917064c24040a6e444b054767033cb9b9e8314b6b5117ffada6d248ab7f90c8e40fe555", - "runtime|6.0|linux-rpm|x64|sha": "b013c9d0dd4fbac2ec3d6e69a04119078a6430750593034dad14ed183818449401f1e5d5137b213935049563a9c58f7b2dfe7bd065a2156df42b0659ee4cd8ac", - "runtime|6.0|linux-rpm|arm64|sha": "8660c675b0764029587ae0e73bf2c4910458a73e67769b51c0f369f07c9b82ff32590d82afb56ea2147debb0daaf555144c05e1c54fe6ebe494c3a399b8a92c6", - "runtime|6.0|linux|arm|sha": "c3349b1c98bf8d0b79d0d3de5c12792fbdd4aef1c04b6d0c115d5aa651cfd2e8642521170b312db0cb6facd057958b387c60eb6ae5b828e2250300efbd6f3195", - "runtime|6.0|linux|x64|sha": "0892015544d8903999f8e0fadab6b4b91eb180e495fa5e36c1a755b1d42e134858b7bdbfd60d1880650d9c528d07e31b9ccfc73e650e5d890a955902a89139cf", - "runtime|6.0|linux|arm64|sha": "c700d4ae3e361fa2a390a8fcf294a2277931b0ea60bd4a2f0ec2bb982bb6c618ba002e5955c3ee96807207b256e10289cf1cfa372029b758aefa6bf1268d45fb", - "runtime|6.0|win|x64|sha": "6cbad445d7b06ecbd031b43b1b44a04636676908f2e14af6a399ca2c2b163cb4add3f6e70b7b1089dc8d1a89ff482875391b3868ad2703359eb62a3d87b8953c", - "runtime-apphost-pack|6.0|linux-rpm|x64|sha": "81f3da528e4350ae7c004bddf17f8e32672f4636640aa7b80ce0de48fe2bc1dcab0bff807166f78a2d936b14c16537c5e82bc69d12c308a1342e71e9fb928d21", - "runtime-apphost-pack|6.0|linux-rpm|arm64|sha": "4e73b41f7bc4c8689bb57676f55de3b914c85924ddaf33602ea7db8c56bfee7d05519fda881fa1cd6f94f11ac87c2e2528b6e0ddfc32133a35095c120e5be5a1", - "runtime-deps-cm.1|6.0|linux-rpm|x64|sha": "c245347e635dc01abfeb28fd8ff9d9369f3ea29f8a71462bef5daf58821abe6abee62041ce35fcc49b011d806b9b1d86214824c54716ce7114469452e4787396", - "runtime-deps-cm.2|6.0|linux-rpm|x64|sha": "85b639348fb53678eb5bbbea50ba2a9a36fe3fa0d34b80e20ce7d34835f58f737d8c17423f411484f1c71cd2072f08f7030aded6bca1edab4757abc710070273", - "runtime-deps-cm.2|6.0|linux-rpm|arm64|sha": "f4b37f8ddf2ca5c3a799a8d54e5742e0512ee4ac3e05fcbb84e73b8a7a9f109ceaa8c88afc6db46d9c5f75834191c6db5aa5f3ba2c12225495830104a5894e89", - "runtime-host|6.0|linux-rpm|x64|sha": "d7810f5a4b4c24ffd4f8f37d8c27c3d19dac4dd24f0b19513c2bca60ca31b3d03ae22d7e9a4ad497f0ef8d8d800db7ad44fdcd474cf641fe1abf2272f01fd7a4", - "runtime-host|6.0|linux-rpm|arm64|sha": "ed2e6949618110db8b674c397195d629f3986249eb06862e93ff07a236019968a618b956256cfa8a5ef5b74f7b6609454d89dd52f6eb14ef48e8812b26e323a7", - "runtime-hostfxr|6.0|linux-rpm|x64|sha": "149f011966db5a33776892410030d3a955425a5c417d9b76b7acdc97230a33698410aa3dc532c2cc7531a0ee9fe7a5db4981e704cedd1821c3dd50af639fb401", - "runtime-hostfxr|6.0|linux-rpm|arm64|sha": "7b2a844e464870485621d9ed933658639c84b192ec34d365ad7d8304f598f192574ae090a778cecf2264d4895814b79fa2284c0bf15ff58cbf2927a051a0cbf8", - "runtime-targeting-pack|6.0|linux-rpm|x64|sha": "55e5b2581eb2fac5b4d0c555213c28eb8b438b45f93080eec91b680cc2111377989d0c718e416f40368ed65c363fb0fcd3a54f05b0caa1a4677079fdaf1ddb11", - "runtime-targeting-pack|6.0|linux-rpm|arm64|sha": "660ab48bb88bfba153016b672cba617cae29697a1a098ff296754b22792378605dd63768598675c5344eef4ada4479d91b363c9620bd487f1a788d539dc30e8c", + "runtime|6.0|linux-musl|x64|sha": "b2a3fa2656cb255235d886da74753c78c3d6d52b62e10d69053b9c08b66265867d6f369b4a6e133abff21d2b2912722e757438e2e9dbad10b9db6a55545cd415", + "runtime|6.0|linux-musl|arm|sha": "c9af975cecddf45d855fc0e7535764a24b28d64af43a66ac25bffd6be9699a7e5db20f56acdede99e96e46e9f62135e51af136e722559d0c77fbeb87d26deac6", + "runtime|6.0|linux-musl|arm64|sha": "c01365b0e5cc72dfc7bf3c1d512edc74d0ef959cb7a6137d67e9ed9d8a26d8744258ea3005df009842cbaf46844c913626e3dcba15830118acd95e14d3c2e670", + "runtime|6.0|linux-rpm|x64|sha": "cecd4cd9c081bd37dfa9413cc646ff7300096c78b5f09038b54b7564559518a9813668b94653b11ab0346186cab05964c06476b5c10883c5969d88106fe8cad7", + "runtime|6.0|linux-rpm|arm64|sha": "d288052f1e3aeeab94e1045a56a9c09b8f856444b4ed590eadb72dcb666cfb28832739b3866f2c1f915284e425d0650ccf0f64ad2759c67237016607cdf512ee", + "runtime|6.0|linux|arm|sha": "5f41c00f8e60ce2ad07bef75a3ead8986b99b706a8c4bb2cb0fa8cadfa2fabdae3c17501aa9c77f634aad02a28c8c8869235907baf0b9d723d650213952ce924", + "runtime|6.0|linux|x64|sha": "d8d10d600fb664336949576f8ec0534dbffd573f754b9e741f20812221fafcac5f509a7e1ab44e9e63fc31a7b5dbcb19e4ec1930ffd29312212dc7454977090e", + "runtime|6.0|linux|arm64|sha": "945e24f9c2d677e65fddaa06cafe8d518ee599ce98883b60fd9d734320fa2f3e1ccbfb46ea26ee925e319fb5430c2e18d64269fdae96030169c4b6d3d811ea77", + "runtime|6.0|win|x64|sha": "4a0396bd3c201e9015a161de3d4e4e685151eb1b75ad57ec65c9289369b90ad55c7e9704aa553c32e2d5734b642a096a9b9a6797757dde6974ab5ead2bba5b89", + "runtime-apphost-pack|6.0|linux-rpm|x64|sha": "9ecc75384767d13f5c0edc6c21029ddcda75ca8590d73b083886f8a9fc2af16040e1301b795bd9d43d412a0cbda142e6438a3ed902fc2d2af6008587f58c57c3", + "runtime-apphost-pack|6.0|linux-rpm|arm64|sha": "87d89cb6ed88e09829038a5dcfdb2a55a81c5d1cc1cb55ea60f16f275572ac75e89672baa580a3aa73fb3f3661513a8a2814f00f3444beab980e52eaf8a0c41d", + "runtime-deps-cm.1|6.0|linux-rpm|x64|sha": "91a062a5d433c7ea4ffc4a3426c8cae3cd4b50ed14541e35cdc155952ef5ab57f1646f7278a0ca6b7d14713d14b33a3da61ae14d19232214d51d446dd2b6a2f3", + "runtime-deps-cm.2|6.0|linux-rpm|x64|sha": "fb9111cf9d0f1781ebb9f55d254adaa9f55c31cb59b5a4e36615831aad8023e7e94e0ccb4fb274a36c6290d6ddaef539cc5a6e518ab3d721cc4ba6d46175931e", + "runtime-deps-cm.2|6.0|linux-rpm|arm64|sha": "934b7d80f43c12e6036d08bab714a9d8f2fb2ac456f5dd90ca1d99b7987469751a6bcc4e07fc8da4b4e23ecf666609034672568fd15d6255c7d8e27422a44395", + "runtime-host|6.0|linux-rpm|x64|sha": "ac1182adb3529dbbb568677257ad77336d16f65dd50d3533e1ffbac3a908608dc5d3a32ce6a7add2211a3dc1766e043c8c8c8bd3787ebbae3525951b6951ba27", + "runtime-host|6.0|linux-rpm|arm64|sha": "0c4137f5de4b13ad577a0b07c1536c2a48a887be24afd3dd698bb8d0abcec04d8631526cf1c9e5b14decdfe7a3486f513c91ed3cd52a5b5ee88640c006ca098d", + "runtime-hostfxr|6.0|linux-rpm|x64|sha": "37401ae7fc0547897a005b28def2e1abe0c9b4f452c2d575057da89ba9febeb7c08c224a74327ca8c6ba06947e70fc5ad644c6389ab42b454c84d8db57aee928", + "runtime-hostfxr|6.0|linux-rpm|arm64|sha": "c9bea9552c25d2c2d65437ccad398761676d0fa729c0c357eb5fbed74da177a89d7e28805a380423324ce7091b3a6cfa29bca547e43b45251f45192466a7180c", + "runtime-targeting-pack|6.0|linux-rpm|x64|sha": "487c97adb34a940ab5337a09f518d27e9203a7312b2b7ee805efac1b71d0abd31e6199d18914070fcb40f1d809f8adce44b5d4f37e7d6b34c4f1342434eb0da3", + "runtime-targeting-pack|6.0|linux-rpm|arm64|sha": "4eba376b93c8e9e9c70af495379bd68f0b18ddb79ba219e98825f11ea75a6d02bedac203978cce5b84113a97b33be662a220ed62b5cebbc737a113d022f911e9", "runtime|8.0|build-version": "8.0.8", "runtime|8.0|linux-musl|x64|sha": "ca2ff32145506513253f80ecd72b5c24d8bda28f44ae83c988c39ebfa75e737d5510bcb84bc27a149d2e6995761f8b124d7701522ae9bbcac17fc32667217eb6", @@ -239,19 +239,19 @@ "runtime|9.0|linux|arm64|sha": "8542bb9381e4eca6f0ebceddec68525cc59e34f7244613cf33cb2151f570c3345cb6d081c492b01070e762d3440f02d4558234532d58ff3dc919057e06b7bdac", "runtime|9.0|win|x64|sha": "b73b3ab9ab37b703b00bcb71eb180caab3f4e32dca16afbe4bcb28b3608604456c288edd7fb9254c8facdebfe3d00b28e17e10d6abb96ca0768427b773983e26", - "sdk|6.0|build-version": "6.0.425", - "sdk|6.0|product-version": "6.0.425", + "sdk|6.0|build-version": "6.0.427", + "sdk|6.0|product-version": "6.0.427", "sdk|6.0|fixed-tag": "$(sdk|6.0|product-version)-1", "sdk|6.0|minor-tag": "$(dotnet|6.0|minor-tag)", - "sdk|6.0|linux-musl|arm|sha": "c59ea0ef6c80f80907aea223dc7a9ad69431b1e67234dee4fee0f9109ee7ce8bd58af6b102ad117889f4e2cc8ef7cceef9a6ec80b10578c6ea4b84412f2b1e06", - "sdk|6.0|linux-musl|arm64|sha": "d58aace5b021fc730a0da2233e85e3ae473256a7de9334b8932cc2e0d050543c1eb1b16dcd3475f777cdf59e42971c85d27def497fe5cf06a6b6046ce8d23ec4", - "sdk|6.0|linux-musl|x64|sha": "cd9572358102b8214874ff353bbe826ac9ba0f0d26d49493f312a8a3bc7c0faba2fc82bd5dfb740289d3242dcdf78b341996d38623723c691be469375a72df9e", - "sdk|6.0|linux-rpm|x64|sha": "972124958ec5d8a5130dbc6c8fda5bbabe2b1d445027fc50375568e832fec2e006a97cd2d1aea461fce612b211f822d691392db7b28d82652bc09dd955f70967", - "sdk|6.0|linux-rpm|arm64|sha": "298ca2e806b277ec669fe7455fe2c89cb76dfee0e6e183f2df0075c176e790b844d67af04c205b38082cc7bcda9a5c88a6931446ff5f78de7bebf30c575ee6a7", - "sdk|6.0|linux|arm|sha": "e0cbb3a3874fec76026d5ce11acdae07a720eb02b500c87882aaeba48e6ec290d62373e51b53367ecaaa1bd4bd770f2ca1aaaec3a8499bdd1c114894daaa4daf", - "sdk|6.0|linux|arm64|sha": "c15f95664fd0570d5b0cb94c7af6bba5fe830470004f0e958e49d53764714cbf8ddd620b38d487b60a27dbfd467a955856aab3df9c958cde17c942079fdaa55a", - "sdk|6.0|linux|x64|sha": "a04b75af7c5850238a8d99a6f60b37753467db615831bb3833c14aec86faa2d6ee9b8643885798924a01e28acff44ac9ed39c89f7cbe53c5cb8753c802e85039", - "sdk|6.0|win|x64|sha": "8bd8e396bf451e90114fc8c039eae21b96ffbe5a2d04238d58712c754f4fce42039140680dfaa121b2c12174ecf192309c6eecb4525f3282ad18b756e30157a1", + "sdk|6.0|linux-musl|arm|sha": "4297c488fb0cdf72c4fb3bad057413c173a07066bf651fc8c4075b86c2231612e694947b7ecbec0d43cd6921b83df206ba528d387a36ddd6c670b38afd9395d9", + "sdk|6.0|linux-musl|arm64|sha": "670e8c949439aa6d75348d2fa61018c6621d821ceb5f8473ff9b81bc1b21dc293d0b16fa8044c6e5729aadc04912654d1ae0a4a84af4dca0891571311e9d4cf0", + "sdk|6.0|linux-musl|x64|sha": "38e63bc2e94b5dfbaa5ffcc31e96eaaf9889a86ae03b2bba72ed73434d79857d56566345c65a20c7a5e62f444b8f13a3ed6a3e7e568a3c34c837cfcecd1ca68f", + "sdk|6.0|linux-rpm|x64|sha": "f8318652d959d7d6ef1e0fc7e2c7829ef2ec2b264faece5d928e5caf7dd1827dbc9451a1c19a1f590eb2a6bafa2bf05e93e411e8c962a801dabe8e54a0272850", + "sdk|6.0|linux-rpm|arm64|sha": "2447888cc4f7cb4e7329f960c616058e169a345b8cfd5af2be49f7fbad7e757929439801440e78d886fa5ad9e59a698d1bb5389393cc92fe7009e094363edbb9", + "sdk|6.0|linux|arm|sha": "4c76654d8d2ae98c73b4df86002df07c549a411cf7fa13f11e811501ba47e5ee04282eac75a6fcdacf3af3a33f87f5ab3a8c1f2cb4de6d25e091397979d0f2ea", + "sdk|6.0|linux|arm64|sha": "9129961b54ad77dac2b4de973875f7acd1e8d2833673a51923706620e0c5b7b8c5b057c8d395532ad9da46b1dcb5ab8fd07a4f552bd57256d5a0c21070ad5771", + "sdk|6.0|linux|x64|sha": "a9cd1e5ccc3c5d847aca2ef21dd145f61c6b18c4e75a3c2fc9aed592c6066d511b8b658c54c2cd851938fe5aba2386e5f6f51005f6406b420110c0ec408a8401", + "sdk|6.0|win|x64|sha": "e92c21f13bf34d8f5892b966950d1f2fe08839e23817a7f8268af36361161b3604a79edab493f7f44033bad2829f4ca57f6afc8e8141aa468c367efe3ba44b38", "sdk|8.0|build-version": "8.0.402", "sdk|8.0|product-version": "8.0.402", diff --git a/src/aspnet/6.0/alpine3.20/amd64/Dockerfile b/src/aspnet/6.0/alpine3.20/amd64/Dockerfile index e4c354dccb..4c04f1a67f 100644 --- a/src/aspnet/6.0/alpine3.20/amd64/Dockerfile +++ b/src/aspnet/6.0/alpine3.20/amd64/Dockerfile @@ -1,15 +1,15 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime -FROM $REPO:6.0.33-alpine3.20-amd64 +FROM $REPO:6.0.35-alpine3.20-amd64 # .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set # by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 # Install ASP.NET Core RUN wget -O aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$ASPNET_VERSION/aspnetcore-runtime-$ASPNET_VERSION-linux-musl-x64.tar.gz \ - && aspnetcore_sha512='f5a43b0bc1c832fd70cdfa4fe09849602760831133a2412f5f7d259496ccd0dc65999ba77a4e8d4b06a7614b851d4797f92d5c7c5c1c26f39642b75edcff13c2' \ + && aspnetcore_sha512='50210ced90d17ea8370fbbcade3fbfb9be92690faea77d5516dc8ade4eee83408b2d37f812cca020087441d2f3146507086792cff17f7413308eb12fa4abd66d' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz -C /usr/share/dotnet ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz diff --git a/src/aspnet/6.0/alpine3.20/arm32v7/Dockerfile b/src/aspnet/6.0/alpine3.20/arm32v7/Dockerfile index 8e22b620a8..520aa2e23d 100644 --- a/src/aspnet/6.0/alpine3.20/arm32v7/Dockerfile +++ b/src/aspnet/6.0/alpine3.20/arm32v7/Dockerfile @@ -1,15 +1,15 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime -FROM $REPO:6.0.33-alpine3.20-arm32v7 +FROM $REPO:6.0.35-alpine3.20-arm32v7 # .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set # by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 # Install ASP.NET Core RUN wget -O aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$ASPNET_VERSION/aspnetcore-runtime-$ASPNET_VERSION-linux-musl-arm.tar.gz \ - && aspnetcore_sha512='574abceb57f26e15f4e2ceb4837661e192c40898684880e078b8ad4cfc8f506e25a50f3cdc7276e17a9556e95e2b92ebc6d41a74a656244180d27341485a9ceb' \ + && aspnetcore_sha512='45ba3c29aa95e4810a710907bd93da7c3e3a09c7972d7b19857aa47ae4fd5fad19bdac2c5e037f9abd1996a27d0e39acffc3278f2e7782474140070f355d888a' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz -C /usr/share/dotnet ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz diff --git a/src/aspnet/6.0/alpine3.20/arm64v8/Dockerfile b/src/aspnet/6.0/alpine3.20/arm64v8/Dockerfile index dd12b9cb8c..376f48676f 100644 --- a/src/aspnet/6.0/alpine3.20/arm64v8/Dockerfile +++ b/src/aspnet/6.0/alpine3.20/arm64v8/Dockerfile @@ -1,15 +1,15 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime -FROM $REPO:6.0.33-alpine3.20-arm64v8 +FROM $REPO:6.0.35-alpine3.20-arm64v8 # .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set # by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 # Install ASP.NET Core RUN wget -O aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$ASPNET_VERSION/aspnetcore-runtime-$ASPNET_VERSION-linux-musl-arm64.tar.gz \ - && aspnetcore_sha512='3da57b3de134db38f17094518d16653356491cf5d67222b2c37d720ec100644decb8fb3ad8dca645134efba7b57bf15aa25fe84b9a12711aa80c7de0c60861b4' \ + && aspnetcore_sha512='4e99263938e9de1fa508fcdf0a59e7f61a234f8bd60a4947d043c5ac5bc3108eb46254bcb7148ca0a0391f5e9cee74db1ea617f576d7e37af22ba108e9433e1a' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz -C /usr/share/dotnet ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz diff --git a/src/aspnet/6.0/bookworm-slim/amd64/Dockerfile b/src/aspnet/6.0/bookworm-slim/amd64/Dockerfile index ffecc8913b..1545564d38 100644 --- a/src/aspnet/6.0/bookworm-slim/amd64/Dockerfile +++ b/src/aspnet/6.0/bookworm-slim/amd64/Dockerfile @@ -4,18 +4,18 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM amd64/buildpack-deps:bookworm-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=6.0.33 \ +RUN aspnetcore_version=6.0.35 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-x64.tar.gz \ - && aspnetcore_sha512='12b34fe1d0a679ff63db4bf002a2988194d9e64d0e107d128c247821dd939a86eced0fe453c0638d3742dac3a32e533792c26299400fb4fd5566b75177e66875' \ + && aspnetcore_sha512='d86da938338a6d97250436d49340e8f114c05b46512ca562aadca6f3e77403d36468d3f34ed5f2d935c070f9e14aedf7299f5a03d2964dbd6576b9a2d3e776e8' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz # ASP.NET Core image -FROM $REPO:6.0.33-bookworm-slim-amd64 +FROM $REPO:6.0.35-bookworm-slim-amd64 # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 COPY --from=installer ["/shared/Microsoft.AspNetCore.App", "/usr/share/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/6.0/bookworm-slim/arm32v7/Dockerfile b/src/aspnet/6.0/bookworm-slim/arm32v7/Dockerfile index 2394a7df17..a0f32d7b4e 100644 --- a/src/aspnet/6.0/bookworm-slim/arm32v7/Dockerfile +++ b/src/aspnet/6.0/bookworm-slim/arm32v7/Dockerfile @@ -4,18 +4,18 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM arm32v7/buildpack-deps:bookworm-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=6.0.33 \ +RUN aspnetcore_version=6.0.35 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm.tar.gz \ - && aspnetcore_sha512='7fa8cce31c9aa0c83dfd167b7a116c8b4a34d21b1154efc781bc2a38c14d350e78b5b9ee6fb8e3814e64dec6c92e0f2bf5c5cc9af90c73ea38ccb66540604176' \ + && aspnetcore_sha512='2d152301b9bfc5f9cedabc6c9890187575e90c2362bec709fbbde8a423da6f533acf778f34d55fe174906eaef2dc09da570b5a9d25dd7a8a54cbe4e73f745f43' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz # ASP.NET Core image -FROM $REPO:6.0.33-bookworm-slim-arm32v7 +FROM $REPO:6.0.35-bookworm-slim-arm32v7 # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 COPY --from=installer ["/shared/Microsoft.AspNetCore.App", "/usr/share/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/6.0/bookworm-slim/arm64v8/Dockerfile b/src/aspnet/6.0/bookworm-slim/arm64v8/Dockerfile index c055ba0b29..b0d951ef09 100644 --- a/src/aspnet/6.0/bookworm-slim/arm64v8/Dockerfile +++ b/src/aspnet/6.0/bookworm-slim/arm64v8/Dockerfile @@ -4,18 +4,18 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM arm64v8/buildpack-deps:bookworm-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=6.0.33 \ +RUN aspnetcore_version=6.0.35 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm64.tar.gz \ - && aspnetcore_sha512='7a60a77a306070a3b94db1acfa73938b6880cd079bdac3e5cab174a47af467b9208e9f41d8e12e080831d528151cdaa5b660bea5aa6fe537ec144543c0fffd95' \ + && aspnetcore_sha512='c949fd1b9efe9231e4c6e006ef3c4a5aedc1d4ce64ca9bc1cd52f1ce9884ea23837b49f1e6a7ab4b6df0c6f60a32573e2aefde4e14f205812d004b7b9ebe0f76' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz # ASP.NET Core image -FROM $REPO:6.0.33-bookworm-slim-arm64v8 +FROM $REPO:6.0.35-bookworm-slim-arm64v8 # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 COPY --from=installer ["/shared/Microsoft.AspNetCore.App", "/usr/share/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/6.0/bullseye-slim/amd64/Dockerfile b/src/aspnet/6.0/bullseye-slim/amd64/Dockerfile index 874605f4c9..f13ef361c6 100644 --- a/src/aspnet/6.0/bullseye-slim/amd64/Dockerfile +++ b/src/aspnet/6.0/bullseye-slim/amd64/Dockerfile @@ -4,18 +4,18 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM amd64/buildpack-deps:bullseye-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=6.0.33 \ +RUN aspnetcore_version=6.0.35 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-x64.tar.gz \ - && aspnetcore_sha512='12b34fe1d0a679ff63db4bf002a2988194d9e64d0e107d128c247821dd939a86eced0fe453c0638d3742dac3a32e533792c26299400fb4fd5566b75177e66875' \ + && aspnetcore_sha512='d86da938338a6d97250436d49340e8f114c05b46512ca562aadca6f3e77403d36468d3f34ed5f2d935c070f9e14aedf7299f5a03d2964dbd6576b9a2d3e776e8' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz # ASP.NET Core image -FROM $REPO:6.0.33-bullseye-slim-amd64 +FROM $REPO:6.0.35-bullseye-slim-amd64 # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 COPY --from=installer ["/shared/Microsoft.AspNetCore.App", "/usr/share/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/6.0/bullseye-slim/arm32v7/Dockerfile b/src/aspnet/6.0/bullseye-slim/arm32v7/Dockerfile index 163895bb34..8ade9489ec 100644 --- a/src/aspnet/6.0/bullseye-slim/arm32v7/Dockerfile +++ b/src/aspnet/6.0/bullseye-slim/arm32v7/Dockerfile @@ -4,18 +4,18 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM arm32v7/buildpack-deps:bullseye-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=6.0.33 \ +RUN aspnetcore_version=6.0.35 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm.tar.gz \ - && aspnetcore_sha512='7fa8cce31c9aa0c83dfd167b7a116c8b4a34d21b1154efc781bc2a38c14d350e78b5b9ee6fb8e3814e64dec6c92e0f2bf5c5cc9af90c73ea38ccb66540604176' \ + && aspnetcore_sha512='2d152301b9bfc5f9cedabc6c9890187575e90c2362bec709fbbde8a423da6f533acf778f34d55fe174906eaef2dc09da570b5a9d25dd7a8a54cbe4e73f745f43' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz # ASP.NET Core image -FROM $REPO:6.0.33-bullseye-slim-arm32v7 +FROM $REPO:6.0.35-bullseye-slim-arm32v7 # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 COPY --from=installer ["/shared/Microsoft.AspNetCore.App", "/usr/share/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/6.0/bullseye-slim/arm64v8/Dockerfile b/src/aspnet/6.0/bullseye-slim/arm64v8/Dockerfile index 403f88f2ad..64da9f61df 100644 --- a/src/aspnet/6.0/bullseye-slim/arm64v8/Dockerfile +++ b/src/aspnet/6.0/bullseye-slim/arm64v8/Dockerfile @@ -4,18 +4,18 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM arm64v8/buildpack-deps:bullseye-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=6.0.33 \ +RUN aspnetcore_version=6.0.35 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm64.tar.gz \ - && aspnetcore_sha512='7a60a77a306070a3b94db1acfa73938b6880cd079bdac3e5cab174a47af467b9208e9f41d8e12e080831d528151cdaa5b660bea5aa6fe537ec144543c0fffd95' \ + && aspnetcore_sha512='c949fd1b9efe9231e4c6e006ef3c4a5aedc1d4ce64ca9bc1cd52f1ce9884ea23837b49f1e6a7ab4b6df0c6f60a32573e2aefde4e14f205812d004b7b9ebe0f76' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz # ASP.NET Core image -FROM $REPO:6.0.33-bullseye-slim-arm64v8 +FROM $REPO:6.0.35-bullseye-slim-arm64v8 # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 COPY --from=installer ["/shared/Microsoft.AspNetCore.App", "/usr/share/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/6.0/cbl-mariner2.0-distroless/amd64/Dockerfile b/src/aspnet/6.0/cbl-mariner2.0-distroless/amd64/Dockerfile index 268a472efc..4d5d733533 100644 --- a/src/aspnet/6.0/cbl-mariner2.0-distroless/amd64/Dockerfile +++ b/src/aspnet/6.0/cbl-mariner2.0-distroless/amd64/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve ASP.NET Core -RUN aspnetcore_version=6.0.33 \ +RUN aspnetcore_version=6.0.35 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-x64.tar.gz \ - && aspnetcore_sha512='12b34fe1d0a679ff63db4bf002a2988194d9e64d0e107d128c247821dd939a86eced0fe453c0638d3742dac3a32e533792c26299400fb4fd5566b75177e66875' \ + && aspnetcore_sha512='d86da938338a6d97250436d49340e8f114c05b46512ca562aadca6f3e77403d36468d3f34ed5f2d935c070f9e14aedf7299f5a03d2964dbd6576b9a2d3e776e8' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf aspnetcore.tar.gz -C /dotnet ./shared/Microsoft.AspNetCore.App \ @@ -20,9 +20,9 @@ RUN aspnetcore_version=6.0.33 \ # ASP.NET Core image -FROM $REPO:6.0.33-cbl-mariner2.0-distroless-amd64 +FROM $REPO:6.0.35-cbl-mariner2.0-distroless-amd64 # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/aspnet/6.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile b/src/aspnet/6.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile index d58a51126c..e670b40691 100644 --- a/src/aspnet/6.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile +++ b/src/aspnet/6.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve ASP.NET Core -RUN aspnetcore_version=6.0.33 \ +RUN aspnetcore_version=6.0.35 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm64.tar.gz \ - && aspnetcore_sha512='7a60a77a306070a3b94db1acfa73938b6880cd079bdac3e5cab174a47af467b9208e9f41d8e12e080831d528151cdaa5b660bea5aa6fe537ec144543c0fffd95' \ + && aspnetcore_sha512='c949fd1b9efe9231e4c6e006ef3c4a5aedc1d4ce64ca9bc1cd52f1ce9884ea23837b49f1e6a7ab4b6df0c6f60a32573e2aefde4e14f205812d004b7b9ebe0f76' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf aspnetcore.tar.gz -C /dotnet ./shared/Microsoft.AspNetCore.App \ @@ -20,9 +20,9 @@ RUN aspnetcore_version=6.0.33 \ # ASP.NET Core image -FROM $REPO:6.0.33-cbl-mariner2.0-distroless-arm64v8 +FROM $REPO:6.0.35-cbl-mariner2.0-distroless-arm64v8 # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/aspnet/6.0/cbl-mariner2.0/amd64/Dockerfile b/src/aspnet/6.0/cbl-mariner2.0/amd64/Dockerfile index 9e2fe7954c..3ddda307e1 100644 --- a/src/aspnet/6.0/cbl-mariner2.0/amd64/Dockerfile +++ b/src/aspnet/6.0/cbl-mariner2.0/amd64/Dockerfile @@ -1,12 +1,12 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime -FROM $REPO:6.0.33-cbl-mariner2.0-amd64 +FROM $REPO:6.0.35-cbl-mariner2.0-amd64 # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 # Install ASP.NET Core RUN curl -fSL --output aspnetcore.rpm https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$ASPNET_VERSION/aspnetcore-runtime-$ASPNET_VERSION-x64.rpm \ - && aspnetcore_sha512='a06db785296112dd95b60ad5d6eb5395c198ffa6132a08831f61ff4c4e79ab0d38c83387c4cc36b1f13b10b8338def8134ba20d1a874932c01e431fcb90f7bde' \ + && aspnetcore_sha512='eec7fa63ca4d0f62251ac62b636dfa5fe4d511577da65551a039a397087b867274b37952195cd7b72d998f79589e01c69fcf6ddbba944b2e87504197630e22ba' \ && echo "$aspnetcore_sha512 aspnetcore.rpm" | sha512sum -c - \ && tdnf install -y --disablerepo=* aspnetcore.rpm \ && rm aspnetcore.rpm diff --git a/src/aspnet/6.0/cbl-mariner2.0/arm64v8/Dockerfile b/src/aspnet/6.0/cbl-mariner2.0/arm64v8/Dockerfile index c7fe0f2303..0645617b4c 100644 --- a/src/aspnet/6.0/cbl-mariner2.0/arm64v8/Dockerfile +++ b/src/aspnet/6.0/cbl-mariner2.0/arm64v8/Dockerfile @@ -1,12 +1,12 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime -FROM $REPO:6.0.33-cbl-mariner2.0-arm64v8 +FROM $REPO:6.0.35-cbl-mariner2.0-arm64v8 # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 # Install ASP.NET Core RUN curl -fSL --output aspnetcore.rpm https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$ASPNET_VERSION/aspnetcore-runtime-$ASPNET_VERSION-aarch64.rpm \ - && aspnetcore_sha512='bebee04f4a8546af9cfd71e3835af10b611a57bcd3011f412ca02235cdd95fdb185a9abb43d54726107329ba48f515c61cbf0c9bffe7830fd85b9cbd355987bd' \ + && aspnetcore_sha512='a20b3d6f4c60ab319f94054b0875fedd562718b0bc612a0177049a99fcb81d7d164f4281c6af2bc55b79439b6adb13fc522c89e370cebed5945a310cd4a191af' \ && echo "$aspnetcore_sha512 aspnetcore.rpm" | sha512sum -c - \ && tdnf install -y --disablerepo=* aspnetcore.rpm \ && rm aspnetcore.rpm diff --git a/src/aspnet/6.0/focal/amd64/Dockerfile b/src/aspnet/6.0/focal/amd64/Dockerfile index 65d48d80be..bf30eaa918 100644 --- a/src/aspnet/6.0/focal/amd64/Dockerfile +++ b/src/aspnet/6.0/focal/amd64/Dockerfile @@ -4,18 +4,18 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM amd64/buildpack-deps:focal-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=6.0.33 \ +RUN aspnetcore_version=6.0.35 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-x64.tar.gz \ - && aspnetcore_sha512='12b34fe1d0a679ff63db4bf002a2988194d9e64d0e107d128c247821dd939a86eced0fe453c0638d3742dac3a32e533792c26299400fb4fd5566b75177e66875' \ + && aspnetcore_sha512='d86da938338a6d97250436d49340e8f114c05b46512ca562aadca6f3e77403d36468d3f34ed5f2d935c070f9e14aedf7299f5a03d2964dbd6576b9a2d3e776e8' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz # ASP.NET Core image -FROM $REPO:6.0.33-focal-amd64 +FROM $REPO:6.0.35-focal-amd64 # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 COPY --from=installer ["/shared/Microsoft.AspNetCore.App", "/usr/share/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/6.0/focal/arm32v7/Dockerfile b/src/aspnet/6.0/focal/arm32v7/Dockerfile index fa72818467..c45eac4e32 100644 --- a/src/aspnet/6.0/focal/arm32v7/Dockerfile +++ b/src/aspnet/6.0/focal/arm32v7/Dockerfile @@ -4,18 +4,18 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM arm32v7/buildpack-deps:focal-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=6.0.33 \ +RUN aspnetcore_version=6.0.35 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm.tar.gz \ - && aspnetcore_sha512='7fa8cce31c9aa0c83dfd167b7a116c8b4a34d21b1154efc781bc2a38c14d350e78b5b9ee6fb8e3814e64dec6c92e0f2bf5c5cc9af90c73ea38ccb66540604176' \ + && aspnetcore_sha512='2d152301b9bfc5f9cedabc6c9890187575e90c2362bec709fbbde8a423da6f533acf778f34d55fe174906eaef2dc09da570b5a9d25dd7a8a54cbe4e73f745f43' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz # ASP.NET Core image -FROM $REPO:6.0.33-focal-arm32v7 +FROM $REPO:6.0.35-focal-arm32v7 # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 COPY --from=installer ["/shared/Microsoft.AspNetCore.App", "/usr/share/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/6.0/focal/arm64v8/Dockerfile b/src/aspnet/6.0/focal/arm64v8/Dockerfile index 4f49fdfaa8..e92178d41c 100644 --- a/src/aspnet/6.0/focal/arm64v8/Dockerfile +++ b/src/aspnet/6.0/focal/arm64v8/Dockerfile @@ -4,18 +4,18 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM arm64v8/buildpack-deps:focal-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=6.0.33 \ +RUN aspnetcore_version=6.0.35 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm64.tar.gz \ - && aspnetcore_sha512='7a60a77a306070a3b94db1acfa73938b6880cd079bdac3e5cab174a47af467b9208e9f41d8e12e080831d528151cdaa5b660bea5aa6fe537ec144543c0fffd95' \ + && aspnetcore_sha512='c949fd1b9efe9231e4c6e006ef3c4a5aedc1d4ce64ca9bc1cd52f1ce9884ea23837b49f1e6a7ab4b6df0c6f60a32573e2aefde4e14f205812d004b7b9ebe0f76' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz # ASP.NET Core image -FROM $REPO:6.0.33-focal-arm64v8 +FROM $REPO:6.0.35-focal-arm64v8 # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 COPY --from=installer ["/shared/Microsoft.AspNetCore.App", "/usr/share/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/6.0/jammy-chiseled-extra/amd64/Dockerfile b/src/aspnet/6.0/jammy-chiseled-extra/amd64/Dockerfile index 583eabf344..4ea44ca870 100644 --- a/src/aspnet/6.0/jammy-chiseled-extra/amd64/Dockerfile +++ b/src/aspnet/6.0/jammy-chiseled-extra/amd64/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM amd64/buildpack-deps:jammy-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=6.0.33 \ +RUN aspnetcore_version=6.0.35 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-x64.tar.gz \ - && aspnetcore_sha512='12b34fe1d0a679ff63db4bf002a2988194d9e64d0e107d128c247821dd939a86eced0fe453c0638d3742dac3a32e533792c26299400fb4fd5566b75177e66875' \ + && aspnetcore_sha512='d86da938338a6d97250436d49340e8f114c05b46512ca562aadca6f3e77403d36468d3f34ed5f2d935c070f9e14aedf7299f5a03d2964dbd6576b9a2d3e776e8' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf aspnetcore.tar.gz -C /dotnet ./shared/Microsoft.AspNetCore.App \ @@ -14,9 +14,9 @@ RUN aspnetcore_version=6.0.33 \ # ASP.NET Core image -FROM $REPO:6.0.33-jammy-chiseled-extra-amd64 +FROM $REPO:6.0.35-jammy-chiseled-extra-amd64 # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/aspnet/6.0/jammy-chiseled-extra/arm32v7/Dockerfile b/src/aspnet/6.0/jammy-chiseled-extra/arm32v7/Dockerfile index 7792e8b4f0..9692aa0112 100644 --- a/src/aspnet/6.0/jammy-chiseled-extra/arm32v7/Dockerfile +++ b/src/aspnet/6.0/jammy-chiseled-extra/arm32v7/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM arm32v7/buildpack-deps:jammy-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=6.0.33 \ +RUN aspnetcore_version=6.0.35 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm.tar.gz \ - && aspnetcore_sha512='7fa8cce31c9aa0c83dfd167b7a116c8b4a34d21b1154efc781bc2a38c14d350e78b5b9ee6fb8e3814e64dec6c92e0f2bf5c5cc9af90c73ea38ccb66540604176' \ + && aspnetcore_sha512='2d152301b9bfc5f9cedabc6c9890187575e90c2362bec709fbbde8a423da6f533acf778f34d55fe174906eaef2dc09da570b5a9d25dd7a8a54cbe4e73f745f43' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf aspnetcore.tar.gz -C /dotnet ./shared/Microsoft.AspNetCore.App \ @@ -14,9 +14,9 @@ RUN aspnetcore_version=6.0.33 \ # ASP.NET Core image -FROM $REPO:6.0.33-jammy-chiseled-extra-arm32v7 +FROM $REPO:6.0.35-jammy-chiseled-extra-arm32v7 # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/aspnet/6.0/jammy-chiseled-extra/arm64v8/Dockerfile b/src/aspnet/6.0/jammy-chiseled-extra/arm64v8/Dockerfile index 4173d001d4..644c54f156 100644 --- a/src/aspnet/6.0/jammy-chiseled-extra/arm64v8/Dockerfile +++ b/src/aspnet/6.0/jammy-chiseled-extra/arm64v8/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM arm64v8/buildpack-deps:jammy-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=6.0.33 \ +RUN aspnetcore_version=6.0.35 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm64.tar.gz \ - && aspnetcore_sha512='7a60a77a306070a3b94db1acfa73938b6880cd079bdac3e5cab174a47af467b9208e9f41d8e12e080831d528151cdaa5b660bea5aa6fe537ec144543c0fffd95' \ + && aspnetcore_sha512='c949fd1b9efe9231e4c6e006ef3c4a5aedc1d4ce64ca9bc1cd52f1ce9884ea23837b49f1e6a7ab4b6df0c6f60a32573e2aefde4e14f205812d004b7b9ebe0f76' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf aspnetcore.tar.gz -C /dotnet ./shared/Microsoft.AspNetCore.App \ @@ -14,9 +14,9 @@ RUN aspnetcore_version=6.0.33 \ # ASP.NET Core image -FROM $REPO:6.0.33-jammy-chiseled-extra-arm64v8 +FROM $REPO:6.0.35-jammy-chiseled-extra-arm64v8 # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/aspnet/6.0/jammy-chiseled/amd64/Dockerfile b/src/aspnet/6.0/jammy-chiseled/amd64/Dockerfile index e85ab819ce..629b23d8ee 100644 --- a/src/aspnet/6.0/jammy-chiseled/amd64/Dockerfile +++ b/src/aspnet/6.0/jammy-chiseled/amd64/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM amd64/buildpack-deps:jammy-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=6.0.33 \ +RUN aspnetcore_version=6.0.35 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-x64.tar.gz \ - && aspnetcore_sha512='12b34fe1d0a679ff63db4bf002a2988194d9e64d0e107d128c247821dd939a86eced0fe453c0638d3742dac3a32e533792c26299400fb4fd5566b75177e66875' \ + && aspnetcore_sha512='d86da938338a6d97250436d49340e8f114c05b46512ca562aadca6f3e77403d36468d3f34ed5f2d935c070f9e14aedf7299f5a03d2964dbd6576b9a2d3e776e8' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf aspnetcore.tar.gz -C /dotnet ./shared/Microsoft.AspNetCore.App \ @@ -14,9 +14,9 @@ RUN aspnetcore_version=6.0.33 \ # ASP.NET Core image -FROM $REPO:6.0.33-jammy-chiseled-amd64 +FROM $REPO:6.0.35-jammy-chiseled-amd64 # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/aspnet/6.0/jammy-chiseled/arm32v7/Dockerfile b/src/aspnet/6.0/jammy-chiseled/arm32v7/Dockerfile index 130d89e350..9efd77d22f 100644 --- a/src/aspnet/6.0/jammy-chiseled/arm32v7/Dockerfile +++ b/src/aspnet/6.0/jammy-chiseled/arm32v7/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM arm32v7/buildpack-deps:jammy-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=6.0.33 \ +RUN aspnetcore_version=6.0.35 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm.tar.gz \ - && aspnetcore_sha512='7fa8cce31c9aa0c83dfd167b7a116c8b4a34d21b1154efc781bc2a38c14d350e78b5b9ee6fb8e3814e64dec6c92e0f2bf5c5cc9af90c73ea38ccb66540604176' \ + && aspnetcore_sha512='2d152301b9bfc5f9cedabc6c9890187575e90c2362bec709fbbde8a423da6f533acf778f34d55fe174906eaef2dc09da570b5a9d25dd7a8a54cbe4e73f745f43' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf aspnetcore.tar.gz -C /dotnet ./shared/Microsoft.AspNetCore.App \ @@ -14,9 +14,9 @@ RUN aspnetcore_version=6.0.33 \ # ASP.NET Core image -FROM $REPO:6.0.33-jammy-chiseled-arm32v7 +FROM $REPO:6.0.35-jammy-chiseled-arm32v7 # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/aspnet/6.0/jammy-chiseled/arm64v8/Dockerfile b/src/aspnet/6.0/jammy-chiseled/arm64v8/Dockerfile index 51a3189e36..8479a102af 100644 --- a/src/aspnet/6.0/jammy-chiseled/arm64v8/Dockerfile +++ b/src/aspnet/6.0/jammy-chiseled/arm64v8/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM arm64v8/buildpack-deps:jammy-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=6.0.33 \ +RUN aspnetcore_version=6.0.35 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm64.tar.gz \ - && aspnetcore_sha512='7a60a77a306070a3b94db1acfa73938b6880cd079bdac3e5cab174a47af467b9208e9f41d8e12e080831d528151cdaa5b660bea5aa6fe537ec144543c0fffd95' \ + && aspnetcore_sha512='c949fd1b9efe9231e4c6e006ef3c4a5aedc1d4ce64ca9bc1cd52f1ce9884ea23837b49f1e6a7ab4b6df0c6f60a32573e2aefde4e14f205812d004b7b9ebe0f76' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf aspnetcore.tar.gz -C /dotnet ./shared/Microsoft.AspNetCore.App \ @@ -14,9 +14,9 @@ RUN aspnetcore_version=6.0.33 \ # ASP.NET Core image -FROM $REPO:6.0.33-jammy-chiseled-arm64v8 +FROM $REPO:6.0.35-jammy-chiseled-arm64v8 # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/aspnet/6.0/jammy/amd64/Dockerfile b/src/aspnet/6.0/jammy/amd64/Dockerfile index 5d1ce6cfd5..9e04dad959 100644 --- a/src/aspnet/6.0/jammy/amd64/Dockerfile +++ b/src/aspnet/6.0/jammy/amd64/Dockerfile @@ -4,18 +4,18 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM amd64/buildpack-deps:jammy-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=6.0.33 \ +RUN aspnetcore_version=6.0.35 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-x64.tar.gz \ - && aspnetcore_sha512='12b34fe1d0a679ff63db4bf002a2988194d9e64d0e107d128c247821dd939a86eced0fe453c0638d3742dac3a32e533792c26299400fb4fd5566b75177e66875' \ + && aspnetcore_sha512='d86da938338a6d97250436d49340e8f114c05b46512ca562aadca6f3e77403d36468d3f34ed5f2d935c070f9e14aedf7299f5a03d2964dbd6576b9a2d3e776e8' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz # ASP.NET Core image -FROM $REPO:6.0.33-jammy-amd64 +FROM $REPO:6.0.35-jammy-amd64 # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 COPY --from=installer ["/shared/Microsoft.AspNetCore.App", "/usr/share/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/6.0/jammy/arm32v7/Dockerfile b/src/aspnet/6.0/jammy/arm32v7/Dockerfile index fed1dcce23..388ef4c2cd 100644 --- a/src/aspnet/6.0/jammy/arm32v7/Dockerfile +++ b/src/aspnet/6.0/jammy/arm32v7/Dockerfile @@ -4,18 +4,18 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM arm32v7/buildpack-deps:jammy-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=6.0.33 \ +RUN aspnetcore_version=6.0.35 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm.tar.gz \ - && aspnetcore_sha512='7fa8cce31c9aa0c83dfd167b7a116c8b4a34d21b1154efc781bc2a38c14d350e78b5b9ee6fb8e3814e64dec6c92e0f2bf5c5cc9af90c73ea38ccb66540604176' \ + && aspnetcore_sha512='2d152301b9bfc5f9cedabc6c9890187575e90c2362bec709fbbde8a423da6f533acf778f34d55fe174906eaef2dc09da570b5a9d25dd7a8a54cbe4e73f745f43' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz # ASP.NET Core image -FROM $REPO:6.0.33-jammy-arm32v7 +FROM $REPO:6.0.35-jammy-arm32v7 # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 COPY --from=installer ["/shared/Microsoft.AspNetCore.App", "/usr/share/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/6.0/jammy/arm64v8/Dockerfile b/src/aspnet/6.0/jammy/arm64v8/Dockerfile index 6b7f6e1336..7efaede85d 100644 --- a/src/aspnet/6.0/jammy/arm64v8/Dockerfile +++ b/src/aspnet/6.0/jammy/arm64v8/Dockerfile @@ -4,18 +4,18 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM arm64v8/buildpack-deps:jammy-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=6.0.33 \ +RUN aspnetcore_version=6.0.35 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm64.tar.gz \ - && aspnetcore_sha512='7a60a77a306070a3b94db1acfa73938b6880cd079bdac3e5cab174a47af467b9208e9f41d8e12e080831d528151cdaa5b660bea5aa6fe537ec144543c0fffd95' \ + && aspnetcore_sha512='c949fd1b9efe9231e4c6e006ef3c4a5aedc1d4ce64ca9bc1cd52f1ce9884ea23837b49f1e6a7ab4b6df0c6f60a32573e2aefde4e14f205812d004b7b9ebe0f76' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz # ASP.NET Core image -FROM $REPO:6.0.33-jammy-arm64v8 +FROM $REPO:6.0.35-jammy-arm64v8 # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 COPY --from=installer ["/shared/Microsoft.AspNetCore.App", "/usr/share/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/6.0/nanoserver-1809/amd64/Dockerfile b/src/aspnet/6.0/nanoserver-1809/amd64/Dockerfile index 5b4e5e2ede..9002afde3d 100644 --- a/src/aspnet/6.0/nanoserver-1809/amd64/Dockerfile +++ b/src/aspnet/6.0/nanoserver-1809/amd64/Dockerfile @@ -10,9 +10,9 @@ RUN powershell -Command ` $ErrorActionPreference = 'Stop'; ` $ProgressPreference = 'SilentlyContinue'; ` ` - $aspnetcore_version = '6.0.33'; ` + $aspnetcore_version = '6.0.35'; ` Invoke-WebRequest -OutFile aspnetcore.zip https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-win-x64.zip; ` - $aspnetcore_sha512 = 'abbcc5bec5e4e17d90dfbf229bad311ef07d90ec4ee095da06881760d5d6639273041930a7dc64897c1bea23b405171441386f33196e38d8940f04597d6e205b'; ` + $aspnetcore_sha512 = '83678ac457a8b604c6b622478860f926ba05649847d2a2fdab65ce8b04a7939857372788e77d23514bb967c8bd058b50bb0e1981772ace8e7efbd829bd94314e'; ` if ((Get-FileHash aspnetcore.zip -Algorithm sha512).Hash -ne $aspnetcore_sha512) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` @@ -24,9 +24,9 @@ RUN powershell -Command ` # ASP.NET Core image -FROM $REPO:6.0.33-nanoserver-1809 +FROM $REPO:6.0.35-nanoserver-1809 # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 COPY --from=installer ["/dotnet/shared/Microsoft.AspNetCore.App", "/Program Files/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/6.0/nanoserver-ltsc2022/amd64/Dockerfile b/src/aspnet/6.0/nanoserver-ltsc2022/amd64/Dockerfile index 395540528a..081e2cac31 100644 --- a/src/aspnet/6.0/nanoserver-ltsc2022/amd64/Dockerfile +++ b/src/aspnet/6.0/nanoserver-ltsc2022/amd64/Dockerfile @@ -10,9 +10,9 @@ RUN powershell -Command ` $ErrorActionPreference = 'Stop'; ` $ProgressPreference = 'SilentlyContinue'; ` ` - $aspnetcore_version = '6.0.33'; ` + $aspnetcore_version = '6.0.35'; ` Invoke-WebRequest -OutFile aspnetcore.zip https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-win-x64.zip; ` - $aspnetcore_sha512 = 'abbcc5bec5e4e17d90dfbf229bad311ef07d90ec4ee095da06881760d5d6639273041930a7dc64897c1bea23b405171441386f33196e38d8940f04597d6e205b'; ` + $aspnetcore_sha512 = '83678ac457a8b604c6b622478860f926ba05649847d2a2fdab65ce8b04a7939857372788e77d23514bb967c8bd058b50bb0e1981772ace8e7efbd829bd94314e'; ` if ((Get-FileHash aspnetcore.zip -Algorithm sha512).Hash -ne $aspnetcore_sha512) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` @@ -24,9 +24,9 @@ RUN powershell -Command ` # ASP.NET Core image -FROM $REPO:6.0.33-nanoserver-ltsc2022 +FROM $REPO:6.0.35-nanoserver-ltsc2022 # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 COPY --from=installer ["/dotnet/shared/Microsoft.AspNetCore.App", "/Program Files/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/6.0/windowsservercore-ltsc2019/amd64/Dockerfile b/src/aspnet/6.0/windowsservercore-ltsc2019/amd64/Dockerfile index d6e9458ae2..c0ebe9f787 100644 --- a/src/aspnet/6.0/windowsservercore-ltsc2019/amd64/Dockerfile +++ b/src/aspnet/6.0/windowsservercore-ltsc2019/amd64/Dockerfile @@ -1,10 +1,10 @@ # escape=` ARG REPO=mcr.microsoft.com/dotnet/runtime -FROM $REPO:6.0.33-windowsservercore-ltsc2019 +FROM $REPO:6.0.35-windowsservercore-ltsc2019 # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 # Install ASP.NET Core Runtime RUN powershell -Command ` @@ -12,7 +12,7 @@ RUN powershell -Command ` $ProgressPreference = 'SilentlyContinue'; ` ` Invoke-WebRequest -OutFile aspnetcore.zip https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$Env:ASPNET_VERSION/aspnetcore-runtime-$Env:ASPNET_VERSION-win-x64.zip; ` - $aspnetcore_sha512 = 'abbcc5bec5e4e17d90dfbf229bad311ef07d90ec4ee095da06881760d5d6639273041930a7dc64897c1bea23b405171441386f33196e38d8940f04597d6e205b'; ` + $aspnetcore_sha512 = '83678ac457a8b604c6b622478860f926ba05649847d2a2fdab65ce8b04a7939857372788e77d23514bb967c8bd058b50bb0e1981772ace8e7efbd829bd94314e'; ` if ((Get-FileHash aspnetcore.zip -Algorithm sha512).Hash -ne $aspnetcore_sha512) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` diff --git a/src/aspnet/6.0/windowsservercore-ltsc2022/amd64/Dockerfile b/src/aspnet/6.0/windowsservercore-ltsc2022/amd64/Dockerfile index 60f584b9ee..ed4127caa6 100644 --- a/src/aspnet/6.0/windowsservercore-ltsc2022/amd64/Dockerfile +++ b/src/aspnet/6.0/windowsservercore-ltsc2022/amd64/Dockerfile @@ -1,10 +1,10 @@ # escape=` ARG REPO=mcr.microsoft.com/dotnet/runtime -FROM $REPO:6.0.33-windowsservercore-ltsc2022 +FROM $REPO:6.0.35-windowsservercore-ltsc2022 # ASP.NET Core version -ENV ASPNET_VERSION=6.0.33 +ENV ASPNET_VERSION=6.0.35 # Install ASP.NET Core Runtime RUN powershell -Command ` @@ -12,7 +12,7 @@ RUN powershell -Command ` $ProgressPreference = 'SilentlyContinue'; ` ` Invoke-WebRequest -OutFile aspnetcore.zip https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$Env:ASPNET_VERSION/aspnetcore-runtime-$Env:ASPNET_VERSION-win-x64.zip; ` - $aspnetcore_sha512 = 'abbcc5bec5e4e17d90dfbf229bad311ef07d90ec4ee095da06881760d5d6639273041930a7dc64897c1bea23b405171441386f33196e38d8940f04597d6e205b'; ` + $aspnetcore_sha512 = '83678ac457a8b604c6b622478860f926ba05649847d2a2fdab65ce8b04a7939857372788e77d23514bb967c8bd058b50bb0e1981772ace8e7efbd829bd94314e'; ` if ((Get-FileHash aspnetcore.zip -Algorithm sha512).Hash -ne $aspnetcore_sha512) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` diff --git a/src/monitor/6.3/alpine/amd64/Dockerfile b/src/monitor/6.3/alpine/amd64/Dockerfile index 1954be3231..37b3e7a066 100644 --- a/src/monitor/6.3/alpine/amd64/Dockerfile +++ b/src/monitor/6.3/alpine/amd64/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:6.0.33-alpine3.20-amd64 +FROM $REPO:6.0.35-alpine3.20-amd64 WORKDIR /app diff --git a/src/monitor/6.3/alpine/arm64v8/Dockerfile b/src/monitor/6.3/alpine/arm64v8/Dockerfile index 6c2dff5a20..5e34f41156 100644 --- a/src/monitor/6.3/alpine/arm64v8/Dockerfile +++ b/src/monitor/6.3/alpine/arm64v8/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:6.0.33-alpine3.20-arm64v8 +FROM $REPO:6.0.35-alpine3.20-arm64v8 WORKDIR /app diff --git a/src/monitor/6.3/cbl-mariner-distroless/amd64/Dockerfile b/src/monitor/6.3/cbl-mariner-distroless/amd64/Dockerfile index fc6270a7a0..17b08c0670 100644 --- a/src/monitor/6.3/cbl-mariner-distroless/amd64/Dockerfile +++ b/src/monitor/6.3/cbl-mariner-distroless/amd64/Dockerfile @@ -20,7 +20,7 @@ RUN dotnet_monitor_version=6.3.8 \ # .NET Monitor image -FROM $REPO:6.0.33-cbl-mariner2.0-distroless-amd64 +FROM $REPO:6.0.35-cbl-mariner2.0-distroless-amd64 COPY --from=installer ["/app", "/app"] diff --git a/src/monitor/6.3/cbl-mariner-distroless/arm64v8/Dockerfile b/src/monitor/6.3/cbl-mariner-distroless/arm64v8/Dockerfile index f9587e1884..eb0dd01f8e 100644 --- a/src/monitor/6.3/cbl-mariner-distroless/arm64v8/Dockerfile +++ b/src/monitor/6.3/cbl-mariner-distroless/arm64v8/Dockerfile @@ -20,7 +20,7 @@ RUN dotnet_monitor_version=6.3.8 \ # .NET Monitor image -FROM $REPO:6.0.33-cbl-mariner2.0-distroless-arm64v8 +FROM $REPO:6.0.35-cbl-mariner2.0-distroless-arm64v8 COPY --from=installer ["/app", "/app"] diff --git a/src/monitor/6.3/cbl-mariner/amd64/Dockerfile b/src/monitor/6.3/cbl-mariner/amd64/Dockerfile index 234ea4cf59..74556ce5b3 100644 --- a/src/monitor/6.3/cbl-mariner/amd64/Dockerfile +++ b/src/monitor/6.3/cbl-mariner/amd64/Dockerfile @@ -20,7 +20,7 @@ RUN dotnet_monitor_version=6.3.8 \ # .NET Monitor image -FROM $REPO:6.0.33-cbl-mariner2.0-amd64 +FROM $REPO:6.0.35-cbl-mariner2.0-amd64 COPY --from=installer ["/app", "/app"] diff --git a/src/monitor/6.3/cbl-mariner/arm64v8/Dockerfile b/src/monitor/6.3/cbl-mariner/arm64v8/Dockerfile index ca10f48e9d..a132d46699 100644 --- a/src/monitor/6.3/cbl-mariner/arm64v8/Dockerfile +++ b/src/monitor/6.3/cbl-mariner/arm64v8/Dockerfile @@ -20,7 +20,7 @@ RUN dotnet_monitor_version=6.3.8 \ # .NET Monitor image -FROM $REPO:6.0.33-cbl-mariner2.0-arm64v8 +FROM $REPO:6.0.35-cbl-mariner2.0-arm64v8 COPY --from=installer ["/app", "/app"] diff --git a/src/monitor/6.3/ubuntu-chiseled/amd64/Dockerfile b/src/monitor/6.3/ubuntu-chiseled/amd64/Dockerfile index 6d55e1e681..217e6c3f38 100644 --- a/src/monitor/6.3/ubuntu-chiseled/amd64/Dockerfile +++ b/src/monitor/6.3/ubuntu-chiseled/amd64/Dockerfile @@ -14,7 +14,7 @@ RUN dotnet_monitor_version=6.3.8 \ # .NET Monitor image -FROM $REPO:6.0.33-jammy-chiseled-amd64 +FROM $REPO:6.0.35-jammy-chiseled-amd64 COPY --from=installer ["/app", "/app"] diff --git a/src/monitor/6.3/ubuntu-chiseled/arm64v8/Dockerfile b/src/monitor/6.3/ubuntu-chiseled/arm64v8/Dockerfile index 055a02f8bf..d3dd03956d 100644 --- a/src/monitor/6.3/ubuntu-chiseled/arm64v8/Dockerfile +++ b/src/monitor/6.3/ubuntu-chiseled/arm64v8/Dockerfile @@ -14,7 +14,7 @@ RUN dotnet_monitor_version=6.3.8 \ # .NET Monitor image -FROM $REPO:6.0.33-jammy-chiseled-arm64v8 +FROM $REPO:6.0.35-jammy-chiseled-arm64v8 COPY --from=installer ["/app", "/app"] diff --git a/src/runtime-deps/6.0/cbl-mariner2.0/amd64/Dockerfile b/src/runtime-deps/6.0/cbl-mariner2.0/amd64/Dockerfile index 3ed594bf65..4af4bc3b92 100644 --- a/src/runtime-deps/6.0/cbl-mariner2.0/amd64/Dockerfile +++ b/src/runtime-deps/6.0/cbl-mariner2.0/amd64/Dockerfile @@ -20,9 +20,9 @@ RUN tdnf install -y \ && tdnf clean all # Install dotnet-runtime-deps package -RUN dotnet_version=6.0.33 \ +RUN dotnet_version=6.0.35 \ && curl -fSL --output dotnet-runtime-deps.rpm https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-deps-$dotnet_version-cm.2-x64.rpm \ - && dotnet_sha512='85b639348fb53678eb5bbbea50ba2a9a36fe3fa0d34b80e20ce7d34835f58f737d8c17423f411484f1c71cd2072f08f7030aded6bca1edab4757abc710070273' \ + && dotnet_sha512='fb9111cf9d0f1781ebb9f55d254adaa9f55c31cb59b5a4e36615831aad8023e7e94e0ccb4fb274a36c6290d6ddaef539cc5a6e518ab3d721cc4ba6d46175931e' \ && echo "$dotnet_sha512 dotnet-runtime-deps.rpm" | sha512sum -c - \ && tdnf install -y --disablerepo=* dotnet-runtime-deps.rpm \ && rm dotnet-runtime-deps.rpm diff --git a/src/runtime-deps/6.0/cbl-mariner2.0/arm64v8/Dockerfile b/src/runtime-deps/6.0/cbl-mariner2.0/arm64v8/Dockerfile index 9e71f683d2..f2ec384abe 100644 --- a/src/runtime-deps/6.0/cbl-mariner2.0/arm64v8/Dockerfile +++ b/src/runtime-deps/6.0/cbl-mariner2.0/arm64v8/Dockerfile @@ -20,9 +20,9 @@ RUN tdnf install -y \ && tdnf clean all # Install dotnet-runtime-deps package -RUN dotnet_version=6.0.33 \ +RUN dotnet_version=6.0.35 \ && curl -fSL --output dotnet-runtime-deps.rpm https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-deps-$dotnet_version-cm.2-aarch64.rpm \ - && dotnet_sha512='f4b37f8ddf2ca5c3a799a8d54e5742e0512ee4ac3e05fcbb84e73b8a7a9f109ceaa8c88afc6db46d9c5f75834191c6db5aa5f3ba2c12225495830104a5894e89' \ + && dotnet_sha512='934b7d80f43c12e6036d08bab714a9d8f2fb2ac456f5dd90ca1d99b7987469751a6bcc4e07fc8da4b4e23ecf666609034672568fd15d6255c7d8e27422a44395' \ && echo "$dotnet_sha512 dotnet-runtime-deps.rpm" | sha512sum -c - \ && tdnf install -y --disablerepo=* dotnet-runtime-deps.rpm \ && rm dotnet-runtime-deps.rpm diff --git a/src/runtime/6.0/alpine3.20/amd64/Dockerfile b/src/runtime/6.0/alpine3.20/amd64/Dockerfile index b458ae4620..b728589fd1 100644 --- a/src/runtime/6.0/alpine3.20/amd64/Dockerfile +++ b/src/runtime/6.0/alpine3.20/amd64/Dockerfile @@ -1,15 +1,15 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps -FROM $REPO:6.0.33-alpine3.20-amd64 +FROM $REPO:6.0.35-alpine3.20-amd64 # .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set # by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. # .NET Runtime version -ENV DOTNET_VERSION=6.0.33 +ENV DOTNET_VERSION=6.0.35 # Install .NET Runtime RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-runtime-$DOTNET_VERSION-linux-musl-x64.tar.gz \ - && dotnet_sha512='3bfe4f9dde02bdaf35db07271cf56873b508c3229318bbe7d478eed855417ed3941d9d9a8ede2fd1cc5ce5f7b73c4e5ae4666d2cc47fe2ae09d5f8625c46e982' \ + && dotnet_sha512='b2a3fa2656cb255235d886da74753c78c3d6d52b62e10d69053b9c08b66265867d6f369b4a6e133abff21d2b2912722e757438e2e9dbad10b9db6a55545cd415' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ diff --git a/src/runtime/6.0/alpine3.20/arm32v7/Dockerfile b/src/runtime/6.0/alpine3.20/arm32v7/Dockerfile index 76a94ce8a3..a8d1ebde55 100644 --- a/src/runtime/6.0/alpine3.20/arm32v7/Dockerfile +++ b/src/runtime/6.0/alpine3.20/arm32v7/Dockerfile @@ -1,15 +1,15 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps -FROM $REPO:6.0.33-alpine3.20-arm32v7 +FROM $REPO:6.0.35-alpine3.20-arm32v7 # .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set # by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. # .NET Runtime version -ENV DOTNET_VERSION=6.0.33 +ENV DOTNET_VERSION=6.0.35 # Install .NET Runtime RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-runtime-$DOTNET_VERSION-linux-musl-arm.tar.gz \ - && dotnet_sha512='a9594a489f8634af01e7c60acab5f7ee0ac544b98ce73ee671359becd6f6b29f4d9e64dfe3166822c0506157731ec44fa6db02a8be1b17a279af61a6679cfd38' \ + && dotnet_sha512='c9af975cecddf45d855fc0e7535764a24b28d64af43a66ac25bffd6be9699a7e5db20f56acdede99e96e46e9f62135e51af136e722559d0c77fbeb87d26deac6' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ diff --git a/src/runtime/6.0/alpine3.20/arm64v8/Dockerfile b/src/runtime/6.0/alpine3.20/arm64v8/Dockerfile index 0f2c40baa6..f31c831a29 100644 --- a/src/runtime/6.0/alpine3.20/arm64v8/Dockerfile +++ b/src/runtime/6.0/alpine3.20/arm64v8/Dockerfile @@ -1,15 +1,15 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps -FROM $REPO:6.0.33-alpine3.20-arm64v8 +FROM $REPO:6.0.35-alpine3.20-arm64v8 # .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set # by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. # .NET Runtime version -ENV DOTNET_VERSION=6.0.33 +ENV DOTNET_VERSION=6.0.35 # Install .NET Runtime RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-runtime-$DOTNET_VERSION-linux-musl-arm64.tar.gz \ - && dotnet_sha512='e5707970b2a852b80b1fd77a3883e50dec925d91eb89012c166e4a45e917064c24040a6e444b054767033cb9b9e8314b6b5117ffada6d248ab7f90c8e40fe555' \ + && dotnet_sha512='c01365b0e5cc72dfc7bf3c1d512edc74d0ef959cb7a6137d67e9ed9d8a26d8744258ea3005df009842cbaf46844c913626e3dcba15830118acd95e14d3c2e670' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ diff --git a/src/runtime/6.0/bookworm-slim/amd64/Dockerfile b/src/runtime/6.0/bookworm-slim/amd64/Dockerfile index 913c20c966..fc20278006 100644 --- a/src/runtime/6.0/bookworm-slim/amd64/Dockerfile +++ b/src/runtime/6.0/bookworm-slim/amd64/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM amd64/buildpack-deps:bookworm-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=6.0.33 \ +RUN dotnet_version=6.0.35 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-x64.tar.gz \ - && dotnet_sha512='0892015544d8903999f8e0fadab6b4b91eb180e495fa5e36c1a755b1d42e134858b7bdbfd60d1880650d9c528d07e31b9ccfc73e650e5d890a955902a89139cf' \ + && dotnet_sha512='d8d10d600fb664336949576f8ec0534dbffd573f754b9e741f20812221fafcac5f509a7e1ab44e9e63fc31a7b5dbcb19e4ec1930ffd29312212dc7454977090e' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf dotnet.tar.gz -C /dotnet \ @@ -14,10 +14,10 @@ RUN dotnet_version=6.0.33 \ # .NET runtime image -FROM $REPO:6.0.33-bookworm-slim-amd64 +FROM $REPO:6.0.35-bookworm-slim-amd64 # .NET Runtime version -ENV DOTNET_VERSION=6.0.33 +ENV DOTNET_VERSION=6.0.35 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/runtime/6.0/bookworm-slim/arm32v7/Dockerfile b/src/runtime/6.0/bookworm-slim/arm32v7/Dockerfile index 084a5ce0b5..62cf40c81b 100644 --- a/src/runtime/6.0/bookworm-slim/arm32v7/Dockerfile +++ b/src/runtime/6.0/bookworm-slim/arm32v7/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm32v7/buildpack-deps:bookworm-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=6.0.33 \ +RUN dotnet_version=6.0.35 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm.tar.gz \ - && dotnet_sha512='c3349b1c98bf8d0b79d0d3de5c12792fbdd4aef1c04b6d0c115d5aa651cfd2e8642521170b312db0cb6facd057958b387c60eb6ae5b828e2250300efbd6f3195' \ + && dotnet_sha512='5f41c00f8e60ce2ad07bef75a3ead8986b99b706a8c4bb2cb0fa8cadfa2fabdae3c17501aa9c77f634aad02a28c8c8869235907baf0b9d723d650213952ce924' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf dotnet.tar.gz -C /dotnet \ @@ -14,10 +14,10 @@ RUN dotnet_version=6.0.33 \ # .NET runtime image -FROM $REPO:6.0.33-bookworm-slim-arm32v7 +FROM $REPO:6.0.35-bookworm-slim-arm32v7 # .NET Runtime version -ENV DOTNET_VERSION=6.0.33 +ENV DOTNET_VERSION=6.0.35 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/runtime/6.0/bookworm-slim/arm64v8/Dockerfile b/src/runtime/6.0/bookworm-slim/arm64v8/Dockerfile index 525fbe0a38..a8d5e752d5 100644 --- a/src/runtime/6.0/bookworm-slim/arm64v8/Dockerfile +++ b/src/runtime/6.0/bookworm-slim/arm64v8/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm64v8/buildpack-deps:bookworm-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=6.0.33 \ +RUN dotnet_version=6.0.35 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm64.tar.gz \ - && dotnet_sha512='c700d4ae3e361fa2a390a8fcf294a2277931b0ea60bd4a2f0ec2bb982bb6c618ba002e5955c3ee96807207b256e10289cf1cfa372029b758aefa6bf1268d45fb' \ + && dotnet_sha512='945e24f9c2d677e65fddaa06cafe8d518ee599ce98883b60fd9d734320fa2f3e1ccbfb46ea26ee925e319fb5430c2e18d64269fdae96030169c4b6d3d811ea77' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf dotnet.tar.gz -C /dotnet \ @@ -14,10 +14,10 @@ RUN dotnet_version=6.0.33 \ # .NET runtime image -FROM $REPO:6.0.33-bookworm-slim-arm64v8 +FROM $REPO:6.0.35-bookworm-slim-arm64v8 # .NET Runtime version -ENV DOTNET_VERSION=6.0.33 +ENV DOTNET_VERSION=6.0.35 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/runtime/6.0/bullseye-slim/amd64/Dockerfile b/src/runtime/6.0/bullseye-slim/amd64/Dockerfile index 10c57e7e7f..ff8a8b76c2 100644 --- a/src/runtime/6.0/bullseye-slim/amd64/Dockerfile +++ b/src/runtime/6.0/bullseye-slim/amd64/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM amd64/buildpack-deps:bullseye-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=6.0.33 \ +RUN dotnet_version=6.0.35 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-x64.tar.gz \ - && dotnet_sha512='0892015544d8903999f8e0fadab6b4b91eb180e495fa5e36c1a755b1d42e134858b7bdbfd60d1880650d9c528d07e31b9ccfc73e650e5d890a955902a89139cf' \ + && dotnet_sha512='d8d10d600fb664336949576f8ec0534dbffd573f754b9e741f20812221fafcac5f509a7e1ab44e9e63fc31a7b5dbcb19e4ec1930ffd29312212dc7454977090e' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf dotnet.tar.gz -C /dotnet \ @@ -14,10 +14,10 @@ RUN dotnet_version=6.0.33 \ # .NET runtime image -FROM $REPO:6.0.33-bullseye-slim-amd64 +FROM $REPO:6.0.35-bullseye-slim-amd64 # .NET Runtime version -ENV DOTNET_VERSION=6.0.33 +ENV DOTNET_VERSION=6.0.35 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/runtime/6.0/bullseye-slim/arm32v7/Dockerfile b/src/runtime/6.0/bullseye-slim/arm32v7/Dockerfile index 041d4a6d15..230f23315f 100644 --- a/src/runtime/6.0/bullseye-slim/arm32v7/Dockerfile +++ b/src/runtime/6.0/bullseye-slim/arm32v7/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm32v7/buildpack-deps:bullseye-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=6.0.33 \ +RUN dotnet_version=6.0.35 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm.tar.gz \ - && dotnet_sha512='c3349b1c98bf8d0b79d0d3de5c12792fbdd4aef1c04b6d0c115d5aa651cfd2e8642521170b312db0cb6facd057958b387c60eb6ae5b828e2250300efbd6f3195' \ + && dotnet_sha512='5f41c00f8e60ce2ad07bef75a3ead8986b99b706a8c4bb2cb0fa8cadfa2fabdae3c17501aa9c77f634aad02a28c8c8869235907baf0b9d723d650213952ce924' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf dotnet.tar.gz -C /dotnet \ @@ -14,10 +14,10 @@ RUN dotnet_version=6.0.33 \ # .NET runtime image -FROM $REPO:6.0.33-bullseye-slim-arm32v7 +FROM $REPO:6.0.35-bullseye-slim-arm32v7 # .NET Runtime version -ENV DOTNET_VERSION=6.0.33 +ENV DOTNET_VERSION=6.0.35 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/runtime/6.0/bullseye-slim/arm64v8/Dockerfile b/src/runtime/6.0/bullseye-slim/arm64v8/Dockerfile index 006ecd32b7..f8bb7f7201 100644 --- a/src/runtime/6.0/bullseye-slim/arm64v8/Dockerfile +++ b/src/runtime/6.0/bullseye-slim/arm64v8/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm64v8/buildpack-deps:bullseye-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=6.0.33 \ +RUN dotnet_version=6.0.35 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm64.tar.gz \ - && dotnet_sha512='c700d4ae3e361fa2a390a8fcf294a2277931b0ea60bd4a2f0ec2bb982bb6c618ba002e5955c3ee96807207b256e10289cf1cfa372029b758aefa6bf1268d45fb' \ + && dotnet_sha512='945e24f9c2d677e65fddaa06cafe8d518ee599ce98883b60fd9d734320fa2f3e1ccbfb46ea26ee925e319fb5430c2e18d64269fdae96030169c4b6d3d811ea77' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf dotnet.tar.gz -C /dotnet \ @@ -14,10 +14,10 @@ RUN dotnet_version=6.0.33 \ # .NET runtime image -FROM $REPO:6.0.33-bullseye-slim-arm64v8 +FROM $REPO:6.0.35-bullseye-slim-arm64v8 # .NET Runtime version -ENV DOTNET_VERSION=6.0.33 +ENV DOTNET_VERSION=6.0.35 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/runtime/6.0/cbl-mariner2.0-distroless/amd64/Dockerfile b/src/runtime/6.0/cbl-mariner2.0-distroless/amd64/Dockerfile index 3cafb106d8..e86dcbb17e 100644 --- a/src/runtime/6.0/cbl-mariner2.0-distroless/amd64/Dockerfile +++ b/src/runtime/6.0/cbl-mariner2.0-distroless/amd64/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve .NET Runtime -RUN dotnet_version=6.0.33 \ +RUN dotnet_version=6.0.35 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-x64.tar.gz \ - && dotnet_sha512='0892015544d8903999f8e0fadab6b4b91eb180e495fa5e36c1a755b1d42e134858b7bdbfd60d1880650d9c528d07e31b9ccfc73e650e5d890a955902a89139cf' \ + && dotnet_sha512='d8d10d600fb664336949576f8ec0534dbffd573f754b9e741f20812221fafcac5f509a7e1ab44e9e63fc31a7b5dbcb19e4ec1930ffd29312212dc7454977090e' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -23,10 +23,10 @@ RUN mkdir /dotnet-symlink \ # .NET runtime image -FROM $REPO:6.0.33-cbl-mariner2.0-distroless-amd64 +FROM $REPO:6.0.35-cbl-mariner2.0-distroless-amd64 # .NET Runtime version -ENV DOTNET_VERSION=6.0.33 +ENV DOTNET_VERSION=6.0.35 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/runtime/6.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile b/src/runtime/6.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile index 9799f80016..434d55176f 100644 --- a/src/runtime/6.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile +++ b/src/runtime/6.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve .NET Runtime -RUN dotnet_version=6.0.33 \ +RUN dotnet_version=6.0.35 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm64.tar.gz \ - && dotnet_sha512='c700d4ae3e361fa2a390a8fcf294a2277931b0ea60bd4a2f0ec2bb982bb6c618ba002e5955c3ee96807207b256e10289cf1cfa372029b758aefa6bf1268d45fb' \ + && dotnet_sha512='945e24f9c2d677e65fddaa06cafe8d518ee599ce98883b60fd9d734320fa2f3e1ccbfb46ea26ee925e319fb5430c2e18d64269fdae96030169c4b6d3d811ea77' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -23,10 +23,10 @@ RUN mkdir /dotnet-symlink \ # .NET runtime image -FROM $REPO:6.0.33-cbl-mariner2.0-distroless-arm64v8 +FROM $REPO:6.0.35-cbl-mariner2.0-distroless-arm64v8 # .NET Runtime version -ENV DOTNET_VERSION=6.0.33 +ENV DOTNET_VERSION=6.0.35 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/runtime/6.0/cbl-mariner2.0/amd64/Dockerfile b/src/runtime/6.0/cbl-mariner2.0/amd64/Dockerfile index 8a61e37ac7..5a83be071e 100644 --- a/src/runtime/6.0/cbl-mariner2.0/amd64/Dockerfile +++ b/src/runtime/6.0/cbl-mariner2.0/amd64/Dockerfile @@ -1,20 +1,20 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps -FROM $REPO:6.0.33-cbl-mariner2.0-amd64 +FROM $REPO:6.0.35-cbl-mariner2.0-amd64 # .NET Runtime version -ENV DOTNET_VERSION=6.0.33 +ENV DOTNET_VERSION=6.0.35 # Install .NET Runtime RUN curl -fSL --output dotnet-host.rpm https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-host-$DOTNET_VERSION-x64.rpm \ - && dotnet_sha512='d7810f5a4b4c24ffd4f8f37d8c27c3d19dac4dd24f0b19513c2bca60ca31b3d03ae22d7e9a4ad497f0ef8d8d800db7ad44fdcd474cf641fe1abf2272f01fd7a4' \ + && dotnet_sha512='ac1182adb3529dbbb568677257ad77336d16f65dd50d3533e1ffbac3a908608dc5d3a32ce6a7add2211a3dc1766e043c8c8c8bd3787ebbae3525951b6951ba27' \ && echo "$dotnet_sha512 dotnet-host.rpm" | sha512sum -c - \ \ && curl -fSL --output dotnet-hostfxr.rpm https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-hostfxr-$DOTNET_VERSION-x64.rpm \ - && dotnet_sha512='149f011966db5a33776892410030d3a955425a5c417d9b76b7acdc97230a33698410aa3dc532c2cc7531a0ee9fe7a5db4981e704cedd1821c3dd50af639fb401' \ + && dotnet_sha512='37401ae7fc0547897a005b28def2e1abe0c9b4f452c2d575057da89ba9febeb7c08c224a74327ca8c6ba06947e70fc5ad644c6389ab42b454c84d8db57aee928' \ && echo "$dotnet_sha512 dotnet-hostfxr.rpm" | sha512sum -c - \ \ && curl -fSL --output dotnet-runtime.rpm https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-runtime-$DOTNET_VERSION-x64.rpm \ - && dotnet_sha512='b013c9d0dd4fbac2ec3d6e69a04119078a6430750593034dad14ed183818449401f1e5d5137b213935049563a9c58f7b2dfe7bd065a2156df42b0659ee4cd8ac' \ + && dotnet_sha512='cecd4cd9c081bd37dfa9413cc646ff7300096c78b5f09038b54b7564559518a9813668b94653b11ab0346186cab05964c06476b5c10883c5969d88106fe8cad7' \ && echo "$dotnet_sha512 dotnet-runtime.rpm" | sha512sum -c - \ \ && tdnf install -y --disablerepo=* dotnet-host.rpm dotnet-hostfxr.rpm dotnet-runtime.rpm \ diff --git a/src/runtime/6.0/cbl-mariner2.0/arm64v8/Dockerfile b/src/runtime/6.0/cbl-mariner2.0/arm64v8/Dockerfile index 4f54339bd0..059c3847ec 100644 --- a/src/runtime/6.0/cbl-mariner2.0/arm64v8/Dockerfile +++ b/src/runtime/6.0/cbl-mariner2.0/arm64v8/Dockerfile @@ -1,20 +1,20 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps -FROM $REPO:6.0.33-cbl-mariner2.0-arm64v8 +FROM $REPO:6.0.35-cbl-mariner2.0-arm64v8 # .NET Runtime version -ENV DOTNET_VERSION=6.0.33 +ENV DOTNET_VERSION=6.0.35 # Install .NET Runtime RUN curl -fSL --output dotnet-host.rpm https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-host-$DOTNET_VERSION-aarch64.rpm \ - && dotnet_sha512='ed2e6949618110db8b674c397195d629f3986249eb06862e93ff07a236019968a618b956256cfa8a5ef5b74f7b6609454d89dd52f6eb14ef48e8812b26e323a7' \ + && dotnet_sha512='0c4137f5de4b13ad577a0b07c1536c2a48a887be24afd3dd698bb8d0abcec04d8631526cf1c9e5b14decdfe7a3486f513c91ed3cd52a5b5ee88640c006ca098d' \ && echo "$dotnet_sha512 dotnet-host.rpm" | sha512sum -c - \ \ && curl -fSL --output dotnet-hostfxr.rpm https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-hostfxr-$DOTNET_VERSION-aarch64.rpm \ - && dotnet_sha512='7b2a844e464870485621d9ed933658639c84b192ec34d365ad7d8304f598f192574ae090a778cecf2264d4895814b79fa2284c0bf15ff58cbf2927a051a0cbf8' \ + && dotnet_sha512='c9bea9552c25d2c2d65437ccad398761676d0fa729c0c357eb5fbed74da177a89d7e28805a380423324ce7091b3a6cfa29bca547e43b45251f45192466a7180c' \ && echo "$dotnet_sha512 dotnet-hostfxr.rpm" | sha512sum -c - \ \ && curl -fSL --output dotnet-runtime.rpm https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-runtime-$DOTNET_VERSION-aarch64.rpm \ - && dotnet_sha512='8660c675b0764029587ae0e73bf2c4910458a73e67769b51c0f369f07c9b82ff32590d82afb56ea2147debb0daaf555144c05e1c54fe6ebe494c3a399b8a92c6' \ + && dotnet_sha512='d288052f1e3aeeab94e1045a56a9c09b8f856444b4ed590eadb72dcb666cfb28832739b3866f2c1f915284e425d0650ccf0f64ad2759c67237016607cdf512ee' \ && echo "$dotnet_sha512 dotnet-runtime.rpm" | sha512sum -c - \ \ && tdnf install -y --disablerepo=* dotnet-host.rpm dotnet-hostfxr.rpm dotnet-runtime.rpm \ diff --git a/src/runtime/6.0/focal/amd64/Dockerfile b/src/runtime/6.0/focal/amd64/Dockerfile index d6e3acfa89..cf9c273e6b 100644 --- a/src/runtime/6.0/focal/amd64/Dockerfile +++ b/src/runtime/6.0/focal/amd64/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM amd64/buildpack-deps:focal-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=6.0.33 \ +RUN dotnet_version=6.0.35 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-x64.tar.gz \ - && dotnet_sha512='0892015544d8903999f8e0fadab6b4b91eb180e495fa5e36c1a755b1d42e134858b7bdbfd60d1880650d9c528d07e31b9ccfc73e650e5d890a955902a89139cf' \ + && dotnet_sha512='d8d10d600fb664336949576f8ec0534dbffd573f754b9e741f20812221fafcac5f509a7e1ab44e9e63fc31a7b5dbcb19e4ec1930ffd29312212dc7454977090e' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf dotnet.tar.gz -C /dotnet \ @@ -14,10 +14,10 @@ RUN dotnet_version=6.0.33 \ # .NET runtime image -FROM $REPO:6.0.33-focal-amd64 +FROM $REPO:6.0.35-focal-amd64 # .NET Runtime version -ENV DOTNET_VERSION=6.0.33 +ENV DOTNET_VERSION=6.0.35 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/runtime/6.0/focal/arm32v7/Dockerfile b/src/runtime/6.0/focal/arm32v7/Dockerfile index 3da5a9ac19..e46a1dcf5c 100644 --- a/src/runtime/6.0/focal/arm32v7/Dockerfile +++ b/src/runtime/6.0/focal/arm32v7/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm32v7/buildpack-deps:focal-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=6.0.33 \ +RUN dotnet_version=6.0.35 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm.tar.gz \ - && dotnet_sha512='c3349b1c98bf8d0b79d0d3de5c12792fbdd4aef1c04b6d0c115d5aa651cfd2e8642521170b312db0cb6facd057958b387c60eb6ae5b828e2250300efbd6f3195' \ + && dotnet_sha512='5f41c00f8e60ce2ad07bef75a3ead8986b99b706a8c4bb2cb0fa8cadfa2fabdae3c17501aa9c77f634aad02a28c8c8869235907baf0b9d723d650213952ce924' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf dotnet.tar.gz -C /dotnet \ @@ -14,10 +14,10 @@ RUN dotnet_version=6.0.33 \ # .NET runtime image -FROM $REPO:6.0.33-focal-arm32v7 +FROM $REPO:6.0.35-focal-arm32v7 # .NET Runtime version -ENV DOTNET_VERSION=6.0.33 +ENV DOTNET_VERSION=6.0.35 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/runtime/6.0/focal/arm64v8/Dockerfile b/src/runtime/6.0/focal/arm64v8/Dockerfile index 7d69ab8dee..a8ec9cdbb4 100644 --- a/src/runtime/6.0/focal/arm64v8/Dockerfile +++ b/src/runtime/6.0/focal/arm64v8/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm64v8/buildpack-deps:focal-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=6.0.33 \ +RUN dotnet_version=6.0.35 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm64.tar.gz \ - && dotnet_sha512='c700d4ae3e361fa2a390a8fcf294a2277931b0ea60bd4a2f0ec2bb982bb6c618ba002e5955c3ee96807207b256e10289cf1cfa372029b758aefa6bf1268d45fb' \ + && dotnet_sha512='945e24f9c2d677e65fddaa06cafe8d518ee599ce98883b60fd9d734320fa2f3e1ccbfb46ea26ee925e319fb5430c2e18d64269fdae96030169c4b6d3d811ea77' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf dotnet.tar.gz -C /dotnet \ @@ -14,10 +14,10 @@ RUN dotnet_version=6.0.33 \ # .NET runtime image -FROM $REPO:6.0.33-focal-arm64v8 +FROM $REPO:6.0.35-focal-arm64v8 # .NET Runtime version -ENV DOTNET_VERSION=6.0.33 +ENV DOTNET_VERSION=6.0.35 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/runtime/6.0/jammy-chiseled-extra/amd64/Dockerfile b/src/runtime/6.0/jammy-chiseled-extra/amd64/Dockerfile index 238ae936fe..3151abb136 100644 --- a/src/runtime/6.0/jammy-chiseled-extra/amd64/Dockerfile +++ b/src/runtime/6.0/jammy-chiseled-extra/amd64/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM amd64/buildpack-deps:jammy-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=6.0.33 \ +RUN dotnet_version=6.0.35 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-x64.tar.gz \ - && dotnet_sha512='0892015544d8903999f8e0fadab6b4b91eb180e495fa5e36c1a755b1d42e134858b7bdbfd60d1880650d9c528d07e31b9ccfc73e650e5d890a955902a89139cf' \ + && dotnet_sha512='d8d10d600fb664336949576f8ec0534dbffd573f754b9e741f20812221fafcac5f509a7e1ab44e9e63fc31a7b5dbcb19e4ec1930ffd29312212dc7454977090e' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -17,10 +17,10 @@ RUN mkdir /dotnet-symlink \ # .NET runtime image -FROM $REPO:6.0.33-jammy-chiseled-extra-amd64 +FROM $REPO:6.0.35-jammy-chiseled-extra-amd64 # .NET Runtime version -ENV DOTNET_VERSION=6.0.33 +ENV DOTNET_VERSION=6.0.35 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/runtime/6.0/jammy-chiseled-extra/arm32v7/Dockerfile b/src/runtime/6.0/jammy-chiseled-extra/arm32v7/Dockerfile index def11544fe..264723ce00 100644 --- a/src/runtime/6.0/jammy-chiseled-extra/arm32v7/Dockerfile +++ b/src/runtime/6.0/jammy-chiseled-extra/arm32v7/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm32v7/buildpack-deps:jammy-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=6.0.33 \ +RUN dotnet_version=6.0.35 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm.tar.gz \ - && dotnet_sha512='c3349b1c98bf8d0b79d0d3de5c12792fbdd4aef1c04b6d0c115d5aa651cfd2e8642521170b312db0cb6facd057958b387c60eb6ae5b828e2250300efbd6f3195' \ + && dotnet_sha512='5f41c00f8e60ce2ad07bef75a3ead8986b99b706a8c4bb2cb0fa8cadfa2fabdae3c17501aa9c77f634aad02a28c8c8869235907baf0b9d723d650213952ce924' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -17,10 +17,10 @@ RUN mkdir /dotnet-symlink \ # .NET runtime image -FROM $REPO:6.0.33-jammy-chiseled-extra-arm32v7 +FROM $REPO:6.0.35-jammy-chiseled-extra-arm32v7 # .NET Runtime version -ENV DOTNET_VERSION=6.0.33 +ENV DOTNET_VERSION=6.0.35 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/runtime/6.0/jammy-chiseled-extra/arm64v8/Dockerfile b/src/runtime/6.0/jammy-chiseled-extra/arm64v8/Dockerfile index e9537c804a..9ba1c6a4d5 100644 --- a/src/runtime/6.0/jammy-chiseled-extra/arm64v8/Dockerfile +++ b/src/runtime/6.0/jammy-chiseled-extra/arm64v8/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm64v8/buildpack-deps:jammy-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=6.0.33 \ +RUN dotnet_version=6.0.35 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm64.tar.gz \ - && dotnet_sha512='c700d4ae3e361fa2a390a8fcf294a2277931b0ea60bd4a2f0ec2bb982bb6c618ba002e5955c3ee96807207b256e10289cf1cfa372029b758aefa6bf1268d45fb' \ + && dotnet_sha512='945e24f9c2d677e65fddaa06cafe8d518ee599ce98883b60fd9d734320fa2f3e1ccbfb46ea26ee925e319fb5430c2e18d64269fdae96030169c4b6d3d811ea77' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -17,10 +17,10 @@ RUN mkdir /dotnet-symlink \ # .NET runtime image -FROM $REPO:6.0.33-jammy-chiseled-extra-arm64v8 +FROM $REPO:6.0.35-jammy-chiseled-extra-arm64v8 # .NET Runtime version -ENV DOTNET_VERSION=6.0.33 +ENV DOTNET_VERSION=6.0.35 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/runtime/6.0/jammy-chiseled/amd64/Dockerfile b/src/runtime/6.0/jammy-chiseled/amd64/Dockerfile index 943391717b..892ff84faf 100644 --- a/src/runtime/6.0/jammy-chiseled/amd64/Dockerfile +++ b/src/runtime/6.0/jammy-chiseled/amd64/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM amd64/buildpack-deps:jammy-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=6.0.33 \ +RUN dotnet_version=6.0.35 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-x64.tar.gz \ - && dotnet_sha512='0892015544d8903999f8e0fadab6b4b91eb180e495fa5e36c1a755b1d42e134858b7bdbfd60d1880650d9c528d07e31b9ccfc73e650e5d890a955902a89139cf' \ + && dotnet_sha512='d8d10d600fb664336949576f8ec0534dbffd573f754b9e741f20812221fafcac5f509a7e1ab44e9e63fc31a7b5dbcb19e4ec1930ffd29312212dc7454977090e' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -17,10 +17,10 @@ RUN mkdir /dotnet-symlink \ # .NET runtime image -FROM $REPO:6.0.33-jammy-chiseled-amd64 +FROM $REPO:6.0.35-jammy-chiseled-amd64 # .NET Runtime version -ENV DOTNET_VERSION=6.0.33 +ENV DOTNET_VERSION=6.0.35 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/runtime/6.0/jammy-chiseled/arm32v7/Dockerfile b/src/runtime/6.0/jammy-chiseled/arm32v7/Dockerfile index 56d298f0cb..3e1c57fc19 100644 --- a/src/runtime/6.0/jammy-chiseled/arm32v7/Dockerfile +++ b/src/runtime/6.0/jammy-chiseled/arm32v7/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm32v7/buildpack-deps:jammy-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=6.0.33 \ +RUN dotnet_version=6.0.35 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm.tar.gz \ - && dotnet_sha512='c3349b1c98bf8d0b79d0d3de5c12792fbdd4aef1c04b6d0c115d5aa651cfd2e8642521170b312db0cb6facd057958b387c60eb6ae5b828e2250300efbd6f3195' \ + && dotnet_sha512='5f41c00f8e60ce2ad07bef75a3ead8986b99b706a8c4bb2cb0fa8cadfa2fabdae3c17501aa9c77f634aad02a28c8c8869235907baf0b9d723d650213952ce924' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -17,10 +17,10 @@ RUN mkdir /dotnet-symlink \ # .NET runtime image -FROM $REPO:6.0.33-jammy-chiseled-arm32v7 +FROM $REPO:6.0.35-jammy-chiseled-arm32v7 # .NET Runtime version -ENV DOTNET_VERSION=6.0.33 +ENV DOTNET_VERSION=6.0.35 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/runtime/6.0/jammy-chiseled/arm64v8/Dockerfile b/src/runtime/6.0/jammy-chiseled/arm64v8/Dockerfile index 3575040b5a..b8f846c810 100644 --- a/src/runtime/6.0/jammy-chiseled/arm64v8/Dockerfile +++ b/src/runtime/6.0/jammy-chiseled/arm64v8/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm64v8/buildpack-deps:jammy-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=6.0.33 \ +RUN dotnet_version=6.0.35 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm64.tar.gz \ - && dotnet_sha512='c700d4ae3e361fa2a390a8fcf294a2277931b0ea60bd4a2f0ec2bb982bb6c618ba002e5955c3ee96807207b256e10289cf1cfa372029b758aefa6bf1268d45fb' \ + && dotnet_sha512='945e24f9c2d677e65fddaa06cafe8d518ee599ce98883b60fd9d734320fa2f3e1ccbfb46ea26ee925e319fb5430c2e18d64269fdae96030169c4b6d3d811ea77' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -17,10 +17,10 @@ RUN mkdir /dotnet-symlink \ # .NET runtime image -FROM $REPO:6.0.33-jammy-chiseled-arm64v8 +FROM $REPO:6.0.35-jammy-chiseled-arm64v8 # .NET Runtime version -ENV DOTNET_VERSION=6.0.33 +ENV DOTNET_VERSION=6.0.35 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/runtime/6.0/jammy/amd64/Dockerfile b/src/runtime/6.0/jammy/amd64/Dockerfile index a50f918348..333d14b3ec 100644 --- a/src/runtime/6.0/jammy/amd64/Dockerfile +++ b/src/runtime/6.0/jammy/amd64/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM amd64/buildpack-deps:jammy-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=6.0.33 \ +RUN dotnet_version=6.0.35 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-x64.tar.gz \ - && dotnet_sha512='0892015544d8903999f8e0fadab6b4b91eb180e495fa5e36c1a755b1d42e134858b7bdbfd60d1880650d9c528d07e31b9ccfc73e650e5d890a955902a89139cf' \ + && dotnet_sha512='d8d10d600fb664336949576f8ec0534dbffd573f754b9e741f20812221fafcac5f509a7e1ab44e9e63fc31a7b5dbcb19e4ec1930ffd29312212dc7454977090e' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf dotnet.tar.gz -C /dotnet \ @@ -14,10 +14,10 @@ RUN dotnet_version=6.0.33 \ # .NET runtime image -FROM $REPO:6.0.33-jammy-amd64 +FROM $REPO:6.0.35-jammy-amd64 # .NET Runtime version -ENV DOTNET_VERSION=6.0.33 +ENV DOTNET_VERSION=6.0.35 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/runtime/6.0/jammy/arm32v7/Dockerfile b/src/runtime/6.0/jammy/arm32v7/Dockerfile index 051b919860..8a4fc55342 100644 --- a/src/runtime/6.0/jammy/arm32v7/Dockerfile +++ b/src/runtime/6.0/jammy/arm32v7/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm32v7/buildpack-deps:jammy-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=6.0.33 \ +RUN dotnet_version=6.0.35 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm.tar.gz \ - && dotnet_sha512='c3349b1c98bf8d0b79d0d3de5c12792fbdd4aef1c04b6d0c115d5aa651cfd2e8642521170b312db0cb6facd057958b387c60eb6ae5b828e2250300efbd6f3195' \ + && dotnet_sha512='5f41c00f8e60ce2ad07bef75a3ead8986b99b706a8c4bb2cb0fa8cadfa2fabdae3c17501aa9c77f634aad02a28c8c8869235907baf0b9d723d650213952ce924' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf dotnet.tar.gz -C /dotnet \ @@ -14,10 +14,10 @@ RUN dotnet_version=6.0.33 \ # .NET runtime image -FROM $REPO:6.0.33-jammy-arm32v7 +FROM $REPO:6.0.35-jammy-arm32v7 # .NET Runtime version -ENV DOTNET_VERSION=6.0.33 +ENV DOTNET_VERSION=6.0.35 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/runtime/6.0/jammy/arm64v8/Dockerfile b/src/runtime/6.0/jammy/arm64v8/Dockerfile index c43c551861..9a814550c7 100644 --- a/src/runtime/6.0/jammy/arm64v8/Dockerfile +++ b/src/runtime/6.0/jammy/arm64v8/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm64v8/buildpack-deps:jammy-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=6.0.33 \ +RUN dotnet_version=6.0.35 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm64.tar.gz \ - && dotnet_sha512='c700d4ae3e361fa2a390a8fcf294a2277931b0ea60bd4a2f0ec2bb982bb6c618ba002e5955c3ee96807207b256e10289cf1cfa372029b758aefa6bf1268d45fb' \ + && dotnet_sha512='945e24f9c2d677e65fddaa06cafe8d518ee599ce98883b60fd9d734320fa2f3e1ccbfb46ea26ee925e319fb5430c2e18d64269fdae96030169c4b6d3d811ea77' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf dotnet.tar.gz -C /dotnet \ @@ -14,10 +14,10 @@ RUN dotnet_version=6.0.33 \ # .NET runtime image -FROM $REPO:6.0.33-jammy-arm64v8 +FROM $REPO:6.0.35-jammy-arm64v8 # .NET Runtime version -ENV DOTNET_VERSION=6.0.33 +ENV DOTNET_VERSION=6.0.35 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/runtime/6.0/nanoserver-1809/amd64/Dockerfile b/src/runtime/6.0/nanoserver-1809/amd64/Dockerfile index fccb9f3670..d9571b1eee 100644 --- a/src/runtime/6.0/nanoserver-1809/amd64/Dockerfile +++ b/src/runtime/6.0/nanoserver-1809/amd64/Dockerfile @@ -8,9 +8,9 @@ RUN powershell -Command ` $ErrorActionPreference = 'Stop'; ` $ProgressPreference = 'SilentlyContinue'; ` ` - $dotnet_version = '6.0.33'; ` + $dotnet_version = '6.0.35'; ` Invoke-WebRequest -OutFile dotnet.zip https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-win-x64.zip; ` - $dotnet_sha512 = '6cbad445d7b06ecbd031b43b1b44a04636676908f2e14af6a399ca2c2b163cb4add3f6e70b7b1089dc8d1a89ff482875391b3868ad2703359eb62a3d87b8953c'; ` + $dotnet_sha512 = '4a0396bd3c201e9015a161de3d4e4e685151eb1b75ad57ec65c9289369b90ad55c7e9704aa553c32e2d5734b642a096a9b9a6797757dde6974ab5ead2bba5b89'; ` if ((Get-FileHash dotnet.zip -Algorithm sha512).Hash -ne $dotnet_sha512) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` @@ -30,7 +30,7 @@ ENV ` # Enable detection of running in a container DOTNET_RUNNING_IN_CONTAINER=true ` # .NET Runtime version - DOTNET_VERSION=6.0.33 + DOTNET_VERSION=6.0.35 # In order to set system PATH, ContainerAdministrator must be used USER ContainerAdministrator diff --git a/src/runtime/6.0/nanoserver-ltsc2022/amd64/Dockerfile b/src/runtime/6.0/nanoserver-ltsc2022/amd64/Dockerfile index c389493470..1751e2d8be 100644 --- a/src/runtime/6.0/nanoserver-ltsc2022/amd64/Dockerfile +++ b/src/runtime/6.0/nanoserver-ltsc2022/amd64/Dockerfile @@ -8,9 +8,9 @@ RUN powershell -Command ` $ErrorActionPreference = 'Stop'; ` $ProgressPreference = 'SilentlyContinue'; ` ` - $dotnet_version = '6.0.33'; ` + $dotnet_version = '6.0.35'; ` Invoke-WebRequest -OutFile dotnet.zip https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-win-x64.zip; ` - $dotnet_sha512 = '6cbad445d7b06ecbd031b43b1b44a04636676908f2e14af6a399ca2c2b163cb4add3f6e70b7b1089dc8d1a89ff482875391b3868ad2703359eb62a3d87b8953c'; ` + $dotnet_sha512 = '4a0396bd3c201e9015a161de3d4e4e685151eb1b75ad57ec65c9289369b90ad55c7e9704aa553c32e2d5734b642a096a9b9a6797757dde6974ab5ead2bba5b89'; ` if ((Get-FileHash dotnet.zip -Algorithm sha512).Hash -ne $dotnet_sha512) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` @@ -30,7 +30,7 @@ ENV ` # Enable detection of running in a container DOTNET_RUNNING_IN_CONTAINER=true ` # .NET Runtime version - DOTNET_VERSION=6.0.33 + DOTNET_VERSION=6.0.35 # In order to set system PATH, ContainerAdministrator must be used USER ContainerAdministrator diff --git a/src/runtime/6.0/windowsservercore-ltsc2019/amd64/Dockerfile b/src/runtime/6.0/windowsservercore-ltsc2019/amd64/Dockerfile index 9d27270145..7a619dadda 100644 --- a/src/runtime/6.0/windowsservercore-ltsc2019/amd64/Dockerfile +++ b/src/runtime/6.0/windowsservercore-ltsc2019/amd64/Dockerfile @@ -8,7 +8,7 @@ ENV ` # Enable detection of running in a container DOTNET_RUNNING_IN_CONTAINER=true ` # .NET Runtime version - DOTNET_VERSION=6.0.33 + DOTNET_VERSION=6.0.35 # Install .NET Runtime RUN powershell -Command ` @@ -16,7 +16,7 @@ RUN powershell -Command ` $ProgressPreference = 'SilentlyContinue'; ` ` Invoke-WebRequest -OutFile dotnet.zip https://dotnetcli.azureedge.net/dotnet/Runtime/$Env:DOTNET_VERSION/dotnet-runtime-$Env:DOTNET_VERSION-win-x64.zip; ` - $dotnet_sha512 = '6cbad445d7b06ecbd031b43b1b44a04636676908f2e14af6a399ca2c2b163cb4add3f6e70b7b1089dc8d1a89ff482875391b3868ad2703359eb62a3d87b8953c'; ` + $dotnet_sha512 = '4a0396bd3c201e9015a161de3d4e4e685151eb1b75ad57ec65c9289369b90ad55c7e9704aa553c32e2d5734b642a096a9b9a6797757dde6974ab5ead2bba5b89'; ` if ((Get-FileHash dotnet.zip -Algorithm sha512).Hash -ne $dotnet_sha512) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` diff --git a/src/runtime/6.0/windowsservercore-ltsc2022/amd64/Dockerfile b/src/runtime/6.0/windowsservercore-ltsc2022/amd64/Dockerfile index ff80f6a037..c646d4a880 100644 --- a/src/runtime/6.0/windowsservercore-ltsc2022/amd64/Dockerfile +++ b/src/runtime/6.0/windowsservercore-ltsc2022/amd64/Dockerfile @@ -8,7 +8,7 @@ ENV ` # Enable detection of running in a container DOTNET_RUNNING_IN_CONTAINER=true ` # .NET Runtime version - DOTNET_VERSION=6.0.33 + DOTNET_VERSION=6.0.35 # Install .NET Runtime RUN powershell -Command ` @@ -16,7 +16,7 @@ RUN powershell -Command ` $ProgressPreference = 'SilentlyContinue'; ` ` Invoke-WebRequest -OutFile dotnet.zip https://dotnetcli.azureedge.net/dotnet/Runtime/$Env:DOTNET_VERSION/dotnet-runtime-$Env:DOTNET_VERSION-win-x64.zip; ` - $dotnet_sha512 = '6cbad445d7b06ecbd031b43b1b44a04636676908f2e14af6a399ca2c2b163cb4add3f6e70b7b1089dc8d1a89ff482875391b3868ad2703359eb62a3d87b8953c'; ` + $dotnet_sha512 = '4a0396bd3c201e9015a161de3d4e4e685151eb1b75ad57ec65c9289369b90ad55c7e9704aa553c32e2d5734b642a096a9b9a6797757dde6974ab5ead2bba5b89'; ` if ((Get-FileHash dotnet.zip -Algorithm sha512).Hash -ne $dotnet_sha512) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` diff --git a/src/sdk/6.0/alpine3.20/amd64/Dockerfile b/src/sdk/6.0/alpine3.20/amd64/Dockerfile index 58922e47fb..f3fe10c60e 100644 --- a/src/sdk/6.0/alpine3.20/amd64/Dockerfile +++ b/src/sdk/6.0/alpine3.20/amd64/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:6.0.33-alpine3.20-amd64 +FROM $REPO:6.0.35-alpine3.20-amd64 ENV \ # Unset ASPNETCORE_URLS from aspnet base image @@ -9,7 +9,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=6.0.425 \ + DOTNET_SDK_VERSION=6.0.427 \ # Disable the invariant mode (set in base image) DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false \ # Enable correct mode for dotnet watch (only mode supported in a container) @@ -27,7 +27,7 @@ RUN apk add --upgrade --no-cache \ # Install .NET SDK RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-musl-x64.tar.gz \ - && dotnet_sha512='cd9572358102b8214874ff353bbe826ac9ba0f0d26d49493f312a8a3bc7c0faba2fc82bd5dfb740289d3242dcdf78b341996d38623723c691be469375a72df9e' \ + && dotnet_sha512='38e63bc2e94b5dfbaa5ffcc31e96eaaf9889a86ae03b2bba72ed73434d79857d56566345c65a20c7a5e62f444b8f13a3ed6a3e7e568a3c34c837cfcecd1ca68f' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ diff --git a/src/sdk/6.0/alpine3.20/arm32v7/Dockerfile b/src/sdk/6.0/alpine3.20/arm32v7/Dockerfile index ebd57ff20b..f33fe24d10 100644 --- a/src/sdk/6.0/alpine3.20/arm32v7/Dockerfile +++ b/src/sdk/6.0/alpine3.20/arm32v7/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:6.0.33-alpine3.20-arm32v7 +FROM $REPO:6.0.35-alpine3.20-arm32v7 ENV \ # Unset ASPNETCORE_URLS from aspnet base image @@ -9,7 +9,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=6.0.425 \ + DOTNET_SDK_VERSION=6.0.427 \ # Disable the invariant mode (set in base image) DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false \ # Enable correct mode for dotnet watch (only mode supported in a container) @@ -27,7 +27,7 @@ RUN apk add --upgrade --no-cache \ # Install .NET SDK RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-musl-arm.tar.gz \ - && dotnet_sha512='c59ea0ef6c80f80907aea223dc7a9ad69431b1e67234dee4fee0f9109ee7ce8bd58af6b102ad117889f4e2cc8ef7cceef9a6ec80b10578c6ea4b84412f2b1e06' \ + && dotnet_sha512='4297c488fb0cdf72c4fb3bad057413c173a07066bf651fc8c4075b86c2231612e694947b7ecbec0d43cd6921b83df206ba528d387a36ddd6c670b38afd9395d9' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ diff --git a/src/sdk/6.0/alpine3.20/arm64v8/Dockerfile b/src/sdk/6.0/alpine3.20/arm64v8/Dockerfile index fa820fcb8e..3b9c618409 100644 --- a/src/sdk/6.0/alpine3.20/arm64v8/Dockerfile +++ b/src/sdk/6.0/alpine3.20/arm64v8/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:6.0.33-alpine3.20-arm64v8 +FROM $REPO:6.0.35-alpine3.20-arm64v8 ENV \ # Unset ASPNETCORE_URLS from aspnet base image @@ -9,7 +9,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=6.0.425 \ + DOTNET_SDK_VERSION=6.0.427 \ # Disable the invariant mode (set in base image) DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false \ # Enable correct mode for dotnet watch (only mode supported in a container) @@ -27,7 +27,7 @@ RUN apk add --upgrade --no-cache \ # Install .NET SDK RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-musl-arm64.tar.gz \ - && dotnet_sha512='d58aace5b021fc730a0da2233e85e3ae473256a7de9334b8932cc2e0d050543c1eb1b16dcd3475f777cdf59e42971c85d27def497fe5cf06a6b6046ce8d23ec4' \ + && dotnet_sha512='670e8c949439aa6d75348d2fa61018c6621d821ceb5f8473ff9b81bc1b21dc293d0b16fa8044c6e5729aadc04912654d1ae0a4a84af4dca0891571311e9d4cf0' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ diff --git a/src/sdk/6.0/bookworm-slim/amd64/Dockerfile b/src/sdk/6.0/bookworm-slim/amd64/Dockerfile index ddfe340859..1e65ce4bb1 100644 --- a/src/sdk/6.0/bookworm-slim/amd64/Dockerfile +++ b/src/sdk/6.0/bookworm-slim/amd64/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:6.0.33-bookworm-slim-amd64 +FROM $REPO:6.0.35-bookworm-slim-amd64 ENV \ # Unset ASPNETCORE_URLS from aspnet base image @@ -9,7 +9,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=6.0.425 \ + DOTNET_SDK_VERSION=6.0.427 \ # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true \ # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -26,7 +26,7 @@ RUN apt-get update \ # Install .NET SDK RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-x64.tar.gz \ - && dotnet_sha512='a04b75af7c5850238a8d99a6f60b37753467db615831bb3833c14aec86faa2d6ee9b8643885798924a01e28acff44ac9ed39c89f7cbe53c5cb8753c802e85039' \ + && dotnet_sha512='a9cd1e5ccc3c5d847aca2ef21dd145f61c6b18c4e75a3c2fc9aed592c6066d511b8b658c54c2cd851938fe5aba2386e5f6f51005f6406b420110c0ec408a8401' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ diff --git a/src/sdk/6.0/bookworm-slim/arm32v7/Dockerfile b/src/sdk/6.0/bookworm-slim/arm32v7/Dockerfile index 386cdffa13..6284081ebf 100644 --- a/src/sdk/6.0/bookworm-slim/arm32v7/Dockerfile +++ b/src/sdk/6.0/bookworm-slim/arm32v7/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:6.0.33-bookworm-slim-arm32v7 +FROM $REPO:6.0.35-bookworm-slim-arm32v7 ENV \ # Unset ASPNETCORE_URLS from aspnet base image @@ -9,7 +9,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=6.0.425 \ + DOTNET_SDK_VERSION=6.0.427 \ # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true \ # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -26,7 +26,7 @@ RUN apt-get update \ # Install .NET SDK RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-arm.tar.gz \ - && dotnet_sha512='e0cbb3a3874fec76026d5ce11acdae07a720eb02b500c87882aaeba48e6ec290d62373e51b53367ecaaa1bd4bd770f2ca1aaaec3a8499bdd1c114894daaa4daf' \ + && dotnet_sha512='4c76654d8d2ae98c73b4df86002df07c549a411cf7fa13f11e811501ba47e5ee04282eac75a6fcdacf3af3a33f87f5ab3a8c1f2cb4de6d25e091397979d0f2ea' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ diff --git a/src/sdk/6.0/bookworm-slim/arm64v8/Dockerfile b/src/sdk/6.0/bookworm-slim/arm64v8/Dockerfile index cff139b1f2..652657a280 100644 --- a/src/sdk/6.0/bookworm-slim/arm64v8/Dockerfile +++ b/src/sdk/6.0/bookworm-slim/arm64v8/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:6.0.33-bookworm-slim-arm64v8 +FROM $REPO:6.0.35-bookworm-slim-arm64v8 ENV \ # Unset ASPNETCORE_URLS from aspnet base image @@ -9,7 +9,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=6.0.425 \ + DOTNET_SDK_VERSION=6.0.427 \ # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true \ # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -26,7 +26,7 @@ RUN apt-get update \ # Install .NET SDK RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-arm64.tar.gz \ - && dotnet_sha512='c15f95664fd0570d5b0cb94c7af6bba5fe830470004f0e958e49d53764714cbf8ddd620b38d487b60a27dbfd467a955856aab3df9c958cde17c942079fdaa55a' \ + && dotnet_sha512='9129961b54ad77dac2b4de973875f7acd1e8d2833673a51923706620e0c5b7b8c5b057c8d395532ad9da46b1dcb5ab8fd07a4f552bd57256d5a0c21070ad5771' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ diff --git a/src/sdk/6.0/bullseye-slim/amd64/Dockerfile b/src/sdk/6.0/bullseye-slim/amd64/Dockerfile index 86b95716e2..5deb6a7665 100644 --- a/src/sdk/6.0/bullseye-slim/amd64/Dockerfile +++ b/src/sdk/6.0/bullseye-slim/amd64/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:6.0.33-bullseye-slim-amd64 +FROM $REPO:6.0.35-bullseye-slim-amd64 ENV \ # Unset ASPNETCORE_URLS from aspnet base image @@ -9,7 +9,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=6.0.425 \ + DOTNET_SDK_VERSION=6.0.427 \ # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true \ # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -26,7 +26,7 @@ RUN apt-get update \ # Install .NET SDK RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-x64.tar.gz \ - && dotnet_sha512='a04b75af7c5850238a8d99a6f60b37753467db615831bb3833c14aec86faa2d6ee9b8643885798924a01e28acff44ac9ed39c89f7cbe53c5cb8753c802e85039' \ + && dotnet_sha512='a9cd1e5ccc3c5d847aca2ef21dd145f61c6b18c4e75a3c2fc9aed592c6066d511b8b658c54c2cd851938fe5aba2386e5f6f51005f6406b420110c0ec408a8401' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ diff --git a/src/sdk/6.0/bullseye-slim/arm32v7/Dockerfile b/src/sdk/6.0/bullseye-slim/arm32v7/Dockerfile index 7617a0d1a9..14f07fadc5 100644 --- a/src/sdk/6.0/bullseye-slim/arm32v7/Dockerfile +++ b/src/sdk/6.0/bullseye-slim/arm32v7/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:6.0.33-bullseye-slim-arm32v7 +FROM $REPO:6.0.35-bullseye-slim-arm32v7 ENV \ # Unset ASPNETCORE_URLS from aspnet base image @@ -9,7 +9,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=6.0.425 \ + DOTNET_SDK_VERSION=6.0.427 \ # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true \ # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -26,7 +26,7 @@ RUN apt-get update \ # Install .NET SDK RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-arm.tar.gz \ - && dotnet_sha512='e0cbb3a3874fec76026d5ce11acdae07a720eb02b500c87882aaeba48e6ec290d62373e51b53367ecaaa1bd4bd770f2ca1aaaec3a8499bdd1c114894daaa4daf' \ + && dotnet_sha512='4c76654d8d2ae98c73b4df86002df07c549a411cf7fa13f11e811501ba47e5ee04282eac75a6fcdacf3af3a33f87f5ab3a8c1f2cb4de6d25e091397979d0f2ea' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ diff --git a/src/sdk/6.0/bullseye-slim/arm64v8/Dockerfile b/src/sdk/6.0/bullseye-slim/arm64v8/Dockerfile index 81adcdff79..ace072774e 100644 --- a/src/sdk/6.0/bullseye-slim/arm64v8/Dockerfile +++ b/src/sdk/6.0/bullseye-slim/arm64v8/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:6.0.33-bullseye-slim-arm64v8 +FROM $REPO:6.0.35-bullseye-slim-arm64v8 ENV \ # Unset ASPNETCORE_URLS from aspnet base image @@ -9,7 +9,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=6.0.425 \ + DOTNET_SDK_VERSION=6.0.427 \ # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true \ # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -26,7 +26,7 @@ RUN apt-get update \ # Install .NET SDK RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-arm64.tar.gz \ - && dotnet_sha512='c15f95664fd0570d5b0cb94c7af6bba5fe830470004f0e958e49d53764714cbf8ddd620b38d487b60a27dbfd467a955856aab3df9c958cde17c942079fdaa55a' \ + && dotnet_sha512='9129961b54ad77dac2b4de973875f7acd1e8d2833673a51923706620e0c5b7b8c5b057c8d395532ad9da46b1dcb5ab8fd07a4f552bd57256d5a0c21070ad5771' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ diff --git a/src/sdk/6.0/cbl-mariner2.0/amd64/Dockerfile b/src/sdk/6.0/cbl-mariner2.0/amd64/Dockerfile index bff0f6b39b..f36eabb00f 100644 --- a/src/sdk/6.0/cbl-mariner2.0/amd64/Dockerfile +++ b/src/sdk/6.0/cbl-mariner2.0/amd64/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:6.0.33-cbl-mariner2.0-amd64 +FROM $REPO:6.0.35-cbl-mariner2.0-amd64 ENV \ # Unset ASPNETCORE_URLS from aspnet base image @@ -9,7 +9,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=6.0.425 \ + DOTNET_SDK_VERSION=6.0.427 \ # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true \ # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -24,19 +24,19 @@ RUN tdnf install -y \ # Install .NET SDK RUN curl -fSL --output dotnet.rpm https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-x64.rpm \ - && dotnet_sha512='972124958ec5d8a5130dbc6c8fda5bbabe2b1d445027fc50375568e832fec2e006a97cd2d1aea461fce612b211f822d691392db7b28d82652bc09dd955f70967' \ + && dotnet_sha512='f8318652d959d7d6ef1e0fc7e2c7829ef2ec2b264faece5d928e5caf7dd1827dbc9451a1c19a1f590eb2a6bafa2bf05e93e411e8c962a801dabe8e54a0272850' \ && echo "$dotnet_sha512 dotnet.rpm" | sha512sum -c - \ \ && curl -fSL --output apphost.rpm https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-apphost-pack-$DOTNET_VERSION-x64.rpm \ - && dotnet_sha512='81f3da528e4350ae7c004bddf17f8e32672f4636640aa7b80ce0de48fe2bc1dcab0bff807166f78a2d936b14c16537c5e82bc69d12c308a1342e71e9fb928d21' \ + && dotnet_sha512='9ecc75384767d13f5c0edc6c21029ddcda75ca8590d73b083886f8a9fc2af16040e1301b795bd9d43d412a0cbda142e6438a3ed902fc2d2af6008587f58c57c3' \ && echo "$dotnet_sha512 apphost.rpm" | sha512sum -c - \ \ - && curl -fSL --output targeting-pack.rpm https://dotnetcli.azureedge.net/dotnet/Runtime/6.0.33/dotnet-targeting-pack-6.0.33-x64.rpm \ - && dotnet_sha512='55e5b2581eb2fac5b4d0c555213c28eb8b438b45f93080eec91b680cc2111377989d0c718e416f40368ed65c363fb0fcd3a54f05b0caa1a4677079fdaf1ddb11' \ + && curl -fSL --output targeting-pack.rpm https://dotnetcli.azureedge.net/dotnet/Runtime/6.0.35/dotnet-targeting-pack-6.0.35-x64.rpm \ + && dotnet_sha512='487c97adb34a940ab5337a09f518d27e9203a7312b2b7ee805efac1b71d0abd31e6199d18914070fcb40f1d809f8adce44b5d4f37e7d6b34c4f1342434eb0da3' \ && echo "$dotnet_sha512 targeting-pack.rpm" | sha512sum -c - \ \ - && curl -fSL --output aspnetcore-targeting-pack.rpm https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/6.0.33/aspnetcore-targeting-pack-6.0.33-x64.rpm \ - && dotnet_sha512='7c42fd91ae4a74e11f1134f972491920057dd82536b5d6da53758f4c8d8238ef67a78639012904a3da8412c578432dc27c5c5aa3e66b1cb0493fc78888131dab' \ + && curl -fSL --output aspnetcore-targeting-pack.rpm https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/6.0.35/aspnetcore-targeting-pack-6.0.35-x64.rpm \ + && dotnet_sha512='0018f268672577d00f39563cd83f7f968176cdac58cac8f2d4617c5f14de4dbaf412b64e8d492cc5731b2fa965d54cddfd7924dc286fddd74d9b23e7d98daea2' \ && echo "$dotnet_sha512 aspnetcore-targeting-pack.rpm" | sha512sum -c - \ \ && curl -fSL --output netstandard-targeting-pack.rpm https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.0/netstandard-targeting-pack-2.1.0-x64.rpm \ diff --git a/src/sdk/6.0/cbl-mariner2.0/arm64v8/Dockerfile b/src/sdk/6.0/cbl-mariner2.0/arm64v8/Dockerfile index e85ad9fc7b..d61be8ce98 100644 --- a/src/sdk/6.0/cbl-mariner2.0/arm64v8/Dockerfile +++ b/src/sdk/6.0/cbl-mariner2.0/arm64v8/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:6.0.33-cbl-mariner2.0-arm64v8 +FROM $REPO:6.0.35-cbl-mariner2.0-arm64v8 ENV \ # Unset ASPNETCORE_URLS from aspnet base image @@ -9,7 +9,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=6.0.425 \ + DOTNET_SDK_VERSION=6.0.427 \ # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true \ # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -24,19 +24,19 @@ RUN tdnf install -y \ # Install .NET SDK RUN curl -fSL --output dotnet.rpm https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-aarch64.rpm \ - && dotnet_sha512='298ca2e806b277ec669fe7455fe2c89cb76dfee0e6e183f2df0075c176e790b844d67af04c205b38082cc7bcda9a5c88a6931446ff5f78de7bebf30c575ee6a7' \ + && dotnet_sha512='2447888cc4f7cb4e7329f960c616058e169a345b8cfd5af2be49f7fbad7e757929439801440e78d886fa5ad9e59a698d1bb5389393cc92fe7009e094363edbb9' \ && echo "$dotnet_sha512 dotnet.rpm" | sha512sum -c - \ \ && curl -fSL --output apphost.rpm https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-apphost-pack-$DOTNET_VERSION-aarch64.rpm \ - && dotnet_sha512='4e73b41f7bc4c8689bb57676f55de3b914c85924ddaf33602ea7db8c56bfee7d05519fda881fa1cd6f94f11ac87c2e2528b6e0ddfc32133a35095c120e5be5a1' \ + && dotnet_sha512='87d89cb6ed88e09829038a5dcfdb2a55a81c5d1cc1cb55ea60f16f275572ac75e89672baa580a3aa73fb3f3661513a8a2814f00f3444beab980e52eaf8a0c41d' \ && echo "$dotnet_sha512 apphost.rpm" | sha512sum -c - \ \ - && curl -fSL --output targeting-pack.rpm https://dotnetcli.azureedge.net/dotnet/Runtime/6.0.33/dotnet-targeting-pack-6.0.33-aarch64.rpm \ - && dotnet_sha512='660ab48bb88bfba153016b672cba617cae29697a1a098ff296754b22792378605dd63768598675c5344eef4ada4479d91b363c9620bd487f1a788d539dc30e8c' \ + && curl -fSL --output targeting-pack.rpm https://dotnetcli.azureedge.net/dotnet/Runtime/6.0.35/dotnet-targeting-pack-6.0.35-aarch64.rpm \ + && dotnet_sha512='4eba376b93c8e9e9c70af495379bd68f0b18ddb79ba219e98825f11ea75a6d02bedac203978cce5b84113a97b33be662a220ed62b5cebbc737a113d022f911e9' \ && echo "$dotnet_sha512 targeting-pack.rpm" | sha512sum -c - \ \ - && curl -fSL --output aspnetcore-targeting-pack.rpm https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/6.0.33/aspnetcore-targeting-pack-6.0.33-aarch64.rpm \ - && dotnet_sha512='14ee31450be539dc2724409a72bcb23bf96d7329ae449021381db25143a689947856efa833b63a7cd86a447cfbf61ed95592663fc1aa3f847b0a40a2165f1fc0' \ + && curl -fSL --output aspnetcore-targeting-pack.rpm https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/6.0.35/aspnetcore-targeting-pack-6.0.35-aarch64.rpm \ + && dotnet_sha512='2d9d8ed3df6be28e54f6cda7dc3c2c8753c7d56f82242d477576226d1399778ca50259447289a5179e955edafd39df9ecd5fbaa64a539094efbb19a13d1f3b09' \ && echo "$dotnet_sha512 aspnetcore-targeting-pack.rpm" | sha512sum -c - \ \ && tdnf install -y --disablerepo=* dotnet.rpm apphost.rpm targeting-pack.rpm aspnetcore-targeting-pack.rpm \ diff --git a/src/sdk/6.0/focal/amd64/Dockerfile b/src/sdk/6.0/focal/amd64/Dockerfile index f1e4778479..87a694037a 100644 --- a/src/sdk/6.0/focal/amd64/Dockerfile +++ b/src/sdk/6.0/focal/amd64/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:6.0.33-focal-amd64 +FROM $REPO:6.0.35-focal-amd64 ENV \ # Unset ASPNETCORE_URLS from aspnet base image @@ -9,7 +9,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=6.0.425 \ + DOTNET_SDK_VERSION=6.0.427 \ # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true \ # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -26,7 +26,7 @@ RUN apt-get update \ # Install .NET SDK RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-x64.tar.gz \ - && dotnet_sha512='a04b75af7c5850238a8d99a6f60b37753467db615831bb3833c14aec86faa2d6ee9b8643885798924a01e28acff44ac9ed39c89f7cbe53c5cb8753c802e85039' \ + && dotnet_sha512='a9cd1e5ccc3c5d847aca2ef21dd145f61c6b18c4e75a3c2fc9aed592c6066d511b8b658c54c2cd851938fe5aba2386e5f6f51005f6406b420110c0ec408a8401' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ diff --git a/src/sdk/6.0/focal/arm32v7/Dockerfile b/src/sdk/6.0/focal/arm32v7/Dockerfile index 916b5af806..3010ecfe29 100644 --- a/src/sdk/6.0/focal/arm32v7/Dockerfile +++ b/src/sdk/6.0/focal/arm32v7/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:6.0.33-focal-arm32v7 +FROM $REPO:6.0.35-focal-arm32v7 ENV \ # Unset ASPNETCORE_URLS from aspnet base image @@ -9,7 +9,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=6.0.425 \ + DOTNET_SDK_VERSION=6.0.427 \ # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true \ # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -26,7 +26,7 @@ RUN apt-get update \ # Install .NET SDK RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-arm.tar.gz \ - && dotnet_sha512='e0cbb3a3874fec76026d5ce11acdae07a720eb02b500c87882aaeba48e6ec290d62373e51b53367ecaaa1bd4bd770f2ca1aaaec3a8499bdd1c114894daaa4daf' \ + && dotnet_sha512='4c76654d8d2ae98c73b4df86002df07c549a411cf7fa13f11e811501ba47e5ee04282eac75a6fcdacf3af3a33f87f5ab3a8c1f2cb4de6d25e091397979d0f2ea' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ diff --git a/src/sdk/6.0/focal/arm64v8/Dockerfile b/src/sdk/6.0/focal/arm64v8/Dockerfile index 933b6ba742..cc949d3ca0 100644 --- a/src/sdk/6.0/focal/arm64v8/Dockerfile +++ b/src/sdk/6.0/focal/arm64v8/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:6.0.33-focal-arm64v8 +FROM $REPO:6.0.35-focal-arm64v8 ENV \ # Unset ASPNETCORE_URLS from aspnet base image @@ -9,7 +9,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=6.0.425 \ + DOTNET_SDK_VERSION=6.0.427 \ # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true \ # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -26,7 +26,7 @@ RUN apt-get update \ # Install .NET SDK RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-arm64.tar.gz \ - && dotnet_sha512='c15f95664fd0570d5b0cb94c7af6bba5fe830470004f0e958e49d53764714cbf8ddd620b38d487b60a27dbfd467a955856aab3df9c958cde17c942079fdaa55a' \ + && dotnet_sha512='9129961b54ad77dac2b4de973875f7acd1e8d2833673a51923706620e0c5b7b8c5b057c8d395532ad9da46b1dcb5ab8fd07a4f552bd57256d5a0c21070ad5771' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ diff --git a/src/sdk/6.0/jammy/amd64/Dockerfile b/src/sdk/6.0/jammy/amd64/Dockerfile index f0b3652425..f87a2b5e18 100644 --- a/src/sdk/6.0/jammy/amd64/Dockerfile +++ b/src/sdk/6.0/jammy/amd64/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:6.0.33-jammy-amd64 +FROM $REPO:6.0.35-jammy-amd64 ENV \ # Unset ASPNETCORE_URLS from aspnet base image @@ -9,7 +9,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=6.0.425 \ + DOTNET_SDK_VERSION=6.0.427 \ # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true \ # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -26,7 +26,7 @@ RUN apt-get update \ # Install .NET SDK RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-x64.tar.gz \ - && dotnet_sha512='a04b75af7c5850238a8d99a6f60b37753467db615831bb3833c14aec86faa2d6ee9b8643885798924a01e28acff44ac9ed39c89f7cbe53c5cb8753c802e85039' \ + && dotnet_sha512='a9cd1e5ccc3c5d847aca2ef21dd145f61c6b18c4e75a3c2fc9aed592c6066d511b8b658c54c2cd851938fe5aba2386e5f6f51005f6406b420110c0ec408a8401' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ diff --git a/src/sdk/6.0/jammy/arm32v7/Dockerfile b/src/sdk/6.0/jammy/arm32v7/Dockerfile index 753accb81f..95e6771420 100644 --- a/src/sdk/6.0/jammy/arm32v7/Dockerfile +++ b/src/sdk/6.0/jammy/arm32v7/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:6.0.33-jammy-arm32v7 +FROM $REPO:6.0.35-jammy-arm32v7 ENV \ # Unset ASPNETCORE_URLS from aspnet base image @@ -9,7 +9,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=6.0.425 \ + DOTNET_SDK_VERSION=6.0.427 \ # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true \ # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -26,7 +26,7 @@ RUN apt-get update \ # Install .NET SDK RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-arm.tar.gz \ - && dotnet_sha512='e0cbb3a3874fec76026d5ce11acdae07a720eb02b500c87882aaeba48e6ec290d62373e51b53367ecaaa1bd4bd770f2ca1aaaec3a8499bdd1c114894daaa4daf' \ + && dotnet_sha512='4c76654d8d2ae98c73b4df86002df07c549a411cf7fa13f11e811501ba47e5ee04282eac75a6fcdacf3af3a33f87f5ab3a8c1f2cb4de6d25e091397979d0f2ea' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ diff --git a/src/sdk/6.0/jammy/arm64v8/Dockerfile b/src/sdk/6.0/jammy/arm64v8/Dockerfile index 7128b0d0cb..b34a469382 100644 --- a/src/sdk/6.0/jammy/arm64v8/Dockerfile +++ b/src/sdk/6.0/jammy/arm64v8/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:6.0.33-jammy-arm64v8 +FROM $REPO:6.0.35-jammy-arm64v8 ENV \ # Unset ASPNETCORE_URLS from aspnet base image @@ -9,7 +9,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=6.0.425 \ + DOTNET_SDK_VERSION=6.0.427 \ # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true \ # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -26,7 +26,7 @@ RUN apt-get update \ # Install .NET SDK RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-arm64.tar.gz \ - && dotnet_sha512='c15f95664fd0570d5b0cb94c7af6bba5fe830470004f0e958e49d53764714cbf8ddd620b38d487b60a27dbfd467a955856aab3df9c958cde17c942079fdaa55a' \ + && dotnet_sha512='9129961b54ad77dac2b4de973875f7acd1e8d2833673a51923706620e0c5b7b8c5b057c8d395532ad9da46b1dcb5ab8fd07a4f552bd57256d5a0c21070ad5771' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ diff --git a/src/sdk/6.0/nanoserver-1809/amd64/Dockerfile b/src/sdk/6.0/nanoserver-1809/amd64/Dockerfile index 11c0b590c3..f5e5ce7068 100644 --- a/src/sdk/6.0/nanoserver-1809/amd64/Dockerfile +++ b/src/sdk/6.0/nanoserver-1809/amd64/Dockerfile @@ -10,9 +10,9 @@ RUN powershell -Command " ` $ProgressPreference = 'SilentlyContinue'; ` ` # Retrieve .NET SDK - $sdk_version = '6.0.425'; ` + $sdk_version = '6.0.427'; ` Invoke-WebRequest -OutFile dotnet.zip https://dotnetcli.azureedge.net/dotnet/Sdk/$sdk_version/dotnet-sdk-$sdk_version-win-x64.zip; ` - $dotnet_sha512 = '8bd8e396bf451e90114fc8c039eae21b96ffbe5a2d04238d58712c754f4fce42039140680dfaa121b2c12174ecf192309c6eecb4525f3282ad18b756e30157a1'; ` + $dotnet_sha512 = 'e92c21f13bf34d8f5892b966950d1f2fe08839e23817a7f8268af36361161b3604a79edab493f7f44033bad2829f4ca57f6afc8e8141aa468c367efe3ba44b38'; ` if ((Get-FileHash dotnet.zip -Algorithm sha512).Hash -ne $dotnet_sha512) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` @@ -41,7 +41,7 @@ RUN powershell -Command " ` | Remove-Item -Force -Recurse" # SDK image -FROM $REPO:6.0.33-nanoserver-1809 +FROM $REPO:6.0.35-nanoserver-1809 ENV ` # Unset ASPNETCORE_URLS from aspnet base image @@ -51,7 +51,7 @@ ENV ` # Do not show first run text DOTNET_NOLOGO=true ` # SDK version - DOTNET_SDK_VERSION=6.0.425 ` + DOTNET_SDK_VERSION=6.0.427 ` # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true ` # Skip extraction of XML docs - generally not useful within an image/container - helps performance diff --git a/src/sdk/6.0/nanoserver-ltsc2022/amd64/Dockerfile b/src/sdk/6.0/nanoserver-ltsc2022/amd64/Dockerfile index 2ebc12160b..d19d2a08bf 100644 --- a/src/sdk/6.0/nanoserver-ltsc2022/amd64/Dockerfile +++ b/src/sdk/6.0/nanoserver-ltsc2022/amd64/Dockerfile @@ -10,9 +10,9 @@ RUN powershell -Command " ` $ProgressPreference = 'SilentlyContinue'; ` ` # Retrieve .NET SDK - $sdk_version = '6.0.425'; ` + $sdk_version = '6.0.427'; ` Invoke-WebRequest -OutFile dotnet.zip https://dotnetcli.azureedge.net/dotnet/Sdk/$sdk_version/dotnet-sdk-$sdk_version-win-x64.zip; ` - $dotnet_sha512 = '8bd8e396bf451e90114fc8c039eae21b96ffbe5a2d04238d58712c754f4fce42039140680dfaa121b2c12174ecf192309c6eecb4525f3282ad18b756e30157a1'; ` + $dotnet_sha512 = 'e92c21f13bf34d8f5892b966950d1f2fe08839e23817a7f8268af36361161b3604a79edab493f7f44033bad2829f4ca57f6afc8e8141aa468c367efe3ba44b38'; ` if ((Get-FileHash dotnet.zip -Algorithm sha512).Hash -ne $dotnet_sha512) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` @@ -41,7 +41,7 @@ RUN powershell -Command " ` | Remove-Item -Force -Recurse" # SDK image -FROM $REPO:6.0.33-nanoserver-ltsc2022 +FROM $REPO:6.0.35-nanoserver-ltsc2022 ENV ` # Unset ASPNETCORE_URLS from aspnet base image @@ -51,7 +51,7 @@ ENV ` # Do not show first run text DOTNET_NOLOGO=true ` # SDK version - DOTNET_SDK_VERSION=6.0.425 ` + DOTNET_SDK_VERSION=6.0.427 ` # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true ` # Skip extraction of XML docs - generally not useful within an image/container - helps performance diff --git a/src/sdk/6.0/windowsservercore-ltsc2019/amd64/Dockerfile b/src/sdk/6.0/windowsservercore-ltsc2019/amd64/Dockerfile index ac51a6a0a0..3b7fc8a339 100644 --- a/src/sdk/6.0/windowsservercore-ltsc2019/amd64/Dockerfile +++ b/src/sdk/6.0/windowsservercore-ltsc2019/amd64/Dockerfile @@ -1,7 +1,7 @@ # escape=` ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:6.0.33-windowsservercore-ltsc2019 +FROM $REPO:6.0.35-windowsservercore-ltsc2019 ENV ` # Unset ASPNETCORE_URLS from aspnet base image @@ -11,7 +11,7 @@ ENV ` # Do not show first run text DOTNET_NOLOGO=true ` # SDK version - DOTNET_SDK_VERSION=6.0.425 ` + DOTNET_SDK_VERSION=6.0.427 ` # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true ` # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -25,7 +25,7 @@ RUN powershell -Command " ` ` # Retrieve .NET SDK Invoke-WebRequest -OutFile dotnet.zip https://dotnetcli.azureedge.net/dotnet/Sdk/$Env:DOTNET_SDK_VERSION/dotnet-sdk-$Env:DOTNET_SDK_VERSION-win-x64.zip; ` - $dotnet_sha512 = '8bd8e396bf451e90114fc8c039eae21b96ffbe5a2d04238d58712c754f4fce42039140680dfaa121b2c12174ecf192309c6eecb4525f3282ad18b756e30157a1'; ` + $dotnet_sha512 = 'e92c21f13bf34d8f5892b966950d1f2fe08839e23817a7f8268af36361161b3604a79edab493f7f44033bad2829f4ca57f6afc8e8141aa468c367efe3ba44b38'; ` if ((Get-FileHash dotnet.zip -Algorithm sha512).Hash -ne $dotnet_sha512) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` diff --git a/src/sdk/6.0/windowsservercore-ltsc2022/amd64/Dockerfile b/src/sdk/6.0/windowsservercore-ltsc2022/amd64/Dockerfile index b6f6c28124..c4003cdf75 100644 --- a/src/sdk/6.0/windowsservercore-ltsc2022/amd64/Dockerfile +++ b/src/sdk/6.0/windowsservercore-ltsc2022/amd64/Dockerfile @@ -1,7 +1,7 @@ # escape=` ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:6.0.33-windowsservercore-ltsc2022 +FROM $REPO:6.0.35-windowsservercore-ltsc2022 ENV ` # Unset ASPNETCORE_URLS from aspnet base image @@ -11,7 +11,7 @@ ENV ` # Do not show first run text DOTNET_NOLOGO=true ` # SDK version - DOTNET_SDK_VERSION=6.0.425 ` + DOTNET_SDK_VERSION=6.0.427 ` # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true ` # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -25,7 +25,7 @@ RUN powershell -Command " ` ` # Retrieve .NET SDK Invoke-WebRequest -OutFile dotnet.zip https://dotnetcli.azureedge.net/dotnet/Sdk/$Env:DOTNET_SDK_VERSION/dotnet-sdk-$Env:DOTNET_SDK_VERSION-win-x64.zip; ` - $dotnet_sha512 = '8bd8e396bf451e90114fc8c039eae21b96ffbe5a2d04238d58712c754f4fce42039140680dfaa121b2c12174ecf192309c6eecb4525f3282ad18b756e30157a1'; ` + $dotnet_sha512 = 'e92c21f13bf34d8f5892b966950d1f2fe08839e23817a7f8268af36361161b3604a79edab493f7f44033bad2829f4ca57f6afc8e8141aa468c367efe3ba44b38'; ` if ((Get-FileHash dotnet.zip -Algorithm sha512).Hash -ne $dotnet_sha512) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` From 2402cc500e5ab634d3e6c4ae652c72d0c3c40805 Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Thu, 3 Oct 2024 19:17:11 -0700 Subject: [PATCH 09/13] Updates for .NET 8.0.10/8.0.403 --- README.aspnet.md | 116 +++++++++--------- README.runtime-deps.md | 72 +++++------ README.runtime.md | 74 +++++------ README.sdk.md | 38 +++--- manifest.versions.json | 68 +++++----- .../cbl-mariner-distroless/amd64/Dockerfile | 2 +- .../cbl-mariner-distroless/arm64v8/Dockerfile | 2 +- .../8.0/alpine3.20-composite/amd64/Dockerfile | 8 +- .../alpine3.20-composite/arm32v7/Dockerfile | 8 +- .../alpine3.20-composite/arm64v8/Dockerfile | 8 +- src/aspnet/8.0/alpine3.20/amd64/Dockerfile | 6 +- src/aspnet/8.0/alpine3.20/arm32v7/Dockerfile | 6 +- src/aspnet/8.0/alpine3.20/arm64v8/Dockerfile | 6 +- .../amd64/Dockerfile | 10 +- .../arm64v8/Dockerfile | 10 +- .../amd64/Dockerfile | 10 +- .../arm64v8/Dockerfile | 10 +- .../amd64/Dockerfile | 8 +- .../arm64v8/Dockerfile | 8 +- .../azurelinux3.0-distroless/amd64/Dockerfile | 8 +- .../arm64v8/Dockerfile | 8 +- src/aspnet/8.0/azurelinux3.0/amd64/Dockerfile | 10 +- .../8.0/azurelinux3.0/arm64v8/Dockerfile | 10 +- src/aspnet/8.0/bookworm-slim/amd64/Dockerfile | 8 +- .../8.0/bookworm-slim/arm32v7/Dockerfile | 8 +- .../8.0/bookworm-slim/arm64v8/Dockerfile | 8 +- .../amd64/Dockerfile | 10 +- .../arm64v8/Dockerfile | 10 +- .../amd64/Dockerfile | 10 +- .../arm64v8/Dockerfile | 10 +- .../amd64/Dockerfile | 8 +- .../arm64v8/Dockerfile | 8 +- .../amd64/Dockerfile | 8 +- .../arm64v8/Dockerfile | 8 +- .../8.0/cbl-mariner2.0/amd64/Dockerfile | 10 +- .../8.0/cbl-mariner2.0/arm64v8/Dockerfile | 10 +- .../amd64/Dockerfile | 10 +- .../arm32v7/Dockerfile | 10 +- .../arm64v8/Dockerfile | 10 +- .../jammy-chiseled-composite/amd64/Dockerfile | 10 +- .../arm32v7/Dockerfile | 10 +- .../arm64v8/Dockerfile | 10 +- .../8.0/jammy-chiseled-extra/amd64/Dockerfile | 8 +- .../jammy-chiseled-extra/arm32v7/Dockerfile | 8 +- .../jammy-chiseled-extra/arm64v8/Dockerfile | 8 +- .../8.0/jammy-chiseled/amd64/Dockerfile | 8 +- .../8.0/jammy-chiseled/arm32v7/Dockerfile | 8 +- .../8.0/jammy-chiseled/arm64v8/Dockerfile | 8 +- src/aspnet/8.0/jammy/amd64/Dockerfile | 8 +- src/aspnet/8.0/jammy/arm32v7/Dockerfile | 8 +- src/aspnet/8.0/jammy/arm64v8/Dockerfile | 8 +- .../8.0/nanoserver-1809/amd64/Dockerfile | 8 +- .../8.0/nanoserver-ltsc2022/amd64/Dockerfile | 8 +- .../amd64/Dockerfile | 10 +- .../arm64v8/Dockerfile | 10 +- .../noble-chiseled-composite/amd64/Dockerfile | 10 +- .../arm64v8/Dockerfile | 10 +- .../8.0/noble-chiseled-extra/amd64/Dockerfile | 8 +- .../noble-chiseled-extra/arm64v8/Dockerfile | 8 +- .../8.0/noble-chiseled/amd64/Dockerfile | 8 +- .../8.0/noble-chiseled/arm64v8/Dockerfile | 8 +- src/aspnet/8.0/noble/amd64/Dockerfile | 8 +- src/aspnet/8.0/noble/arm64v8/Dockerfile | 8 +- .../amd64/Dockerfile | 6 +- .../amd64/Dockerfile | 6 +- .../cbl-mariner-distroless/amd64/Dockerfile | 2 +- .../cbl-mariner-distroless/arm64v8/Dockerfile | 2 +- .../8.0/ubuntu-chiseled/amd64/Dockerfile | 2 +- .../8.0/ubuntu-chiseled/arm64v8/Dockerfile | 2 +- src/runtime/8.0/alpine3.20/amd64/Dockerfile | 6 +- src/runtime/8.0/alpine3.20/arm32v7/Dockerfile | 6 +- src/runtime/8.0/alpine3.20/arm64v8/Dockerfile | 6 +- .../amd64/Dockerfile | 8 +- .../arm64v8/Dockerfile | 8 +- .../azurelinux3.0-distroless/amd64/Dockerfile | 8 +- .../arm64v8/Dockerfile | 8 +- .../8.0/azurelinux3.0/amd64/Dockerfile | 10 +- .../8.0/azurelinux3.0/arm64v8/Dockerfile | 10 +- .../8.0/bookworm-slim/amd64/Dockerfile | 8 +- .../8.0/bookworm-slim/arm32v7/Dockerfile | 8 +- .../8.0/bookworm-slim/arm64v8/Dockerfile | 8 +- .../amd64/Dockerfile | 8 +- .../arm64v8/Dockerfile | 8 +- .../amd64/Dockerfile | 8 +- .../arm64v8/Dockerfile | 8 +- .../8.0/cbl-mariner2.0/amd64/Dockerfile | 10 +- .../8.0/cbl-mariner2.0/arm64v8/Dockerfile | 10 +- .../8.0/jammy-chiseled-extra/amd64/Dockerfile | 8 +- .../jammy-chiseled-extra/arm32v7/Dockerfile | 8 +- .../jammy-chiseled-extra/arm64v8/Dockerfile | 8 +- .../8.0/jammy-chiseled/amd64/Dockerfile | 8 +- .../8.0/jammy-chiseled/arm32v7/Dockerfile | 8 +- .../8.0/jammy-chiseled/arm64v8/Dockerfile | 8 +- src/runtime/8.0/jammy/amd64/Dockerfile | 8 +- src/runtime/8.0/jammy/arm32v7/Dockerfile | 8 +- src/runtime/8.0/jammy/arm64v8/Dockerfile | 8 +- .../8.0/nanoserver-1809/amd64/Dockerfile | 6 +- .../8.0/nanoserver-ltsc2022/amd64/Dockerfile | 6 +- .../8.0/noble-chiseled-extra/amd64/Dockerfile | 8 +- .../noble-chiseled-extra/arm64v8/Dockerfile | 8 +- .../8.0/noble-chiseled/amd64/Dockerfile | 8 +- .../8.0/noble-chiseled/arm64v8/Dockerfile | 8 +- src/runtime/8.0/noble/amd64/Dockerfile | 8 +- src/runtime/8.0/noble/arm64v8/Dockerfile | 8 +- .../amd64/Dockerfile | 4 +- .../amd64/Dockerfile | 4 +- src/sdk/8.0/alpine3.20/amd64/Dockerfile | 6 +- src/sdk/8.0/alpine3.20/arm32v7/Dockerfile | 6 +- src/sdk/8.0/alpine3.20/arm64v8/Dockerfile | 6 +- src/sdk/8.0/azurelinux3.0/amd64/Dockerfile | 6 +- src/sdk/8.0/azurelinux3.0/arm64v8/Dockerfile | 6 +- src/sdk/8.0/bookworm-slim/amd64/Dockerfile | 6 +- src/sdk/8.0/bookworm-slim/arm32v7/Dockerfile | 6 +- src/sdk/8.0/bookworm-slim/arm64v8/Dockerfile | 6 +- src/sdk/8.0/cbl-mariner2.0/amd64/Dockerfile | 6 +- src/sdk/8.0/cbl-mariner2.0/arm64v8/Dockerfile | 6 +- src/sdk/8.0/jammy/amd64/Dockerfile | 6 +- src/sdk/8.0/jammy/arm32v7/Dockerfile | 6 +- src/sdk/8.0/jammy/arm64v8/Dockerfile | 6 +- src/sdk/8.0/nanoserver-1809/amd64/Dockerfile | 12 +- .../8.0/nanoserver-ltsc2022/amd64/Dockerfile | 12 +- src/sdk/8.0/noble/amd64/Dockerfile | 6 +- src/sdk/8.0/noble/arm64v8/Dockerfile | 6 +- .../amd64/Dockerfile | 10 +- .../amd64/Dockerfile | 10 +- 125 files changed, 649 insertions(+), 649 deletions(-) diff --git a/README.aspnet.md b/README.aspnet.md index ada5c4995a..6201da76f5 100644 --- a/README.aspnet.md +++ b/README.aspnet.md @@ -89,29 +89,29 @@ Tags | Dockerfile | OS Version 9.0.0-rc.1-azurelinux3.0-distroless-extra-amd64, 9.0-azurelinux3.0-distroless-extra-amd64, 9.0.0-rc.1-azurelinux3.0-distroless-extra, 9.0-azurelinux3.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/9.0/azurelinux3.0-distroless-extra/amd64/Dockerfile) | Azure Linux 3.0 9.0.0-rc.1-azurelinux3.0-distroless-composite-amd64, 9.0-azurelinux3.0-distroless-composite-amd64, 9.0.0-rc.1-azurelinux3.0-distroless-composite, 9.0-azurelinux3.0-distroless-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/9.0/azurelinux3.0-distroless-composite/amd64/Dockerfile) | Azure Linux 3.0 9.0.0-rc.1-azurelinux3.0-distroless-composite-extra-amd64, 9.0-azurelinux3.0-distroless-composite-extra-amd64, 9.0.0-rc.1-azurelinux3.0-distroless-composite-extra, 9.0-azurelinux3.0-distroless-composite-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/9.0/azurelinux3.0-distroless-composite-extra/amd64/Dockerfile) | Azure Linux 3.0 -8.0.8-bookworm-slim-amd64, 8.0-bookworm-slim-amd64, 8.0.8-bookworm-slim, 8.0-bookworm-slim, 8.0.8, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/bookworm-slim/amd64/Dockerfile) | Debian 12 -8.0.8-alpine3.20-amd64, 8.0-alpine3.20-amd64, 8.0-alpine-amd64, 8.0.8-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 -8.0.8-alpine3.20-composite-amd64, 8.0-alpine3.20-composite-amd64, 8.0-alpine-composite-amd64, 8.0.8-alpine3.20-composite, 8.0-alpine3.20-composite, 8.0-alpine-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.20-composite/amd64/Dockerfile) | Alpine 3.20 -8.0.8-noble-amd64, 8.0-noble-amd64, 8.0.8-noble, 8.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/noble/amd64/Dockerfile) | Ubuntu 24.04 -8.0.8-noble-chiseled-amd64, 8.0-noble-chiseled-amd64, 8.0.8-noble-chiseled, 8.0-noble-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/noble-chiseled/amd64/Dockerfile) | Ubuntu 24.04 -8.0.8-noble-chiseled-extra-amd64, 8.0-noble-chiseled-extra-amd64, 8.0.8-noble-chiseled-extra, 8.0-noble-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/noble-chiseled-extra/amd64/Dockerfile) | Ubuntu 24.04 -8.0.8-noble-chiseled-composite-amd64, 8.0-noble-chiseled-composite-amd64, 8.0.8-noble-chiseled-composite, 8.0-noble-chiseled-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/noble-chiseled-composite/amd64/Dockerfile) | Ubuntu 24.04 -8.0.8-noble-chiseled-composite-extra-amd64, 8.0-noble-chiseled-composite-extra-amd64, 8.0.8-noble-chiseled-composite-extra, 8.0-noble-chiseled-composite-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/noble-chiseled-composite-extra/amd64/Dockerfile) | Ubuntu 24.04 -8.0.8-jammy-amd64, 8.0-jammy-amd64, 8.0.8-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy/amd64/Dockerfile) | Ubuntu 22.04 -8.0.8-jammy-chiseled-amd64, 8.0-jammy-chiseled-amd64, 8.0.8-jammy-chiseled, 8.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled/amd64/Dockerfile) | Ubuntu 22.04 -8.0.8-jammy-chiseled-extra-amd64, 8.0-jammy-chiseled-extra-amd64, 8.0.8-jammy-chiseled-extra, 8.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled-extra/amd64/Dockerfile) | Ubuntu 22.04 -8.0.8-jammy-chiseled-composite-amd64, 8.0-jammy-chiseled-composite-amd64, 8.0.8-jammy-chiseled-composite, 8.0-jammy-chiseled-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled-composite/amd64/Dockerfile) | Ubuntu 22.04 -8.0.8-jammy-chiseled-composite-extra-amd64, 8.0-jammy-chiseled-composite-extra-amd64, 8.0.8-jammy-chiseled-composite-extra, 8.0-jammy-chiseled-composite-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled-composite-extra/amd64/Dockerfile) | Ubuntu 22.04 -8.0.8-azurelinux3.0-amd64, 8.0-azurelinux3.0-amd64, 8.0.8-azurelinux3.0, 8.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/azurelinux3.0/amd64/Dockerfile) | Azure Linux 3.0 -8.0.8-azurelinux3.0-distroless-amd64, 8.0-azurelinux3.0-distroless-amd64, 8.0.8-azurelinux3.0-distroless, 8.0-azurelinux3.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/azurelinux3.0-distroless/amd64/Dockerfile) | Azure Linux 3.0 -8.0.8-azurelinux3.0-distroless-extra-amd64, 8.0-azurelinux3.0-distroless-extra-amd64, 8.0.8-azurelinux3.0-distroless-extra, 8.0-azurelinux3.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/azurelinux3.0-distroless-extra/amd64/Dockerfile) | Azure Linux 3.0 -8.0.8-azurelinux3.0-distroless-composite-amd64, 8.0-azurelinux3.0-distroless-composite-amd64, 8.0.8-azurelinux3.0-distroless-composite, 8.0-azurelinux3.0-distroless-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/azurelinux3.0-distroless-composite/amd64/Dockerfile) | Azure Linux 3.0 -8.0.8-azurelinux3.0-distroless-composite-extra-amd64, 8.0-azurelinux3.0-distroless-composite-extra-amd64, 8.0.8-azurelinux3.0-distroless-composite-extra, 8.0-azurelinux3.0-distroless-composite-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/azurelinux3.0-distroless-composite-extra/amd64/Dockerfile) | Azure Linux 3.0 -8.0.8-cbl-mariner2.0-amd64, 8.0-cbl-mariner2.0-amd64, 8.0.8-cbl-mariner2.0, 8.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/cbl-mariner2.0/amd64/Dockerfile) | CBL-Mariner 2.0 -8.0.8-cbl-mariner2.0-distroless-amd64, 8.0-cbl-mariner2.0-distroless-amd64, 8.0.8-cbl-mariner2.0-distroless, 8.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/cbl-mariner2.0-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 -8.0.8-cbl-mariner2.0-distroless-extra-amd64, 8.0-cbl-mariner2.0-distroless-extra-amd64, 8.0.8-cbl-mariner2.0-distroless-extra, 8.0-cbl-mariner2.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/cbl-mariner2.0-distroless-extra/amd64/Dockerfile) | CBL-Mariner 2.0 -8.0.8-cbl-mariner2.0-distroless-composite-amd64, 8.0-cbl-mariner2.0-distroless-composite-amd64, 8.0.8-cbl-mariner2.0-distroless-composite, 8.0-cbl-mariner2.0-distroless-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/cbl-mariner2.0-distroless-composite/amd64/Dockerfile) | CBL-Mariner 2.0 -8.0.8-cbl-mariner2.0-distroless-composite-extra-amd64, 8.0-cbl-mariner2.0-distroless-composite-extra-amd64, 8.0.8-cbl-mariner2.0-distroless-composite-extra, 8.0-cbl-mariner2.0-distroless-composite-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/cbl-mariner2.0-distroless-composite-extra/amd64/Dockerfile) | CBL-Mariner 2.0 +8.0.10-bookworm-slim-amd64, 8.0-bookworm-slim-amd64, 8.0.10-bookworm-slim, 8.0-bookworm-slim, 8.0.10, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/bookworm-slim/amd64/Dockerfile) | Debian 12 +8.0.10-alpine3.20-amd64, 8.0-alpine3.20-amd64, 8.0-alpine-amd64, 8.0.10-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 +8.0.10-alpine3.20-composite-amd64, 8.0-alpine3.20-composite-amd64, 8.0-alpine-composite-amd64, 8.0.10-alpine3.20-composite, 8.0-alpine3.20-composite, 8.0-alpine-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.20-composite/amd64/Dockerfile) | Alpine 3.20 +8.0.10-noble-amd64, 8.0-noble-amd64, 8.0.10-noble, 8.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/noble/amd64/Dockerfile) | Ubuntu 24.04 +8.0.10-noble-chiseled-amd64, 8.0-noble-chiseled-amd64, 8.0.10-noble-chiseled, 8.0-noble-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/noble-chiseled/amd64/Dockerfile) | Ubuntu 24.04 +8.0.10-noble-chiseled-extra-amd64, 8.0-noble-chiseled-extra-amd64, 8.0.10-noble-chiseled-extra, 8.0-noble-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/noble-chiseled-extra/amd64/Dockerfile) | Ubuntu 24.04 +8.0.10-noble-chiseled-composite-amd64, 8.0-noble-chiseled-composite-amd64, 8.0.10-noble-chiseled-composite, 8.0-noble-chiseled-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/noble-chiseled-composite/amd64/Dockerfile) | Ubuntu 24.04 +8.0.10-noble-chiseled-composite-extra-amd64, 8.0-noble-chiseled-composite-extra-amd64, 8.0.10-noble-chiseled-composite-extra, 8.0-noble-chiseled-composite-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/noble-chiseled-composite-extra/amd64/Dockerfile) | Ubuntu 24.04 +8.0.10-jammy-amd64, 8.0-jammy-amd64, 8.0.10-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy/amd64/Dockerfile) | Ubuntu 22.04 +8.0.10-jammy-chiseled-amd64, 8.0-jammy-chiseled-amd64, 8.0.10-jammy-chiseled, 8.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled/amd64/Dockerfile) | Ubuntu 22.04 +8.0.10-jammy-chiseled-extra-amd64, 8.0-jammy-chiseled-extra-amd64, 8.0.10-jammy-chiseled-extra, 8.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled-extra/amd64/Dockerfile) | Ubuntu 22.04 +8.0.10-jammy-chiseled-composite-amd64, 8.0-jammy-chiseled-composite-amd64, 8.0.10-jammy-chiseled-composite, 8.0-jammy-chiseled-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled-composite/amd64/Dockerfile) | Ubuntu 22.04 +8.0.10-jammy-chiseled-composite-extra-amd64, 8.0-jammy-chiseled-composite-extra-amd64, 8.0.10-jammy-chiseled-composite-extra, 8.0-jammy-chiseled-composite-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled-composite-extra/amd64/Dockerfile) | Ubuntu 22.04 +8.0.10-azurelinux3.0-amd64, 8.0-azurelinux3.0-amd64, 8.0.10-azurelinux3.0, 8.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/azurelinux3.0/amd64/Dockerfile) | Azure Linux 3.0 +8.0.10-azurelinux3.0-distroless-amd64, 8.0-azurelinux3.0-distroless-amd64, 8.0.10-azurelinux3.0-distroless, 8.0-azurelinux3.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/azurelinux3.0-distroless/amd64/Dockerfile) | Azure Linux 3.0 +8.0.10-azurelinux3.0-distroless-extra-amd64, 8.0-azurelinux3.0-distroless-extra-amd64, 8.0.10-azurelinux3.0-distroless-extra, 8.0-azurelinux3.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/azurelinux3.0-distroless-extra/amd64/Dockerfile) | Azure Linux 3.0 +8.0.10-azurelinux3.0-distroless-composite-amd64, 8.0-azurelinux3.0-distroless-composite-amd64, 8.0.10-azurelinux3.0-distroless-composite, 8.0-azurelinux3.0-distroless-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/azurelinux3.0-distroless-composite/amd64/Dockerfile) | Azure Linux 3.0 +8.0.10-azurelinux3.0-distroless-composite-extra-amd64, 8.0-azurelinux3.0-distroless-composite-extra-amd64, 8.0.10-azurelinux3.0-distroless-composite-extra, 8.0-azurelinux3.0-distroless-composite-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/azurelinux3.0-distroless-composite-extra/amd64/Dockerfile) | Azure Linux 3.0 +8.0.10-cbl-mariner2.0-amd64, 8.0-cbl-mariner2.0-amd64, 8.0.10-cbl-mariner2.0, 8.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/cbl-mariner2.0/amd64/Dockerfile) | CBL-Mariner 2.0 +8.0.10-cbl-mariner2.0-distroless-amd64, 8.0-cbl-mariner2.0-distroless-amd64, 8.0.10-cbl-mariner2.0-distroless, 8.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/cbl-mariner2.0-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 +8.0.10-cbl-mariner2.0-distroless-extra-amd64, 8.0-cbl-mariner2.0-distroless-extra-amd64, 8.0.10-cbl-mariner2.0-distroless-extra, 8.0-cbl-mariner2.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/cbl-mariner2.0-distroless-extra/amd64/Dockerfile) | CBL-Mariner 2.0 +8.0.10-cbl-mariner2.0-distroless-composite-amd64, 8.0-cbl-mariner2.0-distroless-composite-amd64, 8.0.10-cbl-mariner2.0-distroless-composite, 8.0-cbl-mariner2.0-distroless-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/cbl-mariner2.0-distroless-composite/amd64/Dockerfile) | CBL-Mariner 2.0 +8.0.10-cbl-mariner2.0-distroless-composite-extra-amd64, 8.0-cbl-mariner2.0-distroless-composite-extra-amd64, 8.0.10-cbl-mariner2.0-distroless-composite-extra, 8.0-cbl-mariner2.0-distroless-composite-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/cbl-mariner2.0-distroless-composite-extra/amd64/Dockerfile) | CBL-Mariner 2.0 6.0.35-bookworm-slim-amd64, 6.0-bookworm-slim-amd64, 6.0.35-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bookworm-slim/amd64/Dockerfile) | Debian 12 6.0.35-bullseye-slim-amd64, 6.0-bullseye-slim-amd64, 6.0.35-bullseye-slim, 6.0-bullseye-slim, 6.0.35, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bullseye-slim/amd64/Dockerfile) | Debian 11 6.0.35-alpine3.20-amd64, 6.0-alpine3.20-amd64, 6.0-alpine-amd64, 6.0.35-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 @@ -139,29 +139,29 @@ Tags | Dockerfile | OS Version 9.0.0-rc.1-azurelinux3.0-distroless-extra-arm64v8, 9.0-azurelinux3.0-distroless-extra-arm64v8, 9.0.0-rc.1-azurelinux3.0-distroless-extra, 9.0-azurelinux3.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/9.0/azurelinux3.0-distroless-extra/arm64v8/Dockerfile) | Azure Linux 3.0 9.0.0-rc.1-azurelinux3.0-distroless-composite-arm64v8, 9.0-azurelinux3.0-distroless-composite-arm64v8, 9.0.0-rc.1-azurelinux3.0-distroless-composite, 9.0-azurelinux3.0-distroless-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/9.0/azurelinux3.0-distroless-composite/arm64v8/Dockerfile) | Azure Linux 3.0 9.0.0-rc.1-azurelinux3.0-distroless-composite-extra-arm64v8, 9.0-azurelinux3.0-distroless-composite-extra-arm64v8, 9.0.0-rc.1-azurelinux3.0-distroless-composite-extra, 9.0-azurelinux3.0-distroless-composite-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/9.0/azurelinux3.0-distroless-composite-extra/arm64v8/Dockerfile) | Azure Linux 3.0 -8.0.8-bookworm-slim-arm64v8, 8.0-bookworm-slim-arm64v8, 8.0.8-bookworm-slim, 8.0-bookworm-slim, 8.0.8, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 -8.0.8-alpine3.20-arm64v8, 8.0-alpine3.20-arm64v8, 8.0-alpine-arm64v8, 8.0.8-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 -8.0.8-alpine3.20-composite-arm64v8, 8.0-alpine3.20-composite-arm64v8, 8.0-alpine-composite-arm64v8, 8.0.8-alpine3.20-composite, 8.0-alpine3.20-composite, 8.0-alpine-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.20-composite/arm64v8/Dockerfile) | Alpine 3.20 -8.0.8-noble-arm64v8, 8.0-noble-arm64v8, 8.0.8-noble, 8.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/noble/arm64v8/Dockerfile) | Ubuntu 24.04 -8.0.8-noble-chiseled-arm64v8, 8.0-noble-chiseled-arm64v8, 8.0.8-noble-chiseled, 8.0-noble-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/noble-chiseled/arm64v8/Dockerfile) | Ubuntu 24.04 -8.0.8-noble-chiseled-extra-arm64v8, 8.0-noble-chiseled-extra-arm64v8, 8.0.8-noble-chiseled-extra, 8.0-noble-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/noble-chiseled-extra/arm64v8/Dockerfile) | Ubuntu 24.04 -8.0.8-noble-chiseled-composite-arm64v8, 8.0-noble-chiseled-composite-arm64v8, 8.0.8-noble-chiseled-composite, 8.0-noble-chiseled-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/noble-chiseled-composite/arm64v8/Dockerfile) | Ubuntu 24.04 -8.0.8-noble-chiseled-composite-extra-arm64v8, 8.0-noble-chiseled-composite-extra-arm64v8, 8.0.8-noble-chiseled-composite-extra, 8.0-noble-chiseled-composite-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/noble-chiseled-composite-extra/arm64v8/Dockerfile) | Ubuntu 24.04 -8.0.8-jammy-arm64v8, 8.0-jammy-arm64v8, 8.0.8-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04 -8.0.8-jammy-chiseled-arm64v8, 8.0-jammy-chiseled-arm64v8, 8.0.8-jammy-chiseled, 8.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04 -8.0.8-jammy-chiseled-extra-arm64v8, 8.0-jammy-chiseled-extra-arm64v8, 8.0.8-jammy-chiseled-extra, 8.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled-extra/arm64v8/Dockerfile) | Ubuntu 22.04 -8.0.8-jammy-chiseled-composite-arm64v8, 8.0-jammy-chiseled-composite-arm64v8, 8.0.8-jammy-chiseled-composite, 8.0-jammy-chiseled-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled-composite/arm64v8/Dockerfile) | Ubuntu 22.04 -8.0.8-jammy-chiseled-composite-extra-arm64v8, 8.0-jammy-chiseled-composite-extra-arm64v8, 8.0.8-jammy-chiseled-composite-extra, 8.0-jammy-chiseled-composite-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled-composite-extra/arm64v8/Dockerfile) | Ubuntu 22.04 -8.0.8-azurelinux3.0-arm64v8, 8.0-azurelinux3.0-arm64v8, 8.0.8-azurelinux3.0, 8.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/azurelinux3.0/arm64v8/Dockerfile) | Azure Linux 3.0 -8.0.8-azurelinux3.0-distroless-arm64v8, 8.0-azurelinux3.0-distroless-arm64v8, 8.0.8-azurelinux3.0-distroless, 8.0-azurelinux3.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/azurelinux3.0-distroless/arm64v8/Dockerfile) | Azure Linux 3.0 -8.0.8-azurelinux3.0-distroless-extra-arm64v8, 8.0-azurelinux3.0-distroless-extra-arm64v8, 8.0.8-azurelinux3.0-distroless-extra, 8.0-azurelinux3.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/azurelinux3.0-distroless-extra/arm64v8/Dockerfile) | Azure Linux 3.0 -8.0.8-azurelinux3.0-distroless-composite-arm64v8, 8.0-azurelinux3.0-distroless-composite-arm64v8, 8.0.8-azurelinux3.0-distroless-composite, 8.0-azurelinux3.0-distroless-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/azurelinux3.0-distroless-composite/arm64v8/Dockerfile) | Azure Linux 3.0 -8.0.8-azurelinux3.0-distroless-composite-extra-arm64v8, 8.0-azurelinux3.0-distroless-composite-extra-arm64v8, 8.0.8-azurelinux3.0-distroless-composite-extra, 8.0-azurelinux3.0-distroless-composite-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/azurelinux3.0-distroless-composite-extra/arm64v8/Dockerfile) | Azure Linux 3.0 -8.0.8-cbl-mariner2.0-arm64v8, 8.0-cbl-mariner2.0-arm64v8, 8.0.8-cbl-mariner2.0, 8.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/cbl-mariner2.0/arm64v8/Dockerfile) | CBL-Mariner 2.0 -8.0.8-cbl-mariner2.0-distroless-arm64v8, 8.0-cbl-mariner2.0-distroless-arm64v8, 8.0.8-cbl-mariner2.0-distroless, 8.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 -8.0.8-cbl-mariner2.0-distroless-extra-arm64v8, 8.0-cbl-mariner2.0-distroless-extra-arm64v8, 8.0.8-cbl-mariner2.0-distroless-extra, 8.0-cbl-mariner2.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/cbl-mariner2.0-distroless-extra/arm64v8/Dockerfile) | CBL-Mariner 2.0 -8.0.8-cbl-mariner2.0-distroless-composite-arm64v8, 8.0-cbl-mariner2.0-distroless-composite-arm64v8, 8.0.8-cbl-mariner2.0-distroless-composite, 8.0-cbl-mariner2.0-distroless-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/cbl-mariner2.0-distroless-composite/arm64v8/Dockerfile) | CBL-Mariner 2.0 -8.0.8-cbl-mariner2.0-distroless-composite-extra-arm64v8, 8.0-cbl-mariner2.0-distroless-composite-extra-arm64v8, 8.0.8-cbl-mariner2.0-distroless-composite-extra, 8.0-cbl-mariner2.0-distroless-composite-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/cbl-mariner2.0-distroless-composite-extra/arm64v8/Dockerfile) | CBL-Mariner 2.0 +8.0.10-bookworm-slim-arm64v8, 8.0-bookworm-slim-arm64v8, 8.0.10-bookworm-slim, 8.0-bookworm-slim, 8.0.10, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 +8.0.10-alpine3.20-arm64v8, 8.0-alpine3.20-arm64v8, 8.0-alpine-arm64v8, 8.0.10-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 +8.0.10-alpine3.20-composite-arm64v8, 8.0-alpine3.20-composite-arm64v8, 8.0-alpine-composite-arm64v8, 8.0.10-alpine3.20-composite, 8.0-alpine3.20-composite, 8.0-alpine-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.20-composite/arm64v8/Dockerfile) | Alpine 3.20 +8.0.10-noble-arm64v8, 8.0-noble-arm64v8, 8.0.10-noble, 8.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/noble/arm64v8/Dockerfile) | Ubuntu 24.04 +8.0.10-noble-chiseled-arm64v8, 8.0-noble-chiseled-arm64v8, 8.0.10-noble-chiseled, 8.0-noble-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/noble-chiseled/arm64v8/Dockerfile) | Ubuntu 24.04 +8.0.10-noble-chiseled-extra-arm64v8, 8.0-noble-chiseled-extra-arm64v8, 8.0.10-noble-chiseled-extra, 8.0-noble-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/noble-chiseled-extra/arm64v8/Dockerfile) | Ubuntu 24.04 +8.0.10-noble-chiseled-composite-arm64v8, 8.0-noble-chiseled-composite-arm64v8, 8.0.10-noble-chiseled-composite, 8.0-noble-chiseled-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/noble-chiseled-composite/arm64v8/Dockerfile) | Ubuntu 24.04 +8.0.10-noble-chiseled-composite-extra-arm64v8, 8.0-noble-chiseled-composite-extra-arm64v8, 8.0.10-noble-chiseled-composite-extra, 8.0-noble-chiseled-composite-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/noble-chiseled-composite-extra/arm64v8/Dockerfile) | Ubuntu 24.04 +8.0.10-jammy-arm64v8, 8.0-jammy-arm64v8, 8.0.10-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04 +8.0.10-jammy-chiseled-arm64v8, 8.0-jammy-chiseled-arm64v8, 8.0.10-jammy-chiseled, 8.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04 +8.0.10-jammy-chiseled-extra-arm64v8, 8.0-jammy-chiseled-extra-arm64v8, 8.0.10-jammy-chiseled-extra, 8.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled-extra/arm64v8/Dockerfile) | Ubuntu 22.04 +8.0.10-jammy-chiseled-composite-arm64v8, 8.0-jammy-chiseled-composite-arm64v8, 8.0.10-jammy-chiseled-composite, 8.0-jammy-chiseled-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled-composite/arm64v8/Dockerfile) | Ubuntu 22.04 +8.0.10-jammy-chiseled-composite-extra-arm64v8, 8.0-jammy-chiseled-composite-extra-arm64v8, 8.0.10-jammy-chiseled-composite-extra, 8.0-jammy-chiseled-composite-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled-composite-extra/arm64v8/Dockerfile) | Ubuntu 22.04 +8.0.10-azurelinux3.0-arm64v8, 8.0-azurelinux3.0-arm64v8, 8.0.10-azurelinux3.0, 8.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/azurelinux3.0/arm64v8/Dockerfile) | Azure Linux 3.0 +8.0.10-azurelinux3.0-distroless-arm64v8, 8.0-azurelinux3.0-distroless-arm64v8, 8.0.10-azurelinux3.0-distroless, 8.0-azurelinux3.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/azurelinux3.0-distroless/arm64v8/Dockerfile) | Azure Linux 3.0 +8.0.10-azurelinux3.0-distroless-extra-arm64v8, 8.0-azurelinux3.0-distroless-extra-arm64v8, 8.0.10-azurelinux3.0-distroless-extra, 8.0-azurelinux3.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/azurelinux3.0-distroless-extra/arm64v8/Dockerfile) | Azure Linux 3.0 +8.0.10-azurelinux3.0-distroless-composite-arm64v8, 8.0-azurelinux3.0-distroless-composite-arm64v8, 8.0.10-azurelinux3.0-distroless-composite, 8.0-azurelinux3.0-distroless-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/azurelinux3.0-distroless-composite/arm64v8/Dockerfile) | Azure Linux 3.0 +8.0.10-azurelinux3.0-distroless-composite-extra-arm64v8, 8.0-azurelinux3.0-distroless-composite-extra-arm64v8, 8.0.10-azurelinux3.0-distroless-composite-extra, 8.0-azurelinux3.0-distroless-composite-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/azurelinux3.0-distroless-composite-extra/arm64v8/Dockerfile) | Azure Linux 3.0 +8.0.10-cbl-mariner2.0-arm64v8, 8.0-cbl-mariner2.0-arm64v8, 8.0.10-cbl-mariner2.0, 8.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/cbl-mariner2.0/arm64v8/Dockerfile) | CBL-Mariner 2.0 +8.0.10-cbl-mariner2.0-distroless-arm64v8, 8.0-cbl-mariner2.0-distroless-arm64v8, 8.0.10-cbl-mariner2.0-distroless, 8.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 +8.0.10-cbl-mariner2.0-distroless-extra-arm64v8, 8.0-cbl-mariner2.0-distroless-extra-arm64v8, 8.0.10-cbl-mariner2.0-distroless-extra, 8.0-cbl-mariner2.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/cbl-mariner2.0-distroless-extra/arm64v8/Dockerfile) | CBL-Mariner 2.0 +8.0.10-cbl-mariner2.0-distroless-composite-arm64v8, 8.0-cbl-mariner2.0-distroless-composite-arm64v8, 8.0.10-cbl-mariner2.0-distroless-composite, 8.0-cbl-mariner2.0-distroless-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/cbl-mariner2.0-distroless-composite/arm64v8/Dockerfile) | CBL-Mariner 2.0 +8.0.10-cbl-mariner2.0-distroless-composite-extra-arm64v8, 8.0-cbl-mariner2.0-distroless-composite-extra-arm64v8, 8.0.10-cbl-mariner2.0-distroless-composite-extra, 8.0-cbl-mariner2.0-distroless-composite-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/cbl-mariner2.0-distroless-composite-extra/arm64v8/Dockerfile) | CBL-Mariner 2.0 6.0.35-bookworm-slim-arm64v8, 6.0-bookworm-slim-arm64v8, 6.0.35-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 6.0.35-bullseye-slim-arm64v8, 6.0-bullseye-slim-arm64v8, 6.0.35-bullseye-slim, 6.0-bullseye-slim, 6.0.35, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bullseye-slim/arm64v8/Dockerfile) | Debian 11 6.0.35-alpine3.20-arm64v8, 6.0-alpine3.20-arm64v8, 6.0-alpine-arm64v8, 6.0.35-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 @@ -184,14 +184,14 @@ Tags | Dockerfile | OS Version 9.0.0-rc.1-noble-chiseled-extra-arm32v7, 9.0-noble-chiseled-extra-arm32v7, 9.0.0-rc.1-noble-chiseled-extra, 9.0-noble-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/9.0/noble-chiseled-extra/arm32v7/Dockerfile) | Ubuntu 24.04 9.0.0-rc.1-noble-chiseled-composite-arm32v7, 9.0-noble-chiseled-composite-arm32v7, 9.0.0-rc.1-noble-chiseled-composite, 9.0-noble-chiseled-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/9.0/noble-chiseled-composite/arm32v7/Dockerfile) | Ubuntu 24.04 9.0.0-rc.1-noble-chiseled-composite-extra-arm32v7, 9.0-noble-chiseled-composite-extra-arm32v7, 9.0.0-rc.1-noble-chiseled-composite-extra, 9.0-noble-chiseled-composite-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/9.0/noble-chiseled-composite-extra/arm32v7/Dockerfile) | Ubuntu 24.04 -8.0.8-bookworm-slim-arm32v7, 8.0-bookworm-slim-arm32v7, 8.0.8-bookworm-slim, 8.0-bookworm-slim, 8.0.8, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 -8.0.8-alpine3.20-arm32v7, 8.0-alpine3.20-arm32v7, 8.0-alpine-arm32v7, 8.0.8-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 -8.0.8-alpine3.20-composite-arm32v7, 8.0-alpine3.20-composite-arm32v7, 8.0-alpine-composite-arm32v7, 8.0.8-alpine3.20-composite, 8.0-alpine3.20-composite, 8.0-alpine-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.20-composite/arm32v7/Dockerfile) | Alpine 3.20 -8.0.8-jammy-arm32v7, 8.0-jammy-arm32v7, 8.0.8-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04 -8.0.8-jammy-chiseled-arm32v7, 8.0-jammy-chiseled-arm32v7, 8.0.8-jammy-chiseled, 8.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled/arm32v7/Dockerfile) | Ubuntu 22.04 -8.0.8-jammy-chiseled-extra-arm32v7, 8.0-jammy-chiseled-extra-arm32v7, 8.0.8-jammy-chiseled-extra, 8.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled-extra/arm32v7/Dockerfile) | Ubuntu 22.04 -8.0.8-jammy-chiseled-composite-arm32v7, 8.0-jammy-chiseled-composite-arm32v7, 8.0.8-jammy-chiseled-composite, 8.0-jammy-chiseled-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled-composite/arm32v7/Dockerfile) | Ubuntu 22.04 -8.0.8-jammy-chiseled-composite-extra-arm32v7, 8.0-jammy-chiseled-composite-extra-arm32v7, 8.0.8-jammy-chiseled-composite-extra, 8.0-jammy-chiseled-composite-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled-composite-extra/arm32v7/Dockerfile) | Ubuntu 22.04 +8.0.10-bookworm-slim-arm32v7, 8.0-bookworm-slim-arm32v7, 8.0.10-bookworm-slim, 8.0-bookworm-slim, 8.0.10, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 +8.0.10-alpine3.20-arm32v7, 8.0-alpine3.20-arm32v7, 8.0-alpine-arm32v7, 8.0.10-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 +8.0.10-alpine3.20-composite-arm32v7, 8.0-alpine3.20-composite-arm32v7, 8.0-alpine-composite-arm32v7, 8.0.10-alpine3.20-composite, 8.0-alpine3.20-composite, 8.0-alpine-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.20-composite/arm32v7/Dockerfile) | Alpine 3.20 +8.0.10-jammy-arm32v7, 8.0-jammy-arm32v7, 8.0.10-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04 +8.0.10-jammy-chiseled-arm32v7, 8.0-jammy-chiseled-arm32v7, 8.0.10-jammy-chiseled, 8.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled/arm32v7/Dockerfile) | Ubuntu 22.04 +8.0.10-jammy-chiseled-extra-arm32v7, 8.0-jammy-chiseled-extra-arm32v7, 8.0.10-jammy-chiseled-extra, 8.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled-extra/arm32v7/Dockerfile) | Ubuntu 22.04 +8.0.10-jammy-chiseled-composite-arm32v7, 8.0-jammy-chiseled-composite-arm32v7, 8.0.10-jammy-chiseled-composite, 8.0-jammy-chiseled-composite | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled-composite/arm32v7/Dockerfile) | Ubuntu 22.04 +8.0.10-jammy-chiseled-composite-extra-arm32v7, 8.0-jammy-chiseled-composite-extra-arm32v7, 8.0.10-jammy-chiseled-composite-extra, 8.0-jammy-chiseled-composite-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/jammy-chiseled-composite-extra/arm32v7/Dockerfile) | Ubuntu 22.04 6.0.35-bookworm-slim-arm32v7, 6.0-bookworm-slim-arm32v7, 6.0.35-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 6.0.35-bullseye-slim-arm32v7, 6.0-bullseye-slim-arm32v7, 6.0.35-bullseye-slim, 6.0-bullseye-slim, 6.0.35, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/bullseye-slim/arm32v7/Dockerfile) | Debian 11 6.0.35-alpine3.20-arm32v7, 6.0-alpine3.20-arm32v7, 6.0-alpine-arm32v7, 6.0.35-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 @@ -205,7 +205,7 @@ Tags | Dockerfile | OS Version Tag | Dockerfile ---------| --------------- 9.0.0-rc.1-nanoserver-ltsc2022, 9.0-nanoserver-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/9.0/nanoserver-ltsc2022/amd64/Dockerfile) -8.0.8-nanoserver-ltsc2022, 8.0-nanoserver-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/nanoserver-ltsc2022/amd64/Dockerfile) +8.0.10-nanoserver-ltsc2022, 8.0-nanoserver-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/nanoserver-ltsc2022/amd64/Dockerfile) 6.0.35-nanoserver-ltsc2022, 6.0-nanoserver-ltsc2022, 6.0.35, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/nanoserver-ltsc2022/amd64/Dockerfile) ### Windows Server Core 2022 amd64 Tags @@ -213,7 +213,7 @@ Tag | Dockerfile Tag | Dockerfile ---------| --------------- 9.0.0-rc.1-windowsservercore-ltsc2022, 9.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/9.0/windowsservercore-ltsc2022/amd64/Dockerfile) -8.0.8-windowsservercore-ltsc2022, 8.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/windowsservercore-ltsc2022/amd64/Dockerfile) +8.0.10-windowsservercore-ltsc2022, 8.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/windowsservercore-ltsc2022/amd64/Dockerfile) 6.0.35-windowsservercore-ltsc2022, 6.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/windowsservercore-ltsc2022/amd64/Dockerfile) ### Nano Server, version 1809 amd64 Tags @@ -221,7 +221,7 @@ Tag | Dockerfile Tag | Dockerfile ---------| --------------- 9.0.0-rc.1-nanoserver-1809, 9.0-nanoserver-1809 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/9.0/nanoserver-1809/amd64/Dockerfile) -8.0.8-nanoserver-1809, 8.0-nanoserver-1809 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/nanoserver-1809/amd64/Dockerfile) +8.0.10-nanoserver-1809, 8.0-nanoserver-1809 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/nanoserver-1809/amd64/Dockerfile) 6.0.35-nanoserver-1809, 6.0-nanoserver-1809, 6.0.35, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/nanoserver-1809/amd64/Dockerfile) ### Windows Server Core 2019 amd64 Tags @@ -229,7 +229,7 @@ Tag | Dockerfile Tag | Dockerfile ---------| --------------- 9.0.0-rc.1-windowsservercore-ltsc2019, 9.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/9.0/windowsservercore-ltsc2019/amd64/Dockerfile) -8.0.8-windowsservercore-ltsc2019, 8.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/windowsservercore-ltsc2019/amd64/Dockerfile) +8.0.10-windowsservercore-ltsc2019, 8.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/windowsservercore-ltsc2019/amd64/Dockerfile) 6.0.35-windowsservercore-ltsc2019, 6.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/6.0/windowsservercore-ltsc2019/amd64/Dockerfile) diff --git a/README.runtime-deps.md b/README.runtime-deps.md index 6dbc05e205..e439339e59 100644 --- a/README.runtime-deps.md +++ b/README.runtime-deps.md @@ -66,21 +66,21 @@ Tags | Dockerfile | OS Version 9.0.0-rc.1-azurelinux3.0-amd64, 9.0-azurelinux3.0-amd64, 9.0.0-rc.1-azurelinux3.0, 9.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/9.0/azurelinux3.0/amd64/Dockerfile) | Azure Linux 3.0 9.0.0-rc.1-azurelinux3.0-distroless-amd64, 9.0-azurelinux3.0-distroless-amd64, 9.0.0-rc.1-azurelinux3.0-distroless, 9.0-azurelinux3.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/9.0/azurelinux3.0-distroless/amd64/Dockerfile) | Azure Linux 3.0 9.0.0-rc.1-azurelinux3.0-distroless-extra-amd64, 9.0-azurelinux3.0-distroless-extra-amd64, 9.0.0-rc.1-azurelinux3.0-distroless-extra, 9.0-azurelinux3.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/9.0/azurelinux3.0-distroless-extra/amd64/Dockerfile) | Azure Linux 3.0 -8.0.8-bookworm-slim-amd64, 8.0-bookworm-slim-amd64, 8.0.8-bookworm-slim, 8.0-bookworm-slim, 8.0.8, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/bookworm-slim/amd64/Dockerfile) | Debian 12 -8.0.8-alpine3.20-amd64, 8.0-alpine3.20-amd64, 8.0-alpine-amd64, 8.0.8-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 -8.0.8-alpine3.20-extra-amd64, 8.0-alpine3.20-extra-amd64, 8.0-alpine-extra-amd64, 8.0.8-alpine3.20-extra, 8.0-alpine3.20-extra, 8.0-alpine-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/alpine3.20-extra/amd64/Dockerfile) | Alpine 3.20 -8.0.8-noble-amd64, 8.0-noble-amd64, 8.0.8-noble, 8.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/noble/amd64/Dockerfile) | Ubuntu 24.04 -8.0.8-noble-chiseled-amd64, 8.0-noble-chiseled-amd64, 8.0.8-noble-chiseled, 8.0-noble-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/noble-chiseled/amd64/Dockerfile) | Ubuntu 24.04 -8.0.8-noble-chiseled-extra-amd64, 8.0-noble-chiseled-extra-amd64, 8.0.8-noble-chiseled-extra, 8.0-noble-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/noble-chiseled-extra/amd64/Dockerfile) | Ubuntu 24.04 -8.0.8-jammy-amd64, 8.0-jammy-amd64, 8.0.8-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/jammy/amd64/Dockerfile) | Ubuntu 22.04 -8.0.8-jammy-chiseled-amd64, 8.0-jammy-chiseled-amd64, 8.0.8-jammy-chiseled, 8.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/jammy-chiseled/amd64/Dockerfile) | Ubuntu 22.04 -8.0.8-jammy-chiseled-extra-amd64, 8.0-jammy-chiseled-extra-amd64, 8.0.8-jammy-chiseled-extra, 8.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/jammy-chiseled-extra/amd64/Dockerfile) | Ubuntu 22.04 -8.0.8-azurelinux3.0-amd64, 8.0-azurelinux3.0-amd64, 8.0.8-azurelinux3.0, 8.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/azurelinux3.0/amd64/Dockerfile) | Azure Linux 3.0 -8.0.8-azurelinux3.0-distroless-amd64, 8.0-azurelinux3.0-distroless-amd64, 8.0.8-azurelinux3.0-distroless, 8.0-azurelinux3.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/azurelinux3.0-distroless/amd64/Dockerfile) | Azure Linux 3.0 -8.0.8-azurelinux3.0-distroless-extra-amd64, 8.0-azurelinux3.0-distroless-extra-amd64, 8.0.8-azurelinux3.0-distroless-extra, 8.0-azurelinux3.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/azurelinux3.0-distroless-extra/amd64/Dockerfile) | Azure Linux 3.0 -8.0.8-cbl-mariner2.0-amd64, 8.0-cbl-mariner2.0-amd64, 8.0.8-cbl-mariner2.0, 8.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/cbl-mariner2.0/amd64/Dockerfile) | CBL-Mariner 2.0 -8.0.8-cbl-mariner2.0-distroless-amd64, 8.0-cbl-mariner2.0-distroless-amd64, 8.0.8-cbl-mariner2.0-distroless, 8.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/cbl-mariner2.0-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 -8.0.8-cbl-mariner2.0-distroless-extra-amd64, 8.0-cbl-mariner2.0-distroless-extra-amd64, 8.0.8-cbl-mariner2.0-distroless-extra, 8.0-cbl-mariner2.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/cbl-mariner2.0-distroless-extra/amd64/Dockerfile) | CBL-Mariner 2.0 +8.0.10-bookworm-slim-amd64, 8.0-bookworm-slim-amd64, 8.0.10-bookworm-slim, 8.0-bookworm-slim, 8.0.10, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/bookworm-slim/amd64/Dockerfile) | Debian 12 +8.0.10-alpine3.20-amd64, 8.0-alpine3.20-amd64, 8.0-alpine-amd64, 8.0.10-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 +8.0.10-alpine3.20-extra-amd64, 8.0-alpine3.20-extra-amd64, 8.0-alpine-extra-amd64, 8.0.10-alpine3.20-extra, 8.0-alpine3.20-extra, 8.0-alpine-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/alpine3.20-extra/amd64/Dockerfile) | Alpine 3.20 +8.0.10-noble-amd64, 8.0-noble-amd64, 8.0.10-noble, 8.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/noble/amd64/Dockerfile) | Ubuntu 24.04 +8.0.10-noble-chiseled-amd64, 8.0-noble-chiseled-amd64, 8.0.10-noble-chiseled, 8.0-noble-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/noble-chiseled/amd64/Dockerfile) | Ubuntu 24.04 +8.0.10-noble-chiseled-extra-amd64, 8.0-noble-chiseled-extra-amd64, 8.0.10-noble-chiseled-extra, 8.0-noble-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/noble-chiseled-extra/amd64/Dockerfile) | Ubuntu 24.04 +8.0.10-jammy-amd64, 8.0-jammy-amd64, 8.0.10-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/jammy/amd64/Dockerfile) | Ubuntu 22.04 +8.0.10-jammy-chiseled-amd64, 8.0-jammy-chiseled-amd64, 8.0.10-jammy-chiseled, 8.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/jammy-chiseled/amd64/Dockerfile) | Ubuntu 22.04 +8.0.10-jammy-chiseled-extra-amd64, 8.0-jammy-chiseled-extra-amd64, 8.0.10-jammy-chiseled-extra, 8.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/jammy-chiseled-extra/amd64/Dockerfile) | Ubuntu 22.04 +8.0.10-azurelinux3.0-amd64, 8.0-azurelinux3.0-amd64, 8.0.10-azurelinux3.0, 8.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/azurelinux3.0/amd64/Dockerfile) | Azure Linux 3.0 +8.0.10-azurelinux3.0-distroless-amd64, 8.0-azurelinux3.0-distroless-amd64, 8.0.10-azurelinux3.0-distroless, 8.0-azurelinux3.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/azurelinux3.0-distroless/amd64/Dockerfile) | Azure Linux 3.0 +8.0.10-azurelinux3.0-distroless-extra-amd64, 8.0-azurelinux3.0-distroless-extra-amd64, 8.0.10-azurelinux3.0-distroless-extra, 8.0-azurelinux3.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/azurelinux3.0-distroless-extra/amd64/Dockerfile) | Azure Linux 3.0 +8.0.10-cbl-mariner2.0-amd64, 8.0-cbl-mariner2.0-amd64, 8.0.10-cbl-mariner2.0, 8.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/cbl-mariner2.0/amd64/Dockerfile) | CBL-Mariner 2.0 +8.0.10-cbl-mariner2.0-distroless-amd64, 8.0-cbl-mariner2.0-distroless-amd64, 8.0.10-cbl-mariner2.0-distroless, 8.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/cbl-mariner2.0-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 +8.0.10-cbl-mariner2.0-distroless-extra-amd64, 8.0-cbl-mariner2.0-distroless-extra-amd64, 8.0.10-cbl-mariner2.0-distroless-extra, 8.0-cbl-mariner2.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/cbl-mariner2.0-distroless-extra/amd64/Dockerfile) | CBL-Mariner 2.0 6.0.35-bookworm-slim-amd64, 6.0-bookworm-slim-amd64, 6.0.35-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/bookworm-slim/amd64/Dockerfile) | Debian 12 6.0.35-bullseye-slim-amd64, 6.0-bullseye-slim-amd64, 6.0.35-bullseye-slim, 6.0-bullseye-slim, 6.0.35, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/bullseye-slim/amd64/Dockerfile) | Debian 11 6.0.35-alpine3.20-amd64, 6.0-alpine3.20-amd64, 6.0-alpine-amd64, 6.0.35-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 @@ -104,21 +104,21 @@ Tags | Dockerfile | OS Version 9.0.0-rc.1-azurelinux3.0-arm64v8, 9.0-azurelinux3.0-arm64v8, 9.0.0-rc.1-azurelinux3.0, 9.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/9.0/azurelinux3.0/arm64v8/Dockerfile) | Azure Linux 3.0 9.0.0-rc.1-azurelinux3.0-distroless-arm64v8, 9.0-azurelinux3.0-distroless-arm64v8, 9.0.0-rc.1-azurelinux3.0-distroless, 9.0-azurelinux3.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/9.0/azurelinux3.0-distroless/arm64v8/Dockerfile) | Azure Linux 3.0 9.0.0-rc.1-azurelinux3.0-distroless-extra-arm64v8, 9.0-azurelinux3.0-distroless-extra-arm64v8, 9.0.0-rc.1-azurelinux3.0-distroless-extra, 9.0-azurelinux3.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/9.0/azurelinux3.0-distroless-extra/arm64v8/Dockerfile) | Azure Linux 3.0 -8.0.8-bookworm-slim-arm64v8, 8.0-bookworm-slim-arm64v8, 8.0.8-bookworm-slim, 8.0-bookworm-slim, 8.0.8, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 -8.0.8-alpine3.20-arm64v8, 8.0-alpine3.20-arm64v8, 8.0-alpine-arm64v8, 8.0.8-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 -8.0.8-alpine3.20-extra-arm64v8, 8.0-alpine3.20-extra-arm64v8, 8.0-alpine-extra-arm64v8, 8.0.8-alpine3.20-extra, 8.0-alpine3.20-extra, 8.0-alpine-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/alpine3.20-extra/arm64v8/Dockerfile) | Alpine 3.20 -8.0.8-noble-arm64v8, 8.0-noble-arm64v8, 8.0.8-noble, 8.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/noble/arm64v8/Dockerfile) | Ubuntu 24.04 -8.0.8-noble-chiseled-arm64v8, 8.0-noble-chiseled-arm64v8, 8.0.8-noble-chiseled, 8.0-noble-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/noble-chiseled/arm64v8/Dockerfile) | Ubuntu 24.04 -8.0.8-noble-chiseled-extra-arm64v8, 8.0-noble-chiseled-extra-arm64v8, 8.0.8-noble-chiseled-extra, 8.0-noble-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/noble-chiseled-extra/arm64v8/Dockerfile) | Ubuntu 24.04 -8.0.8-jammy-arm64v8, 8.0-jammy-arm64v8, 8.0.8-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04 -8.0.8-jammy-chiseled-arm64v8, 8.0-jammy-chiseled-arm64v8, 8.0.8-jammy-chiseled, 8.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/jammy-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04 -8.0.8-jammy-chiseled-extra-arm64v8, 8.0-jammy-chiseled-extra-arm64v8, 8.0.8-jammy-chiseled-extra, 8.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/jammy-chiseled-extra/arm64v8/Dockerfile) | Ubuntu 22.04 -8.0.8-azurelinux3.0-arm64v8, 8.0-azurelinux3.0-arm64v8, 8.0.8-azurelinux3.0, 8.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/azurelinux3.0/arm64v8/Dockerfile) | Azure Linux 3.0 -8.0.8-azurelinux3.0-distroless-arm64v8, 8.0-azurelinux3.0-distroless-arm64v8, 8.0.8-azurelinux3.0-distroless, 8.0-azurelinux3.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/azurelinux3.0-distroless/arm64v8/Dockerfile) | Azure Linux 3.0 -8.0.8-azurelinux3.0-distroless-extra-arm64v8, 8.0-azurelinux3.0-distroless-extra-arm64v8, 8.0.8-azurelinux3.0-distroless-extra, 8.0-azurelinux3.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/azurelinux3.0-distroless-extra/arm64v8/Dockerfile) | Azure Linux 3.0 -8.0.8-cbl-mariner2.0-arm64v8, 8.0-cbl-mariner2.0-arm64v8, 8.0.8-cbl-mariner2.0, 8.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/cbl-mariner2.0/arm64v8/Dockerfile) | CBL-Mariner 2.0 -8.0.8-cbl-mariner2.0-distroless-arm64v8, 8.0-cbl-mariner2.0-distroless-arm64v8, 8.0.8-cbl-mariner2.0-distroless, 8.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 -8.0.8-cbl-mariner2.0-distroless-extra-arm64v8, 8.0-cbl-mariner2.0-distroless-extra-arm64v8, 8.0.8-cbl-mariner2.0-distroless-extra, 8.0-cbl-mariner2.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/cbl-mariner2.0-distroless-extra/arm64v8/Dockerfile) | CBL-Mariner 2.0 +8.0.10-bookworm-slim-arm64v8, 8.0-bookworm-slim-arm64v8, 8.0.10-bookworm-slim, 8.0-bookworm-slim, 8.0.10, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 +8.0.10-alpine3.20-arm64v8, 8.0-alpine3.20-arm64v8, 8.0-alpine-arm64v8, 8.0.10-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 +8.0.10-alpine3.20-extra-arm64v8, 8.0-alpine3.20-extra-arm64v8, 8.0-alpine-extra-arm64v8, 8.0.10-alpine3.20-extra, 8.0-alpine3.20-extra, 8.0-alpine-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/alpine3.20-extra/arm64v8/Dockerfile) | Alpine 3.20 +8.0.10-noble-arm64v8, 8.0-noble-arm64v8, 8.0.10-noble, 8.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/noble/arm64v8/Dockerfile) | Ubuntu 24.04 +8.0.10-noble-chiseled-arm64v8, 8.0-noble-chiseled-arm64v8, 8.0.10-noble-chiseled, 8.0-noble-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/noble-chiseled/arm64v8/Dockerfile) | Ubuntu 24.04 +8.0.10-noble-chiseled-extra-arm64v8, 8.0-noble-chiseled-extra-arm64v8, 8.0.10-noble-chiseled-extra, 8.0-noble-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/noble-chiseled-extra/arm64v8/Dockerfile) | Ubuntu 24.04 +8.0.10-jammy-arm64v8, 8.0-jammy-arm64v8, 8.0.10-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04 +8.0.10-jammy-chiseled-arm64v8, 8.0-jammy-chiseled-arm64v8, 8.0.10-jammy-chiseled, 8.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/jammy-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04 +8.0.10-jammy-chiseled-extra-arm64v8, 8.0-jammy-chiseled-extra-arm64v8, 8.0.10-jammy-chiseled-extra, 8.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/jammy-chiseled-extra/arm64v8/Dockerfile) | Ubuntu 22.04 +8.0.10-azurelinux3.0-arm64v8, 8.0-azurelinux3.0-arm64v8, 8.0.10-azurelinux3.0, 8.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/azurelinux3.0/arm64v8/Dockerfile) | Azure Linux 3.0 +8.0.10-azurelinux3.0-distroless-arm64v8, 8.0-azurelinux3.0-distroless-arm64v8, 8.0.10-azurelinux3.0-distroless, 8.0-azurelinux3.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/azurelinux3.0-distroless/arm64v8/Dockerfile) | Azure Linux 3.0 +8.0.10-azurelinux3.0-distroless-extra-arm64v8, 8.0-azurelinux3.0-distroless-extra-arm64v8, 8.0.10-azurelinux3.0-distroless-extra, 8.0-azurelinux3.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/azurelinux3.0-distroless-extra/arm64v8/Dockerfile) | Azure Linux 3.0 +8.0.10-cbl-mariner2.0-arm64v8, 8.0-cbl-mariner2.0-arm64v8, 8.0.10-cbl-mariner2.0, 8.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/cbl-mariner2.0/arm64v8/Dockerfile) | CBL-Mariner 2.0 +8.0.10-cbl-mariner2.0-distroless-arm64v8, 8.0-cbl-mariner2.0-distroless-arm64v8, 8.0.10-cbl-mariner2.0-distroless, 8.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 +8.0.10-cbl-mariner2.0-distroless-extra-arm64v8, 8.0-cbl-mariner2.0-distroless-extra-arm64v8, 8.0.10-cbl-mariner2.0-distroless-extra, 8.0-cbl-mariner2.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/cbl-mariner2.0-distroless-extra/arm64v8/Dockerfile) | CBL-Mariner 2.0 6.0.35-bookworm-slim-arm64v8, 6.0-bookworm-slim-arm64v8, 6.0.35-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 6.0.35-bullseye-slim-arm64v8, 6.0-bullseye-slim-arm64v8, 6.0.35-bullseye-slim, 6.0-bullseye-slim, 6.0.35, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/bullseye-slim/arm64v8/Dockerfile) | Debian 11 6.0.35-alpine3.20-arm64v8, 6.0-alpine3.20-arm64v8, 6.0-alpine-arm64v8, 6.0.35-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 @@ -139,12 +139,12 @@ Tags | Dockerfile | OS Version 9.0.0-rc.1-noble-arm32v7, 9.0-noble-arm32v7, 9.0.0-rc.1-noble, 9.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/9.0/noble/arm32v7/Dockerfile) | Ubuntu 24.04 9.0.0-rc.1-noble-chiseled-arm32v7, 9.0-noble-chiseled-arm32v7, 9.0.0-rc.1-noble-chiseled, 9.0-noble-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/9.0/noble-chiseled/arm32v7/Dockerfile) | Ubuntu 24.04 9.0.0-rc.1-noble-chiseled-extra-arm32v7, 9.0-noble-chiseled-extra-arm32v7, 9.0.0-rc.1-noble-chiseled-extra, 9.0-noble-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/9.0/noble-chiseled-extra/arm32v7/Dockerfile) | Ubuntu 24.04 -8.0.8-bookworm-slim-arm32v7, 8.0-bookworm-slim-arm32v7, 8.0.8-bookworm-slim, 8.0-bookworm-slim, 8.0.8, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 -8.0.8-alpine3.20-arm32v7, 8.0-alpine3.20-arm32v7, 8.0-alpine-arm32v7, 8.0.8-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 -8.0.8-alpine3.20-extra-arm32v7, 8.0-alpine3.20-extra-arm32v7, 8.0-alpine-extra-arm32v7, 8.0.8-alpine3.20-extra, 8.0-alpine3.20-extra, 8.0-alpine-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/alpine3.20-extra/arm32v7/Dockerfile) | Alpine 3.20 -8.0.8-jammy-arm32v7, 8.0-jammy-arm32v7, 8.0.8-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04 -8.0.8-jammy-chiseled-arm32v7, 8.0-jammy-chiseled-arm32v7, 8.0.8-jammy-chiseled, 8.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/jammy-chiseled/arm32v7/Dockerfile) | Ubuntu 22.04 -8.0.8-jammy-chiseled-extra-arm32v7, 8.0-jammy-chiseled-extra-arm32v7, 8.0.8-jammy-chiseled-extra, 8.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/jammy-chiseled-extra/arm32v7/Dockerfile) | Ubuntu 22.04 +8.0.10-bookworm-slim-arm32v7, 8.0-bookworm-slim-arm32v7, 8.0.10-bookworm-slim, 8.0-bookworm-slim, 8.0.10, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 +8.0.10-alpine3.20-arm32v7, 8.0-alpine3.20-arm32v7, 8.0-alpine-arm32v7, 8.0.10-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 +8.0.10-alpine3.20-extra-arm32v7, 8.0-alpine3.20-extra-arm32v7, 8.0-alpine-extra-arm32v7, 8.0.10-alpine3.20-extra, 8.0-alpine3.20-extra, 8.0-alpine-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/alpine3.20-extra/arm32v7/Dockerfile) | Alpine 3.20 +8.0.10-jammy-arm32v7, 8.0-jammy-arm32v7, 8.0.10-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04 +8.0.10-jammy-chiseled-arm32v7, 8.0-jammy-chiseled-arm32v7, 8.0.10-jammy-chiseled, 8.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/jammy-chiseled/arm32v7/Dockerfile) | Ubuntu 22.04 +8.0.10-jammy-chiseled-extra-arm32v7, 8.0-jammy-chiseled-extra-arm32v7, 8.0.10-jammy-chiseled-extra, 8.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/jammy-chiseled-extra/arm32v7/Dockerfile) | Ubuntu 22.04 6.0.35-bookworm-slim-arm32v7, 6.0-bookworm-slim-arm32v7, 6.0.35-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 6.0.35-bullseye-slim-arm32v7, 6.0-bullseye-slim-arm32v7, 6.0.35-bullseye-slim, 6.0-bullseye-slim, 6.0.35, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/bullseye-slim/arm32v7/Dockerfile) | Debian 11 6.0.35-alpine3.20-arm32v7, 6.0-alpine3.20-arm32v7, 6.0-alpine-arm32v7, 6.0.35-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/6.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 diff --git a/README.runtime.md b/README.runtime.md index c6de30c419..2c1cae812c 100644 --- a/README.runtime.md +++ b/README.runtime.md @@ -73,20 +73,20 @@ Tags | Dockerfile | OS Version 9.0.0-rc.1-azurelinux3.0-amd64, 9.0-azurelinux3.0-amd64, 9.0.0-rc.1-azurelinux3.0, 9.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/9.0/azurelinux3.0/amd64/Dockerfile) | Azure Linux 3.0 9.0.0-rc.1-azurelinux3.0-distroless-amd64, 9.0-azurelinux3.0-distroless-amd64, 9.0.0-rc.1-azurelinux3.0-distroless, 9.0-azurelinux3.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/9.0/azurelinux3.0-distroless/amd64/Dockerfile) | Azure Linux 3.0 9.0.0-rc.1-azurelinux3.0-distroless-extra-amd64, 9.0-azurelinux3.0-distroless-extra-amd64, 9.0.0-rc.1-azurelinux3.0-distroless-extra, 9.0-azurelinux3.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/9.0/azurelinux3.0-distroless-extra/amd64/Dockerfile) | Azure Linux 3.0 -8.0.8-bookworm-slim-amd64, 8.0-bookworm-slim-amd64, 8.0.8-bookworm-slim, 8.0-bookworm-slim, 8.0.8, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/bookworm-slim/amd64/Dockerfile) | Debian 12 -8.0.8-alpine3.20-amd64, 8.0-alpine3.20-amd64, 8.0-alpine-amd64, 8.0.8-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 -8.0.8-noble-amd64, 8.0-noble-amd64, 8.0.8-noble, 8.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/noble/amd64/Dockerfile) | Ubuntu 24.04 -8.0.8-noble-chiseled-amd64, 8.0-noble-chiseled-amd64, 8.0.8-noble-chiseled, 8.0-noble-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/noble-chiseled/amd64/Dockerfile) | Ubuntu 24.04 -8.0.8-noble-chiseled-extra-amd64, 8.0-noble-chiseled-extra-amd64, 8.0.8-noble-chiseled-extra, 8.0-noble-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/noble-chiseled-extra/amd64/Dockerfile) | Ubuntu 24.04 -8.0.8-jammy-amd64, 8.0-jammy-amd64, 8.0.8-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/jammy/amd64/Dockerfile) | Ubuntu 22.04 -8.0.8-jammy-chiseled-amd64, 8.0-jammy-chiseled-amd64, 8.0.8-jammy-chiseled, 8.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/jammy-chiseled/amd64/Dockerfile) | Ubuntu 22.04 -8.0.8-jammy-chiseled-extra-amd64, 8.0-jammy-chiseled-extra-amd64, 8.0.8-jammy-chiseled-extra, 8.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/jammy-chiseled-extra/amd64/Dockerfile) | Ubuntu 22.04 -8.0.8-azurelinux3.0-amd64, 8.0-azurelinux3.0-amd64, 8.0.8-azurelinux3.0, 8.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/azurelinux3.0/amd64/Dockerfile) | Azure Linux 3.0 -8.0.8-azurelinux3.0-distroless-amd64, 8.0-azurelinux3.0-distroless-amd64, 8.0.8-azurelinux3.0-distroless, 8.0-azurelinux3.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/azurelinux3.0-distroless/amd64/Dockerfile) | Azure Linux 3.0 -8.0.8-azurelinux3.0-distroless-extra-amd64, 8.0-azurelinux3.0-distroless-extra-amd64, 8.0.8-azurelinux3.0-distroless-extra, 8.0-azurelinux3.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/azurelinux3.0-distroless-extra/amd64/Dockerfile) | Azure Linux 3.0 -8.0.8-cbl-mariner2.0-amd64, 8.0-cbl-mariner2.0-amd64, 8.0.8-cbl-mariner2.0, 8.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/cbl-mariner2.0/amd64/Dockerfile) | CBL-Mariner 2.0 -8.0.8-cbl-mariner2.0-distroless-amd64, 8.0-cbl-mariner2.0-distroless-amd64, 8.0.8-cbl-mariner2.0-distroless, 8.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/cbl-mariner2.0-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 -8.0.8-cbl-mariner2.0-distroless-extra-amd64, 8.0-cbl-mariner2.0-distroless-extra-amd64, 8.0.8-cbl-mariner2.0-distroless-extra, 8.0-cbl-mariner2.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/cbl-mariner2.0-distroless-extra/amd64/Dockerfile) | CBL-Mariner 2.0 +8.0.10-bookworm-slim-amd64, 8.0-bookworm-slim-amd64, 8.0.10-bookworm-slim, 8.0-bookworm-slim, 8.0.10, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/bookworm-slim/amd64/Dockerfile) | Debian 12 +8.0.10-alpine3.20-amd64, 8.0-alpine3.20-amd64, 8.0-alpine-amd64, 8.0.10-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 +8.0.10-noble-amd64, 8.0-noble-amd64, 8.0.10-noble, 8.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/noble/amd64/Dockerfile) | Ubuntu 24.04 +8.0.10-noble-chiseled-amd64, 8.0-noble-chiseled-amd64, 8.0.10-noble-chiseled, 8.0-noble-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/noble-chiseled/amd64/Dockerfile) | Ubuntu 24.04 +8.0.10-noble-chiseled-extra-amd64, 8.0-noble-chiseled-extra-amd64, 8.0.10-noble-chiseled-extra, 8.0-noble-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/noble-chiseled-extra/amd64/Dockerfile) | Ubuntu 24.04 +8.0.10-jammy-amd64, 8.0-jammy-amd64, 8.0.10-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/jammy/amd64/Dockerfile) | Ubuntu 22.04 +8.0.10-jammy-chiseled-amd64, 8.0-jammy-chiseled-amd64, 8.0.10-jammy-chiseled, 8.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/jammy-chiseled/amd64/Dockerfile) | Ubuntu 22.04 +8.0.10-jammy-chiseled-extra-amd64, 8.0-jammy-chiseled-extra-amd64, 8.0.10-jammy-chiseled-extra, 8.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/jammy-chiseled-extra/amd64/Dockerfile) | Ubuntu 22.04 +8.0.10-azurelinux3.0-amd64, 8.0-azurelinux3.0-amd64, 8.0.10-azurelinux3.0, 8.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/azurelinux3.0/amd64/Dockerfile) | Azure Linux 3.0 +8.0.10-azurelinux3.0-distroless-amd64, 8.0-azurelinux3.0-distroless-amd64, 8.0.10-azurelinux3.0-distroless, 8.0-azurelinux3.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/azurelinux3.0-distroless/amd64/Dockerfile) | Azure Linux 3.0 +8.0.10-azurelinux3.0-distroless-extra-amd64, 8.0-azurelinux3.0-distroless-extra-amd64, 8.0.10-azurelinux3.0-distroless-extra, 8.0-azurelinux3.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/azurelinux3.0-distroless-extra/amd64/Dockerfile) | Azure Linux 3.0 +8.0.10-cbl-mariner2.0-amd64, 8.0-cbl-mariner2.0-amd64, 8.0.10-cbl-mariner2.0, 8.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/cbl-mariner2.0/amd64/Dockerfile) | CBL-Mariner 2.0 +8.0.10-cbl-mariner2.0-distroless-amd64, 8.0-cbl-mariner2.0-distroless-amd64, 8.0.10-cbl-mariner2.0-distroless, 8.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/cbl-mariner2.0-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 +8.0.10-cbl-mariner2.0-distroless-extra-amd64, 8.0-cbl-mariner2.0-distroless-extra-amd64, 8.0.10-cbl-mariner2.0-distroless-extra, 8.0-cbl-mariner2.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/cbl-mariner2.0-distroless-extra/amd64/Dockerfile) | CBL-Mariner 2.0 6.0.35-bookworm-slim-amd64, 6.0-bookworm-slim-amd64, 6.0.35-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/bookworm-slim/amd64/Dockerfile) | Debian 12 6.0.35-bullseye-slim-amd64, 6.0-bullseye-slim-amd64, 6.0.35-bullseye-slim, 6.0-bullseye-slim, 6.0.35, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/bullseye-slim/amd64/Dockerfile) | Debian 11 6.0.35-alpine3.20-amd64, 6.0-alpine3.20-amd64, 6.0-alpine-amd64, 6.0.35-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 @@ -109,20 +109,20 @@ Tags | Dockerfile | OS Version 9.0.0-rc.1-azurelinux3.0-arm64v8, 9.0-azurelinux3.0-arm64v8, 9.0.0-rc.1-azurelinux3.0, 9.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/9.0/azurelinux3.0/arm64v8/Dockerfile) | Azure Linux 3.0 9.0.0-rc.1-azurelinux3.0-distroless-arm64v8, 9.0-azurelinux3.0-distroless-arm64v8, 9.0.0-rc.1-azurelinux3.0-distroless, 9.0-azurelinux3.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/9.0/azurelinux3.0-distroless/arm64v8/Dockerfile) | Azure Linux 3.0 9.0.0-rc.1-azurelinux3.0-distroless-extra-arm64v8, 9.0-azurelinux3.0-distroless-extra-arm64v8, 9.0.0-rc.1-azurelinux3.0-distroless-extra, 9.0-azurelinux3.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/9.0/azurelinux3.0-distroless-extra/arm64v8/Dockerfile) | Azure Linux 3.0 -8.0.8-bookworm-slim-arm64v8, 8.0-bookworm-slim-arm64v8, 8.0.8-bookworm-slim, 8.0-bookworm-slim, 8.0.8, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 -8.0.8-alpine3.20-arm64v8, 8.0-alpine3.20-arm64v8, 8.0-alpine-arm64v8, 8.0.8-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 -8.0.8-noble-arm64v8, 8.0-noble-arm64v8, 8.0.8-noble, 8.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/noble/arm64v8/Dockerfile) | Ubuntu 24.04 -8.0.8-noble-chiseled-arm64v8, 8.0-noble-chiseled-arm64v8, 8.0.8-noble-chiseled, 8.0-noble-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/noble-chiseled/arm64v8/Dockerfile) | Ubuntu 24.04 -8.0.8-noble-chiseled-extra-arm64v8, 8.0-noble-chiseled-extra-arm64v8, 8.0.8-noble-chiseled-extra, 8.0-noble-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/noble-chiseled-extra/arm64v8/Dockerfile) | Ubuntu 24.04 -8.0.8-jammy-arm64v8, 8.0-jammy-arm64v8, 8.0.8-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04 -8.0.8-jammy-chiseled-arm64v8, 8.0-jammy-chiseled-arm64v8, 8.0.8-jammy-chiseled, 8.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/jammy-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04 -8.0.8-jammy-chiseled-extra-arm64v8, 8.0-jammy-chiseled-extra-arm64v8, 8.0.8-jammy-chiseled-extra, 8.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/jammy-chiseled-extra/arm64v8/Dockerfile) | Ubuntu 22.04 -8.0.8-azurelinux3.0-arm64v8, 8.0-azurelinux3.0-arm64v8, 8.0.8-azurelinux3.0, 8.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/azurelinux3.0/arm64v8/Dockerfile) | Azure Linux 3.0 -8.0.8-azurelinux3.0-distroless-arm64v8, 8.0-azurelinux3.0-distroless-arm64v8, 8.0.8-azurelinux3.0-distroless, 8.0-azurelinux3.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/azurelinux3.0-distroless/arm64v8/Dockerfile) | Azure Linux 3.0 -8.0.8-azurelinux3.0-distroless-extra-arm64v8, 8.0-azurelinux3.0-distroless-extra-arm64v8, 8.0.8-azurelinux3.0-distroless-extra, 8.0-azurelinux3.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/azurelinux3.0-distroless-extra/arm64v8/Dockerfile) | Azure Linux 3.0 -8.0.8-cbl-mariner2.0-arm64v8, 8.0-cbl-mariner2.0-arm64v8, 8.0.8-cbl-mariner2.0, 8.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/cbl-mariner2.0/arm64v8/Dockerfile) | CBL-Mariner 2.0 -8.0.8-cbl-mariner2.0-distroless-arm64v8, 8.0-cbl-mariner2.0-distroless-arm64v8, 8.0.8-cbl-mariner2.0-distroless, 8.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 -8.0.8-cbl-mariner2.0-distroless-extra-arm64v8, 8.0-cbl-mariner2.0-distroless-extra-arm64v8, 8.0.8-cbl-mariner2.0-distroless-extra, 8.0-cbl-mariner2.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/cbl-mariner2.0-distroless-extra/arm64v8/Dockerfile) | CBL-Mariner 2.0 +8.0.10-bookworm-slim-arm64v8, 8.0-bookworm-slim-arm64v8, 8.0.10-bookworm-slim, 8.0-bookworm-slim, 8.0.10, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 +8.0.10-alpine3.20-arm64v8, 8.0-alpine3.20-arm64v8, 8.0-alpine-arm64v8, 8.0.10-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 +8.0.10-noble-arm64v8, 8.0-noble-arm64v8, 8.0.10-noble, 8.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/noble/arm64v8/Dockerfile) | Ubuntu 24.04 +8.0.10-noble-chiseled-arm64v8, 8.0-noble-chiseled-arm64v8, 8.0.10-noble-chiseled, 8.0-noble-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/noble-chiseled/arm64v8/Dockerfile) | Ubuntu 24.04 +8.0.10-noble-chiseled-extra-arm64v8, 8.0-noble-chiseled-extra-arm64v8, 8.0.10-noble-chiseled-extra, 8.0-noble-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/noble-chiseled-extra/arm64v8/Dockerfile) | Ubuntu 24.04 +8.0.10-jammy-arm64v8, 8.0-jammy-arm64v8, 8.0.10-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04 +8.0.10-jammy-chiseled-arm64v8, 8.0-jammy-chiseled-arm64v8, 8.0.10-jammy-chiseled, 8.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/jammy-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04 +8.0.10-jammy-chiseled-extra-arm64v8, 8.0-jammy-chiseled-extra-arm64v8, 8.0.10-jammy-chiseled-extra, 8.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/jammy-chiseled-extra/arm64v8/Dockerfile) | Ubuntu 22.04 +8.0.10-azurelinux3.0-arm64v8, 8.0-azurelinux3.0-arm64v8, 8.0.10-azurelinux3.0, 8.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/azurelinux3.0/arm64v8/Dockerfile) | Azure Linux 3.0 +8.0.10-azurelinux3.0-distroless-arm64v8, 8.0-azurelinux3.0-distroless-arm64v8, 8.0.10-azurelinux3.0-distroless, 8.0-azurelinux3.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/azurelinux3.0-distroless/arm64v8/Dockerfile) | Azure Linux 3.0 +8.0.10-azurelinux3.0-distroless-extra-arm64v8, 8.0-azurelinux3.0-distroless-extra-arm64v8, 8.0.10-azurelinux3.0-distroless-extra, 8.0-azurelinux3.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/azurelinux3.0-distroless-extra/arm64v8/Dockerfile) | Azure Linux 3.0 +8.0.10-cbl-mariner2.0-arm64v8, 8.0-cbl-mariner2.0-arm64v8, 8.0.10-cbl-mariner2.0, 8.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/cbl-mariner2.0/arm64v8/Dockerfile) | CBL-Mariner 2.0 +8.0.10-cbl-mariner2.0-distroless-arm64v8, 8.0-cbl-mariner2.0-distroless-arm64v8, 8.0.10-cbl-mariner2.0-distroless, 8.0-cbl-mariner2.0-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 +8.0.10-cbl-mariner2.0-distroless-extra-arm64v8, 8.0-cbl-mariner2.0-distroless-extra-arm64v8, 8.0.10-cbl-mariner2.0-distroless-extra, 8.0-cbl-mariner2.0-distroless-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/cbl-mariner2.0-distroless-extra/arm64v8/Dockerfile) | CBL-Mariner 2.0 6.0.35-bookworm-slim-arm64v8, 6.0-bookworm-slim-arm64v8, 6.0.35-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 6.0.35-bullseye-slim-arm64v8, 6.0-bullseye-slim-arm64v8, 6.0.35-bullseye-slim, 6.0-bullseye-slim, 6.0.35, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/bullseye-slim/arm64v8/Dockerfile) | Debian 11 6.0.35-alpine3.20-arm64v8, 6.0-alpine3.20-arm64v8, 6.0-alpine-arm64v8, 6.0.35-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 @@ -142,11 +142,11 @@ Tags | Dockerfile | OS Version 9.0.0-rc.1-noble-arm32v7, 9.0-noble-arm32v7, 9.0.0-rc.1-noble, 9.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/9.0/noble/arm32v7/Dockerfile) | Ubuntu 24.04 9.0.0-rc.1-noble-chiseled-arm32v7, 9.0-noble-chiseled-arm32v7, 9.0.0-rc.1-noble-chiseled, 9.0-noble-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/9.0/noble-chiseled/arm32v7/Dockerfile) | Ubuntu 24.04 9.0.0-rc.1-noble-chiseled-extra-arm32v7, 9.0-noble-chiseled-extra-arm32v7, 9.0.0-rc.1-noble-chiseled-extra, 9.0-noble-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/9.0/noble-chiseled-extra/arm32v7/Dockerfile) | Ubuntu 24.04 -8.0.8-bookworm-slim-arm32v7, 8.0-bookworm-slim-arm32v7, 8.0.8-bookworm-slim, 8.0-bookworm-slim, 8.0.8, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 -8.0.8-alpine3.20-arm32v7, 8.0-alpine3.20-arm32v7, 8.0-alpine-arm32v7, 8.0.8-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 -8.0.8-jammy-arm32v7, 8.0-jammy-arm32v7, 8.0.8-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04 -8.0.8-jammy-chiseled-arm32v7, 8.0-jammy-chiseled-arm32v7, 8.0.8-jammy-chiseled, 8.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/jammy-chiseled/arm32v7/Dockerfile) | Ubuntu 22.04 -8.0.8-jammy-chiseled-extra-arm32v7, 8.0-jammy-chiseled-extra-arm32v7, 8.0.8-jammy-chiseled-extra, 8.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/jammy-chiseled-extra/arm32v7/Dockerfile) | Ubuntu 22.04 +8.0.10-bookworm-slim-arm32v7, 8.0-bookworm-slim-arm32v7, 8.0.10-bookworm-slim, 8.0-bookworm-slim, 8.0.10, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 +8.0.10-alpine3.20-arm32v7, 8.0-alpine3.20-arm32v7, 8.0-alpine-arm32v7, 8.0.10-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 +8.0.10-jammy-arm32v7, 8.0-jammy-arm32v7, 8.0.10-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04 +8.0.10-jammy-chiseled-arm32v7, 8.0-jammy-chiseled-arm32v7, 8.0.10-jammy-chiseled, 8.0-jammy-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/jammy-chiseled/arm32v7/Dockerfile) | Ubuntu 22.04 +8.0.10-jammy-chiseled-extra-arm32v7, 8.0-jammy-chiseled-extra-arm32v7, 8.0.10-jammy-chiseled-extra, 8.0-jammy-chiseled-extra | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/jammy-chiseled-extra/arm32v7/Dockerfile) | Ubuntu 22.04 6.0.35-bookworm-slim-arm32v7, 6.0-bookworm-slim-arm32v7, 6.0.35-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 6.0.35-bullseye-slim-arm32v7, 6.0-bullseye-slim-arm32v7, 6.0.35-bullseye-slim, 6.0-bullseye-slim, 6.0.35, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/bullseye-slim/arm32v7/Dockerfile) | Debian 11 6.0.35-alpine3.20-arm32v7, 6.0-alpine3.20-arm32v7, 6.0-alpine-arm32v7, 6.0.35-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 @@ -160,7 +160,7 @@ Tags | Dockerfile | OS Version Tag | Dockerfile ---------| --------------- 9.0.0-rc.1-nanoserver-ltsc2022, 9.0-nanoserver-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/9.0/nanoserver-ltsc2022/amd64/Dockerfile) -8.0.8-nanoserver-ltsc2022, 8.0-nanoserver-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/nanoserver-ltsc2022/amd64/Dockerfile) +8.0.10-nanoserver-ltsc2022, 8.0-nanoserver-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/nanoserver-ltsc2022/amd64/Dockerfile) 6.0.35-nanoserver-ltsc2022, 6.0-nanoserver-ltsc2022, 6.0.35, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/nanoserver-ltsc2022/amd64/Dockerfile) ### Windows Server Core 2022 amd64 Tags @@ -168,7 +168,7 @@ Tag | Dockerfile Tag | Dockerfile ---------| --------------- 9.0.0-rc.1-windowsservercore-ltsc2022, 9.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/9.0/windowsservercore-ltsc2022/amd64/Dockerfile) -8.0.8-windowsservercore-ltsc2022, 8.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/windowsservercore-ltsc2022/amd64/Dockerfile) +8.0.10-windowsservercore-ltsc2022, 8.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/windowsservercore-ltsc2022/amd64/Dockerfile) 6.0.35-windowsservercore-ltsc2022, 6.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/windowsservercore-ltsc2022/amd64/Dockerfile) ### Nano Server, version 1809 amd64 Tags @@ -176,7 +176,7 @@ Tag | Dockerfile Tag | Dockerfile ---------| --------------- 9.0.0-rc.1-nanoserver-1809, 9.0-nanoserver-1809 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/9.0/nanoserver-1809/amd64/Dockerfile) -8.0.8-nanoserver-1809, 8.0-nanoserver-1809 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/nanoserver-1809/amd64/Dockerfile) +8.0.10-nanoserver-1809, 8.0-nanoserver-1809 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/nanoserver-1809/amd64/Dockerfile) 6.0.35-nanoserver-1809, 6.0-nanoserver-1809, 6.0.35, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/nanoserver-1809/amd64/Dockerfile) ### Windows Server Core 2019 amd64 Tags @@ -184,7 +184,7 @@ Tag | Dockerfile Tag | Dockerfile ---------| --------------- 9.0.0-rc.1-windowsservercore-ltsc2019, 9.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/9.0/windowsservercore-ltsc2019/amd64/Dockerfile) -8.0.8-windowsservercore-ltsc2019, 8.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/windowsservercore-ltsc2019/amd64/Dockerfile) +8.0.10-windowsservercore-ltsc2019, 8.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/8.0/windowsservercore-ltsc2019/amd64/Dockerfile) 6.0.35-windowsservercore-ltsc2019, 6.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/runtime/6.0/windowsservercore-ltsc2019/amd64/Dockerfile) diff --git a/README.sdk.md b/README.sdk.md index ae44333c0b..386f8e0356 100644 --- a/README.sdk.md +++ b/README.sdk.md @@ -71,12 +71,12 @@ Tags | Dockerfile | OS Version 9.0.100-rc.1-alpine3.20-amd64, 9.0-alpine3.20-amd64, 9.0-alpine-amd64, 9.0.100-rc.1-alpine3.20, 9.0-alpine3.20, 9.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/9.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 9.0.100-rc.1-noble-amd64, 9.0-noble-amd64, 9.0.100-rc.1-noble, 9.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/9.0/noble/amd64/Dockerfile) | Ubuntu 24.04 9.0.100-rc.1-azurelinux3.0-amd64, 9.0-azurelinux3.0-amd64, 9.0.100-rc.1-azurelinux3.0, 9.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/9.0/azurelinux3.0/amd64/Dockerfile) | Azure Linux 3.0 -8.0.402-bookworm-slim-amd64, 8.0-bookworm-slim-amd64, 8.0.402-bookworm-slim, 8.0-bookworm-slim, 8.0.402, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/bookworm-slim/amd64/Dockerfile) | Debian 12 -8.0.402-alpine3.20-amd64, 8.0-alpine3.20-amd64, 8.0-alpine-amd64, 8.0.402-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 -8.0.402-noble-amd64, 8.0-noble-amd64, 8.0.402-noble, 8.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/noble/amd64/Dockerfile) | Ubuntu 24.04 -8.0.402-jammy-amd64, 8.0-jammy-amd64, 8.0.402-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/jammy/amd64/Dockerfile) | Ubuntu 22.04 -8.0.402-azurelinux3.0-amd64, 8.0-azurelinux3.0-amd64, 8.0.402-azurelinux3.0, 8.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/azurelinux3.0/amd64/Dockerfile) | Azure Linux 3.0 -8.0.402-cbl-mariner2.0-amd64, 8.0-cbl-mariner2.0-amd64, 8.0.402-cbl-mariner2.0, 8.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/cbl-mariner2.0/amd64/Dockerfile) | CBL-Mariner 2.0 +8.0.403-bookworm-slim-amd64, 8.0-bookworm-slim-amd64, 8.0.403-bookworm-slim, 8.0-bookworm-slim, 8.0.403, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/bookworm-slim/amd64/Dockerfile) | Debian 12 +8.0.403-alpine3.20-amd64, 8.0-alpine3.20-amd64, 8.0-alpine-amd64, 8.0.403-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 +8.0.403-noble-amd64, 8.0-noble-amd64, 8.0.403-noble, 8.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/noble/amd64/Dockerfile) | Ubuntu 24.04 +8.0.403-jammy-amd64, 8.0-jammy-amd64, 8.0.403-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/jammy/amd64/Dockerfile) | Ubuntu 22.04 +8.0.403-azurelinux3.0-amd64, 8.0-azurelinux3.0-amd64, 8.0.403-azurelinux3.0, 8.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/azurelinux3.0/amd64/Dockerfile) | Azure Linux 3.0 +8.0.403-cbl-mariner2.0-amd64, 8.0-cbl-mariner2.0-amd64, 8.0.403-cbl-mariner2.0, 8.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/cbl-mariner2.0/amd64/Dockerfile) | CBL-Mariner 2.0 6.0.427-1-bookworm-slim-amd64, 6.0-bookworm-slim-amd64, 6.0.427-1-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/bookworm-slim/amd64/Dockerfile) | Debian 12 6.0.427-1-bullseye-slim-amd64, 6.0-bullseye-slim-amd64, 6.0.427-1-bullseye-slim, 6.0-bullseye-slim, 6.0.427-1, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/bullseye-slim/amd64/Dockerfile) | Debian 11 6.0.427-1-alpine3.20-amd64, 6.0-alpine3.20-amd64, 6.0-alpine-amd64, 6.0.427-1-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/alpine3.20/amd64/Dockerfile) | Alpine 3.20 @@ -92,12 +92,12 @@ Tags | Dockerfile | OS Version 9.0.100-rc.1-alpine3.20-arm64v8, 9.0-alpine3.20-arm64v8, 9.0-alpine-arm64v8, 9.0.100-rc.1-alpine3.20, 9.0-alpine3.20, 9.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/9.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 9.0.100-rc.1-noble-arm64v8, 9.0-noble-arm64v8, 9.0.100-rc.1-noble, 9.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/9.0/noble/arm64v8/Dockerfile) | Ubuntu 24.04 9.0.100-rc.1-azurelinux3.0-arm64v8, 9.0-azurelinux3.0-arm64v8, 9.0.100-rc.1-azurelinux3.0, 9.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/9.0/azurelinux3.0/arm64v8/Dockerfile) | Azure Linux 3.0 -8.0.402-bookworm-slim-arm64v8, 8.0-bookworm-slim-arm64v8, 8.0.402-bookworm-slim, 8.0-bookworm-slim, 8.0.402, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 -8.0.402-alpine3.20-arm64v8, 8.0-alpine3.20-arm64v8, 8.0-alpine-arm64v8, 8.0.402-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 -8.0.402-noble-arm64v8, 8.0-noble-arm64v8, 8.0.402-noble, 8.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/noble/arm64v8/Dockerfile) | Ubuntu 24.04 -8.0.402-jammy-arm64v8, 8.0-jammy-arm64v8, 8.0.402-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04 -8.0.402-azurelinux3.0-arm64v8, 8.0-azurelinux3.0-arm64v8, 8.0.402-azurelinux3.0, 8.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/azurelinux3.0/arm64v8/Dockerfile) | Azure Linux 3.0 -8.0.402-cbl-mariner2.0-arm64v8, 8.0-cbl-mariner2.0-arm64v8, 8.0.402-cbl-mariner2.0, 8.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/cbl-mariner2.0/arm64v8/Dockerfile) | CBL-Mariner 2.0 +8.0.403-bookworm-slim-arm64v8, 8.0-bookworm-slim-arm64v8, 8.0.403-bookworm-slim, 8.0-bookworm-slim, 8.0.403, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 +8.0.403-alpine3.20-arm64v8, 8.0-alpine3.20-arm64v8, 8.0-alpine-arm64v8, 8.0.403-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 +8.0.403-noble-arm64v8, 8.0-noble-arm64v8, 8.0.403-noble, 8.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/noble/arm64v8/Dockerfile) | Ubuntu 24.04 +8.0.403-jammy-arm64v8, 8.0-jammy-arm64v8, 8.0.403-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/jammy/arm64v8/Dockerfile) | Ubuntu 22.04 +8.0.403-azurelinux3.0-arm64v8, 8.0-azurelinux3.0-arm64v8, 8.0.403-azurelinux3.0, 8.0-azurelinux3.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/azurelinux3.0/arm64v8/Dockerfile) | Azure Linux 3.0 +8.0.403-cbl-mariner2.0-arm64v8, 8.0-cbl-mariner2.0-arm64v8, 8.0.403-cbl-mariner2.0, 8.0-cbl-mariner2.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/cbl-mariner2.0/arm64v8/Dockerfile) | CBL-Mariner 2.0 6.0.427-1-bookworm-slim-arm64v8, 6.0-bookworm-slim-arm64v8, 6.0.427-1-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/bookworm-slim/arm64v8/Dockerfile) | Debian 12 6.0.427-1-bullseye-slim-arm64v8, 6.0-bullseye-slim-arm64v8, 6.0.427-1-bullseye-slim, 6.0-bullseye-slim, 6.0.427-1, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/bullseye-slim/arm64v8/Dockerfile) | Debian 11 6.0.427-1-alpine3.20-arm64v8, 6.0-alpine3.20-arm64v8, 6.0-alpine-arm64v8, 6.0.427-1-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/alpine3.20/arm64v8/Dockerfile) | Alpine 3.20 @@ -112,9 +112,9 @@ Tags | Dockerfile | OS Version 9.0.100-rc.1-bookworm-slim-arm32v7, 9.0-bookworm-slim-arm32v7, 9.0.100-rc.1-bookworm-slim, 9.0-bookworm-slim, 9.0.100-rc.1, 9.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/9.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 9.0.100-rc.1-alpine3.20-arm32v7, 9.0-alpine3.20-arm32v7, 9.0-alpine-arm32v7, 9.0.100-rc.1-alpine3.20, 9.0-alpine3.20, 9.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/9.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 9.0.100-rc.1-noble-arm32v7, 9.0-noble-arm32v7, 9.0.100-rc.1-noble, 9.0-noble | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/9.0/noble/arm32v7/Dockerfile) | Ubuntu 24.04 -8.0.402-bookworm-slim-arm32v7, 8.0-bookworm-slim-arm32v7, 8.0.402-bookworm-slim, 8.0-bookworm-slim, 8.0.402, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 -8.0.402-alpine3.20-arm32v7, 8.0-alpine3.20-arm32v7, 8.0-alpine-arm32v7, 8.0.402-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 -8.0.402-jammy-arm32v7, 8.0-jammy-arm32v7, 8.0.402-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04 +8.0.403-bookworm-slim-arm32v7, 8.0-bookworm-slim-arm32v7, 8.0.403-bookworm-slim, 8.0-bookworm-slim, 8.0.403, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 +8.0.403-alpine3.20-arm32v7, 8.0-alpine3.20-arm32v7, 8.0-alpine-arm32v7, 8.0.403-alpine3.20, 8.0-alpine3.20, 8.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 +8.0.403-jammy-arm32v7, 8.0-jammy-arm32v7, 8.0.403-jammy, 8.0-jammy | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/jammy/arm32v7/Dockerfile) | Ubuntu 22.04 6.0.427-1-bookworm-slim-arm32v7, 6.0-bookworm-slim-arm32v7, 6.0.427-1-bookworm-slim, 6.0-bookworm-slim | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/bookworm-slim/arm32v7/Dockerfile) | Debian 12 6.0.427-1-bullseye-slim-arm32v7, 6.0-bullseye-slim-arm32v7, 6.0.427-1-bullseye-slim, 6.0-bullseye-slim, 6.0.427-1, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/bullseye-slim/arm32v7/Dockerfile) | Debian 11 6.0.427-1-alpine3.20-arm32v7, 6.0-alpine3.20-arm32v7, 6.0-alpine-arm32v7, 6.0.427-1-alpine3.20, 6.0-alpine3.20, 6.0-alpine | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/alpine3.20/arm32v7/Dockerfile) | Alpine 3.20 @@ -126,7 +126,7 @@ Tags | Dockerfile | OS Version Tag | Dockerfile ---------| --------------- 9.0.100-rc.1-nanoserver-ltsc2022, 9.0-nanoserver-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/9.0/nanoserver-ltsc2022/amd64/Dockerfile) -8.0.402-nanoserver-ltsc2022, 8.0-nanoserver-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/nanoserver-ltsc2022/amd64/Dockerfile) +8.0.403-nanoserver-ltsc2022, 8.0-nanoserver-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/nanoserver-ltsc2022/amd64/Dockerfile) 6.0.427-1-nanoserver-ltsc2022, 6.0-nanoserver-ltsc2022, 6.0.427-1, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/nanoserver-ltsc2022/amd64/Dockerfile) ### Windows Server Core 2022 amd64 Tags @@ -134,7 +134,7 @@ Tag | Dockerfile Tag | Dockerfile ---------| --------------- 9.0.100-rc.1-windowsservercore-ltsc2022, 9.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/9.0/windowsservercore-ltsc2022/amd64/Dockerfile) -8.0.402-windowsservercore-ltsc2022, 8.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/windowsservercore-ltsc2022/amd64/Dockerfile) +8.0.403-windowsservercore-ltsc2022, 8.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/windowsservercore-ltsc2022/amd64/Dockerfile) 6.0.427-1-windowsservercore-ltsc2022, 6.0-windowsservercore-ltsc2022 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/windowsservercore-ltsc2022/amd64/Dockerfile) ### Nano Server, version 1809 amd64 Tags @@ -142,7 +142,7 @@ Tag | Dockerfile Tag | Dockerfile ---------| --------------- 9.0.100-rc.1-nanoserver-1809, 9.0-nanoserver-1809 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/9.0/nanoserver-1809/amd64/Dockerfile) -8.0.402-nanoserver-1809, 8.0-nanoserver-1809 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/nanoserver-1809/amd64/Dockerfile) +8.0.403-nanoserver-1809, 8.0-nanoserver-1809 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/nanoserver-1809/amd64/Dockerfile) 6.0.427-1-nanoserver-1809, 6.0-nanoserver-1809, 6.0.427-1, 6.0 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/nanoserver-1809/amd64/Dockerfile) ### Windows Server Core 2019 amd64 Tags @@ -150,7 +150,7 @@ Tag | Dockerfile Tag | Dockerfile ---------| --------------- 9.0.100-rc.1-windowsservercore-ltsc2019, 9.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/9.0/windowsservercore-ltsc2019/amd64/Dockerfile) -8.0.402-windowsservercore-ltsc2019, 8.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/windowsservercore-ltsc2019/amd64/Dockerfile) +8.0.403-windowsservercore-ltsc2019, 8.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/8.0/windowsservercore-ltsc2019/amd64/Dockerfile) 6.0.427-1-windowsservercore-ltsc2019, 6.0-windowsservercore-ltsc2019 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/sdk/6.0/windowsservercore-ltsc2019/amd64/Dockerfile) diff --git a/manifest.versions.json b/manifest.versions.json index e1946a3c0b..68cb1ed00d 100644 --- a/manifest.versions.json +++ b/manifest.versions.json @@ -29,21 +29,21 @@ "aspnet-runtime-targeting-pack|6.0|linux-rpm|x64|sha": "0018f268672577d00f39563cd83f7f968176cdac58cac8f2d4617c5f14de4dbaf412b64e8d492cc5731b2fa965d54cddfd7924dc286fddd74d9b23e7d98daea2", "aspnet-runtime-targeting-pack|6.0|linux-rpm|arm64|sha": "2d9d8ed3df6be28e54f6cda7dc3c2c8753c7d56f82242d477576226d1399778ca50259447289a5179e955edafd39df9ecd5fbaa64a539094efbb19a13d1f3b09", - "aspnet|8.0|build-version": "8.0.8", - "aspnet|8.0|linux-musl|x64|sha": "822f2e1716dc2d2aa46ff08f4d2d9bb9ea8c82332785d0aba5f4f33e5eb60bdcd84e899cd2a13ca93032226710b5f0ca5c7159beda17027f84efa285278b5798", - "aspnet|8.0|linux-musl|arm|sha": "5d9f609e72dcfcc16b6bb63d49e7fd47c3e2d77913d9de14864417fb2a534b2f7db56530db165acc63633641c706d0faba95db985b09844677d8cb41039a0c67", - "aspnet|8.0|linux-musl|arm64|sha": "6028c29306d4969ee404c459dca3130f1e9614d1954e8ed4400140b35ad8a1e66a0a8b3ae02155df6bd046cd9309074220487a1c2625c39f081bdc6c8ed62005", - "aspnet|8.0|linux|arm|sha": "d0feedd91bb4028069d8cff1726191e9f09920e756405de0d2bbf6f43116277cc93ebe2483f405baa4972b54ffe89b09cbe172a639e60397ae7138df5ef48c4e", - "aspnet|8.0|linux|x64|sha": "d6c0cc2aac79fbacbf81b597f286763599f66278c17ddb448ce0b93d499bad8f88777d425854e68602945ab18af8a61f1ee59d431d5503006137f86113faa8b2", - "aspnet|8.0|linux|arm64|sha": "c3dc9d71fca0a48eda96074cbcef4c9a265c1c4e10cbff38614dd74d79443ae9d1ccd10714764cd041291f81d83c0ed1c307abf89249ab4b6f58a5de952fcffd", - "aspnet|8.0|win|x64|sha": "c5ad87fdf6cac37234317109fcbc6649aeb0adef3ffc2583af6e044e8934862aa37d17a6071d5383917ca92c01691c8c0680270fa5b6f1aeb43a0fb1d6cab4f6", + "aspnet|8.0|build-version": "8.0.10", + "aspnet|8.0|linux-musl|x64|sha": "84af156fd6145fc699c73865ea12a5994e43e788945fedcd5c80d9136b9482ad0d9e0bddb933f5f72ff1dcfb90d06dc2e94a21d02eda10bc1015f3e4b8639d14", + "aspnet|8.0|linux-musl|arm|sha": "45b1b3110cd2c6684c3120a719d7a62d7a6ac15474101e629f47ce012abe1c65aa67b93fb0a05128b7462fe3f03edc5cba40fc788004f888a8e3b27c861eec56", + "aspnet|8.0|linux-musl|arm64|sha": "c71ea24716066096b48be5ce8b9fd3a144ff8658382f7b193c9c388eadb4279b644b2bc7a0293c01a61084399d5e89c8952f93ded90beaac6a01c361c57a8fe1", + "aspnet|8.0|linux|arm|sha": "fae8b6b270a4dc9218df99bb3cc10f0a52db9ed3630ba82056402154d27c238f76e44561f85348cf1a4f7e2bd1dbd910d4138a91ef66abe5685d9972b3d050aa", + "aspnet|8.0|linux|x64|sha": "33221f19964ccb06cba74420dacbfe5bfd036f7847387093119f8f391d5716e1c5a8e05721f2335984409b43423d79b51ec571e51f0cdfae6d9d2a2b2d98505a", + "aspnet|8.0|linux|arm64|sha": "3a478f9310c748b7427c91deb3ba83f4c02557a7d7a3d7382526b6dc39dad3d938022475ab20f060f1b4ed365c7b1b95a1d089cca502a423298c41379bff8111", + "aspnet|8.0|win|x64|sha": "b9d08366e056def8760882d08f09e8495a6cf6ebfd1b881c92f3c385637c77ccf432ed51f930e4994e66156fb5311daeb0b2aa06074da17cbbb068e0e5dfad3a", - "aspnet-composite|8.0|linux|x64|sha": "7f5c9df8a36f900021cdd6c3e8aa7e1583b1dd413de52d0ee109f44f101479110828f8840082020b86e06301789f075a6ce0018b86af26bf9544fe4f6fc165f2", - "aspnet-composite|8.0|linux|arm|sha": "0b4273d059bd57c7473b80f548fc519a674542d18403d46416e7005dc6e5b984828f1c3c125d19af8752712936c2e49e2e574d8534002980aa298a159bc89698", - "aspnet-composite|8.0|linux|arm64|sha": "6385460af9f0e0377fa92f737dd0c76aaac60c8602c0a872467909738ab95dca67d9f75e10077610a3a7ea52f4abef5a86f50f25eee1c8587426011441d1abfc", - "aspnet-composite|8.0|linux-musl|x64|sha": "7f3ad22abca4d43a46c11ffcdfedf8cf51a297ea83e53ece11e131cc9afceb67a8d4cd8aa0e35ae53c2bad0fdaf866936ba4c670fdfc9c9f57f832d2cd1d0c62", - "aspnet-composite|8.0|linux-musl|arm|sha": "f115d139bbd635eb83818d78caa85b68725a1c35404985c077a1a0c696698cf4e6068635a25b053251139ddf80738acbe97168c109fc890f1dea4fcf9df86cdc", - "aspnet-composite|8.0|linux-musl|arm64|sha": "02e92e451ecfa4fe2e6c9483323fd60b974c62f24e7f6910ca28a977233315029566e440f44acbb8beb23bf7691c9a7812a0e2670be3446158362279a08be752", + "aspnet-composite|8.0|linux|x64|sha": "2613c87a0d060681c16f8d0aaa507d808941f8c3262bd793043d30785df26b3a5b54be395e18ebd66bfb309f190179fa11b7c8354a40b67cb20d05ed88baa235", + "aspnet-composite|8.0|linux|arm|sha": "68191eefc373102b908fe752c44238327c76448350536988cd1e992a65c3e78d8094e760f6490c3052a2fe33820cf8fbdb44d647015e36c986c1436a9569a484", + "aspnet-composite|8.0|linux|arm64|sha": "4ef6d3653229e93b29a2e16da4b5311a0f5b729aae5f5fd21d6ca1f8948feed45504e8dd212325ca8787f9d8ca0617fb43fb947949597d762602db1c4d3513c2", + "aspnet-composite|8.0|linux-musl|x64|sha": "1636eebb2d3a96d386a7bff23044bcc796b9ccfd6c7b50d6814d85184174e42a6116817f3c40f6f69ddab4f9c5da41b637633d8191c35c062c91fde9883b9ad9", + "aspnet-composite|8.0|linux-musl|arm|sha": "aaafd623720cabeadcb43fd10231e93fd59b71a1d06325c8a33b48bf103519d6bf531c22a0f44f8d249f4ed2f2547977d960dfcf366eff62a71249ea01ede5b4", + "aspnet-composite|8.0|linux-musl|arm64|sha": "decd084ccae93fa7cda4d616e4af3740581f61c680fb0dfea64f69883de79aa3303703c0de0b7aaf5c4ce7ff0faf0c690e00c3ebac29da6a80a0e3c38171c093", "aspnet|9.0|build-version": "9.0.0-rc.1.24452.1", "aspnet|9.0|linux-musl|x64|sha": "0f945f9c7619918d619a66cfb6c8b01fd9939438ce8ef8be0797faea4cbd73cede6fd25c225855efb793be670bfc0f7198e9f231fa0511d7cf319d2fabbac9d3", @@ -93,7 +93,7 @@ "dotnet|6.0|base-url|main": "$(base-url|public|maintenance|main)", "dotnet|6.0|base-url|nightly": "$(base-url|public|maintenance|nightly)", - "dotnet|8.0|product-version": "8.0.8", + "dotnet|8.0|product-version": "8.0.10", "dotnet|8.0|fixed-tag": "$(dotnet|8.0|product-version)", "dotnet|8.0|minor-tag": "8.0", "dotnet|8.0|base-url|main": "$(base-url|public|maintenance|main)", @@ -120,8 +120,8 @@ "mingit|latest|x64|url": "https://github.com/git-for-windows/git/releases/download/v2.46.0.windows.1/MinGit-2.46.0-64-bit.zip", "mingit|latest|x64|sha": "9f3c58e50e265043b1dd7bdaea9db4e2f23b939c189aa0fc820eb8dcfee523be", - "mingit|8.0|x64|url": "https://github.com/git-for-windows/git/releases/download/v2.46.1.windows.1/MinGit-2.46.1-64-bit.zip", - "mingit|8.0|x64|sha": "d33b5a5838125aa2e06a917ffa7065831355fc13088abfaab3d0e3403d5928d2", + "mingit|8.0|x64|url": "https://github.com/git-for-windows/git/releases/download/v2.46.2.windows.1/MinGit-2.46.2-64-bit.zip", + "mingit|8.0|x64|sha": "0dca60869825ceb8b6108be69f0c536174fbca45e11300f2c14c34632d8238ed", "mingit|9.0|x64|url": "$(mingit|latest|x64|url)", "mingit|9.0|x64|sha": "$(mingit|latest|x64|sha)", @@ -221,14 +221,14 @@ "runtime-targeting-pack|6.0|linux-rpm|x64|sha": "487c97adb34a940ab5337a09f518d27e9203a7312b2b7ee805efac1b71d0abd31e6199d18914070fcb40f1d809f8adce44b5d4f37e7d6b34c4f1342434eb0da3", "runtime-targeting-pack|6.0|linux-rpm|arm64|sha": "4eba376b93c8e9e9c70af495379bd68f0b18ddb79ba219e98825f11ea75a6d02bedac203978cce5b84113a97b33be662a220ed62b5cebbc737a113d022f911e9", - "runtime|8.0|build-version": "8.0.8", - "runtime|8.0|linux-musl|x64|sha": "ca2ff32145506513253f80ecd72b5c24d8bda28f44ae83c988c39ebfa75e737d5510bcb84bc27a149d2e6995761f8b124d7701522ae9bbcac17fc32667217eb6", - "runtime|8.0|linux-musl|arm|sha": "8a6f920d93d7d5527dc289f472521e2a671afb4e663aaacfd82c32658c2ea39eab43a5c97d3d3d7ba58403ebfbf6cb96fc73ff5b7ccc1a9447d13bf41eeb80c9", - "runtime|8.0|linux-musl|arm64|sha": "26f35e1c6074a7d99a40ea48f6c02db78f4e2c743cbc74463a094da014e126e9379d09b4e56809ac9829b26b6ba0a901adc47adfc3c5d35a97e9ead5a6931489", - "runtime|8.0|linux|arm|sha": "c87af5aaaf32e18ccdc2965179c65aabae5e0e9e8ea209f6c364270ce2e4afffea979ca22e143de4674e36a2b12c66b575588ae219f16636aca7121440240288", - "runtime|8.0|linux|x64|sha": "8f5220098c562fa3490417748eb9f4f9ca1551f7155728b9ebb1924359c63c18dedef643bcd89ec67b59cb5b1b9de7283ee156ef381ffb16801b516dba9b1b0f", - "runtime|8.0|linux|arm64|sha": "246fb7e5edb51db93421c6bb7420f7a358430b98b224a71fb70e71a2bce0bc91f853aa89109f2188b0ab28532a245c3d52baac163463e01a02019dea37fd39f2", - "runtime|8.0|win|x64|sha": "cca24d8c1d8a8af7496fd29bf8fa1750f438207181bd3add128aa5083e6ddb159d5d7de8f3bed3b30618c8886b4380dc55ee15b03e71feb345011c48a08d27bd", + "runtime|8.0|build-version": "8.0.10", + "runtime|8.0|linux-musl|x64|sha": "2d6edcc14b9d9fef93ac72fb32b17a6318f2af5bdd83c4b34b35c591dcd406da4d489c1a4d5808a61bac2ee14b40bb6b0e8ffe9b424901b70fe2d969deffa087", + "runtime|8.0|linux-musl|arm|sha": "aec8c820591a13d17d80a16880fa622961ea3a982d5ea30b26ea915ed8d860e9500b2ac7aee07aacc0a3f505ea33a665037096a3dbc9ed95fccf335e4b4b9dab", + "runtime|8.0|linux-musl|arm64|sha": "1eecafe272a071ed78bc91b4c900ab70ec102c9f82cedcfde279bd9921a7e740ee9e881538a00a6ce400d9dc0ebc9305e8cd4962db2431e73b691e1052694ec1", + "runtime|8.0|linux|arm|sha": "f06b8787e4f86f61569959228a9ae7d10bb7a1fa967010d7f3ca0080c850513cf5657c18d472211ce16880ff5eafc6c8442a564b2f8351d77c5dd270213c984c", + "runtime|8.0|linux|x64|sha": "7fb813677720d125c2337fedc6131b230daf1c1d79d5912a1ca6b5e08bf7802b412de3248d645b6483ab23f3fae837ed02a0e520e33020cfef2c888c54f474ac", + "runtime|8.0|linux|arm64|sha": "31599ffbca710247f4e03fe99b1098b287a0ed820a944b5a6ed22372651c97d67531c34abadbc52e59e8f70b4f76cd331221d008684f3feefd9be2904a73e388", + "runtime|8.0|win|x64|sha": "fefa7e8958a67d1a108457ed55906eb62a53fa61d5fb0187c489b981946d988ff2e31aa1ce7b1fd70ce7b6c1e07c616983161e13cd1009655a9ba5297677a5f7", "runtime|9.0|build-version": "9.0.0-rc.1.24431.7", "runtime|9.0|linux-musl|x64|sha": "bd77015ca46b8928f70a61e6cfef23c5e308ad40c03ddd421c210141b1a38cd5c4d8edf5365e8baee227db5a6ac71fbea481c1a8b3c5ba6ea58330afdd7fe231", @@ -253,17 +253,17 @@ "sdk|6.0|linux|x64|sha": "a9cd1e5ccc3c5d847aca2ef21dd145f61c6b18c4e75a3c2fc9aed592c6066d511b8b658c54c2cd851938fe5aba2386e5f6f51005f6406b420110c0ec408a8401", "sdk|6.0|win|x64|sha": "e92c21f13bf34d8f5892b966950d1f2fe08839e23817a7f8268af36361161b3604a79edab493f7f44033bad2829f4ca57f6afc8e8141aa468c367efe3ba44b38", - "sdk|8.0|build-version": "8.0.402", - "sdk|8.0|product-version": "8.0.402", + "sdk|8.0|build-version": "8.0.403", + "sdk|8.0|product-version": "8.0.403", "sdk|8.0|fixed-tag": "$(sdk|8.0|product-version)", "sdk|8.0|minor-tag": "$(dotnet|8.0|minor-tag)", - "sdk|8.0|linux-musl|arm|sha": "d08e1bcf304c4ea4c7cde0f63a56077536e758b7cb512a593edc4afe4646f5e6256df6ebda48bb4e0955c92ae6b128e47157cb7331ae4691bc0c40a7ce732a83", - "sdk|8.0|linux-musl|arm64|sha": "939a8eeb001983f493828eda5cea9cfe26245d7cd6be11a9f303d04a4b7d6d7bafbda64ae64243d5aa6d6583e1e58115053215369e14b1aaf9d914f311ada1c7", - "sdk|8.0|linux-musl|x64|sha": "3c74dd447d31363f6f753bfd8359313e8abb2b008717e9f2a860d71236aea915f0a81739045802380e211ed4f478105f00f93152983eedd9b8a43224c8531af1", - "sdk|8.0|linux|arm|sha": "ac654aded46a89a825f5e7471332834800b1a11a14bcd92282da155bea89966add3fa9ed8281d6f20bd4a4f5d2c5aefaf454c0c630cda09aa759c2f6a7755d10", - "sdk|8.0|linux|arm64|sha": "03a98e2fa90902f1251f231e268eb70c59639ef806d0466ce14ec3224d0739526a38982ca84d68e76ebd99f5962d6d490915358aa70e9276842e4f148fbd9596", - "sdk|8.0|linux|x64|sha": "a74f5cb0ac34ac3889c7616da7386563103e28a60fc8f767857f9b65c34c34d11301593de6b248d26c72557d63c18b0f7ce15bbcc0114f321c5e14dcec98008c", - "sdk|8.0|win|x64|sha": "532e09b25ffb174db2ca6f7cd990571faaff6a6ae2963f242583d05606b9798b5672c85bd65ebe94674681c33f06f342e7e4214e6e6da72b227323e0cbb06b43", + "sdk|8.0|linux-musl|arm|sha": "6bc5ec6a0aeea1d8b002af1edf63da0fdca3d54d2ceb4e51a90ea53a9a758561d161e4fa10ac3eebc564bbd400c1b94df2e04c26bae01d99bbc109e4eee32365", + "sdk|8.0|linux-musl|arm64|sha": "bb63ce01ab1c64b86bd94d90c10e568687276275a5cf916f684fe5f131723745216639e37d3ccf2b7923f558f190dd3848ff621fbc8e9eca5b4951b5b75ba110", + "sdk|8.0|linux-musl|x64|sha": "920373320b0769546180f5099fdba334383b45103120fc5adf876583986ec3a5714e82fcd6475479df415f332dce4d0a989c05dae1f4d1a50d0265b9121f8d2f", + "sdk|8.0|linux|arm|sha": "ddcc229316475ba73cc46518ea263a97bd57fa7846a4fe76efb90f874311e8a7f5718ac6dcb8616835b4321af46f0e0265ae48b106e5adc9ba82cce88e804a4b", + "sdk|8.0|linux|arm64|sha": "f42e1ba9a897f91c8d734b09a9bfc82428f0629b7cdd9375262158d9f282797c199558c37ae7f36947e57d8adc61af9490595c4e6bbd05217fd6d05133dded4d", + "sdk|8.0|linux|x64|sha": "7aa03678228b174f51c4535f18348cdf7a5d35e243b1f8cb28a4a30e402e47567d06df63c8f6da4bdc3c7e898f54f4acc08d9952bfa49d3f220d0353253ac3e9", + "sdk|8.0|win|x64|sha": "39f4b076984ee18f899ad9fa3f583d4eb4fa2e340f2093f477362a54bb5d955dbb5f18049bd2c80317d1fb5daa46d13c2b18267303555de0d9a8c3ae1063d924", "sdk|9.0|build-version": "9.0.100-rc.1.24452.12", "sdk|9.0|product-version": "9.0.100-rc.1", diff --git a/src/aspire-dashboard/8.2/cbl-mariner-distroless/amd64/Dockerfile b/src/aspire-dashboard/8.2/cbl-mariner-distroless/amd64/Dockerfile index a1b6c83a42..a37f9a65ef 100644 --- a/src/aspire-dashboard/8.2/cbl-mariner-distroless/amd64/Dockerfile +++ b/src/aspire-dashboard/8.2/cbl-mariner-distroless/amd64/Dockerfile @@ -19,7 +19,7 @@ RUN dotnet_aspire_version=8.2.1-preview.1.24473.4 \ # Aspire Dashboard image -FROM $REPO:8.0.8-cbl-mariner2.0-distroless-extra-amd64 +FROM $REPO:8.0.10-cbl-mariner2.0-distroless-extra-amd64 WORKDIR /app COPY --from=installer /app . diff --git a/src/aspire-dashboard/8.2/cbl-mariner-distroless/arm64v8/Dockerfile b/src/aspire-dashboard/8.2/cbl-mariner-distroless/arm64v8/Dockerfile index a8363b72d1..124adb251a 100644 --- a/src/aspire-dashboard/8.2/cbl-mariner-distroless/arm64v8/Dockerfile +++ b/src/aspire-dashboard/8.2/cbl-mariner-distroless/arm64v8/Dockerfile @@ -19,7 +19,7 @@ RUN dotnet_aspire_version=8.2.1-preview.1.24473.4 \ # Aspire Dashboard image -FROM $REPO:8.0.8-cbl-mariner2.0-distroless-extra-arm64v8 +FROM $REPO:8.0.10-cbl-mariner2.0-distroless-extra-arm64v8 WORKDIR /app COPY --from=installer /app . diff --git a/src/aspnet/8.0/alpine3.20-composite/amd64/Dockerfile b/src/aspnet/8.0/alpine3.20-composite/amd64/Dockerfile index 15a2131d73..0f91a93e2c 100644 --- a/src/aspnet/8.0/alpine3.20-composite/amd64/Dockerfile +++ b/src/aspnet/8.0/alpine3.20-composite/amd64/Dockerfile @@ -1,19 +1,19 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps -FROM $REPO:8.0.8-alpine3.20-amd64 +FROM $REPO:8.0.10-alpine3.20-amd64 # .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set # by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. ENV \ # .NET Runtime version - DOTNET_VERSION=8.0.8 \ + DOTNET_VERSION=8.0.10 \ # ASP.NET Core version - ASPNET_VERSION=8.0.8 + ASPNET_VERSION=8.0.10 # Install ASP.NET Composite Runtime RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$ASPNET_VERSION/aspnetcore-runtime-composite-$ASPNET_VERSION-linux-musl-x64.tar.gz \ - && dotnet_sha512='7f3ad22abca4d43a46c11ffcdfedf8cf51a297ea83e53ece11e131cc9afceb67a8d4cd8aa0e35ae53c2bad0fdaf866936ba4c670fdfc9c9f57f832d2cd1d0c62' \ + && dotnet_sha512='1636eebb2d3a96d386a7bff23044bcc796b9ccfd6c7b50d6814d85184174e42a6116817f3c40f6f69ddab4f9c5da41b637633d8191c35c062c91fde9883b9ad9' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ diff --git a/src/aspnet/8.0/alpine3.20-composite/arm32v7/Dockerfile b/src/aspnet/8.0/alpine3.20-composite/arm32v7/Dockerfile index 5ee5e0fbed..cdd4fe201d 100644 --- a/src/aspnet/8.0/alpine3.20-composite/arm32v7/Dockerfile +++ b/src/aspnet/8.0/alpine3.20-composite/arm32v7/Dockerfile @@ -1,19 +1,19 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps -FROM $REPO:8.0.8-alpine3.20-arm32v7 +FROM $REPO:8.0.10-alpine3.20-arm32v7 # .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set # by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. ENV \ # .NET Runtime version - DOTNET_VERSION=8.0.8 \ + DOTNET_VERSION=8.0.10 \ # ASP.NET Core version - ASPNET_VERSION=8.0.8 + ASPNET_VERSION=8.0.10 # Install ASP.NET Composite Runtime RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$ASPNET_VERSION/aspnetcore-runtime-composite-$ASPNET_VERSION-linux-musl-arm.tar.gz \ - && dotnet_sha512='f115d139bbd635eb83818d78caa85b68725a1c35404985c077a1a0c696698cf4e6068635a25b053251139ddf80738acbe97168c109fc890f1dea4fcf9df86cdc' \ + && dotnet_sha512='aaafd623720cabeadcb43fd10231e93fd59b71a1d06325c8a33b48bf103519d6bf531c22a0f44f8d249f4ed2f2547977d960dfcf366eff62a71249ea01ede5b4' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ diff --git a/src/aspnet/8.0/alpine3.20-composite/arm64v8/Dockerfile b/src/aspnet/8.0/alpine3.20-composite/arm64v8/Dockerfile index 72ff52b3f6..5043010268 100644 --- a/src/aspnet/8.0/alpine3.20-composite/arm64v8/Dockerfile +++ b/src/aspnet/8.0/alpine3.20-composite/arm64v8/Dockerfile @@ -1,19 +1,19 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps -FROM $REPO:8.0.8-alpine3.20-arm64v8 +FROM $REPO:8.0.10-alpine3.20-arm64v8 # .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set # by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. ENV \ # .NET Runtime version - DOTNET_VERSION=8.0.8 \ + DOTNET_VERSION=8.0.10 \ # ASP.NET Core version - ASPNET_VERSION=8.0.8 + ASPNET_VERSION=8.0.10 # Install ASP.NET Composite Runtime RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$ASPNET_VERSION/aspnetcore-runtime-composite-$ASPNET_VERSION-linux-musl-arm64.tar.gz \ - && dotnet_sha512='02e92e451ecfa4fe2e6c9483323fd60b974c62f24e7f6910ca28a977233315029566e440f44acbb8beb23bf7691c9a7812a0e2670be3446158362279a08be752' \ + && dotnet_sha512='decd084ccae93fa7cda4d616e4af3740581f61c680fb0dfea64f69883de79aa3303703c0de0b7aaf5c4ce7ff0faf0c690e00c3ebac29da6a80a0e3c38171c093' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ diff --git a/src/aspnet/8.0/alpine3.20/amd64/Dockerfile b/src/aspnet/8.0/alpine3.20/amd64/Dockerfile index 2d8ca5fdf4..95210e688b 100644 --- a/src/aspnet/8.0/alpine3.20/amd64/Dockerfile +++ b/src/aspnet/8.0/alpine3.20/amd64/Dockerfile @@ -1,15 +1,15 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime -FROM $REPO:8.0.8-alpine3.20-amd64 +FROM $REPO:8.0.10-alpine3.20-amd64 # .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set # by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 # Install ASP.NET Core RUN wget -O aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$ASPNET_VERSION/aspnetcore-runtime-$ASPNET_VERSION-linux-musl-x64.tar.gz \ - && aspnetcore_sha512='822f2e1716dc2d2aa46ff08f4d2d9bb9ea8c82332785d0aba5f4f33e5eb60bdcd84e899cd2a13ca93032226710b5f0ca5c7159beda17027f84efa285278b5798' \ + && aspnetcore_sha512='84af156fd6145fc699c73865ea12a5994e43e788945fedcd5c80d9136b9482ad0d9e0bddb933f5f72ff1dcfb90d06dc2e94a21d02eda10bc1015f3e4b8639d14' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz -C /usr/share/dotnet ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz diff --git a/src/aspnet/8.0/alpine3.20/arm32v7/Dockerfile b/src/aspnet/8.0/alpine3.20/arm32v7/Dockerfile index 5dd7dad81a..c08967ec83 100644 --- a/src/aspnet/8.0/alpine3.20/arm32v7/Dockerfile +++ b/src/aspnet/8.0/alpine3.20/arm32v7/Dockerfile @@ -1,15 +1,15 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime -FROM $REPO:8.0.8-alpine3.20-arm32v7 +FROM $REPO:8.0.10-alpine3.20-arm32v7 # .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set # by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 # Install ASP.NET Core RUN wget -O aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$ASPNET_VERSION/aspnetcore-runtime-$ASPNET_VERSION-linux-musl-arm.tar.gz \ - && aspnetcore_sha512='5d9f609e72dcfcc16b6bb63d49e7fd47c3e2d77913d9de14864417fb2a534b2f7db56530db165acc63633641c706d0faba95db985b09844677d8cb41039a0c67' \ + && aspnetcore_sha512='45b1b3110cd2c6684c3120a719d7a62d7a6ac15474101e629f47ce012abe1c65aa67b93fb0a05128b7462fe3f03edc5cba40fc788004f888a8e3b27c861eec56' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz -C /usr/share/dotnet ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz diff --git a/src/aspnet/8.0/alpine3.20/arm64v8/Dockerfile b/src/aspnet/8.0/alpine3.20/arm64v8/Dockerfile index 407424f039..faa0e5faaa 100644 --- a/src/aspnet/8.0/alpine3.20/arm64v8/Dockerfile +++ b/src/aspnet/8.0/alpine3.20/arm64v8/Dockerfile @@ -1,15 +1,15 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime -FROM $REPO:8.0.8-alpine3.20-arm64v8 +FROM $REPO:8.0.10-alpine3.20-arm64v8 # .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set # by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 # Install ASP.NET Core RUN wget -O aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$ASPNET_VERSION/aspnetcore-runtime-$ASPNET_VERSION-linux-musl-arm64.tar.gz \ - && aspnetcore_sha512='6028c29306d4969ee404c459dca3130f1e9614d1954e8ed4400140b35ad8a1e66a0a8b3ae02155df6bd046cd9309074220487a1c2625c39f081bdc6c8ed62005' \ + && aspnetcore_sha512='c71ea24716066096b48be5ce8b9fd3a144ff8658382f7b193c9c388eadb4279b644b2bc7a0293c01a61084399d5e89c8952f93ded90beaac6a01c361c57a8fe1' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz -C /usr/share/dotnet ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz diff --git a/src/aspnet/8.0/azurelinux3.0-distroless-composite-extra/amd64/Dockerfile b/src/aspnet/8.0/azurelinux3.0-distroless-composite-extra/amd64/Dockerfile index 1f746b4654..9751c49700 100644 --- a/src/aspnet/8.0/azurelinux3.0-distroless-composite-extra/amd64/Dockerfile +++ b/src/aspnet/8.0/azurelinux3.0-distroless-composite-extra/amd64/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve ASP.NET Composite Runtime -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz \ - && dotnet_sha512='7f5c9df8a36f900021cdd6c3e8aa7e1583b1dd413de52d0ee109f44f101479110828f8840082020b86e06301789f075a6ce0018b86af26bf9544fe4f6fc165f2' \ + && dotnet_sha512='2613c87a0d060681c16f8d0aaa507d808941f8c3262bd793043d30785df26b3a5b54be395e18ebd66bfb309f190179fa11b7c8354a40b67cb20d05ed88baa235' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -23,13 +23,13 @@ RUN mkdir /dotnet-symlink \ # ASP.NET Composite Image -FROM $REPO:8.0.8-azurelinux3.0-distroless-extra-amd64 +FROM $REPO:8.0.10-azurelinux3.0-distroless-extra-amd64 ENV \ # .NET Runtime version - DOTNET_VERSION=8.0.8 \ + DOTNET_VERSION=8.0.10 \ # ASP.NET Core version - ASPNET_VERSION=8.0.8 + ASPNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/aspnet/8.0/azurelinux3.0-distroless-composite-extra/arm64v8/Dockerfile b/src/aspnet/8.0/azurelinux3.0-distroless-composite-extra/arm64v8/Dockerfile index 7f9653df83..b7d20379d8 100644 --- a/src/aspnet/8.0/azurelinux3.0-distroless-composite-extra/arm64v8/Dockerfile +++ b/src/aspnet/8.0/azurelinux3.0-distroless-composite-extra/arm64v8/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve ASP.NET Composite Runtime -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-arm64.tar.gz \ - && dotnet_sha512='6385460af9f0e0377fa92f737dd0c76aaac60c8602c0a872467909738ab95dca67d9f75e10077610a3a7ea52f4abef5a86f50f25eee1c8587426011441d1abfc' \ + && dotnet_sha512='4ef6d3653229e93b29a2e16da4b5311a0f5b729aae5f5fd21d6ca1f8948feed45504e8dd212325ca8787f9d8ca0617fb43fb947949597d762602db1c4d3513c2' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -23,13 +23,13 @@ RUN mkdir /dotnet-symlink \ # ASP.NET Composite Image -FROM $REPO:8.0.8-azurelinux3.0-distroless-extra-arm64v8 +FROM $REPO:8.0.10-azurelinux3.0-distroless-extra-arm64v8 ENV \ # .NET Runtime version - DOTNET_VERSION=8.0.8 \ + DOTNET_VERSION=8.0.10 \ # ASP.NET Core version - ASPNET_VERSION=8.0.8 + ASPNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/aspnet/8.0/azurelinux3.0-distroless-composite/amd64/Dockerfile b/src/aspnet/8.0/azurelinux3.0-distroless-composite/amd64/Dockerfile index 915af3618c..e32abda0e2 100644 --- a/src/aspnet/8.0/azurelinux3.0-distroless-composite/amd64/Dockerfile +++ b/src/aspnet/8.0/azurelinux3.0-distroless-composite/amd64/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve ASP.NET Composite Runtime -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz \ - && dotnet_sha512='7f5c9df8a36f900021cdd6c3e8aa7e1583b1dd413de52d0ee109f44f101479110828f8840082020b86e06301789f075a6ce0018b86af26bf9544fe4f6fc165f2' \ + && dotnet_sha512='2613c87a0d060681c16f8d0aaa507d808941f8c3262bd793043d30785df26b3a5b54be395e18ebd66bfb309f190179fa11b7c8354a40b67cb20d05ed88baa235' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -23,13 +23,13 @@ RUN mkdir /dotnet-symlink \ # ASP.NET Composite Image -FROM $REPO:8.0.8-azurelinux3.0-distroless-amd64 +FROM $REPO:8.0.10-azurelinux3.0-distroless-amd64 ENV \ # .NET Runtime version - DOTNET_VERSION=8.0.8 \ + DOTNET_VERSION=8.0.10 \ # ASP.NET Core version - ASPNET_VERSION=8.0.8 + ASPNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/aspnet/8.0/azurelinux3.0-distroless-composite/arm64v8/Dockerfile b/src/aspnet/8.0/azurelinux3.0-distroless-composite/arm64v8/Dockerfile index 6625365150..7ba9382670 100644 --- a/src/aspnet/8.0/azurelinux3.0-distroless-composite/arm64v8/Dockerfile +++ b/src/aspnet/8.0/azurelinux3.0-distroless-composite/arm64v8/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve ASP.NET Composite Runtime -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-arm64.tar.gz \ - && dotnet_sha512='6385460af9f0e0377fa92f737dd0c76aaac60c8602c0a872467909738ab95dca67d9f75e10077610a3a7ea52f4abef5a86f50f25eee1c8587426011441d1abfc' \ + && dotnet_sha512='4ef6d3653229e93b29a2e16da4b5311a0f5b729aae5f5fd21d6ca1f8948feed45504e8dd212325ca8787f9d8ca0617fb43fb947949597d762602db1c4d3513c2' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -23,13 +23,13 @@ RUN mkdir /dotnet-symlink \ # ASP.NET Composite Image -FROM $REPO:8.0.8-azurelinux3.0-distroless-arm64v8 +FROM $REPO:8.0.10-azurelinux3.0-distroless-arm64v8 ENV \ # .NET Runtime version - DOTNET_VERSION=8.0.8 \ + DOTNET_VERSION=8.0.10 \ # ASP.NET Core version - ASPNET_VERSION=8.0.8 + ASPNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/aspnet/8.0/azurelinux3.0-distroless-extra/amd64/Dockerfile b/src/aspnet/8.0/azurelinux3.0-distroless-extra/amd64/Dockerfile index b75b522860..5480bd5e9d 100644 --- a/src/aspnet/8.0/azurelinux3.0-distroless-extra/amd64/Dockerfile +++ b/src/aspnet/8.0/azurelinux3.0-distroless-extra/amd64/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-x64.tar.gz \ - && aspnetcore_sha512='d6c0cc2aac79fbacbf81b597f286763599f66278c17ddb448ce0b93d499bad8f88777d425854e68602945ab18af8a61f1ee59d431d5503006137f86113faa8b2' \ + && aspnetcore_sha512='33221f19964ccb06cba74420dacbfe5bfd036f7847387093119f8f391d5716e1c5a8e05721f2335984409b43423d79b51ec571e51f0cdfae6d9d2a2b2d98505a' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf aspnetcore.tar.gz -C /dotnet ./shared/Microsoft.AspNetCore.App \ @@ -20,9 +20,9 @@ RUN aspnetcore_version=8.0.8 \ # ASP.NET Core image -FROM $REPO:8.0.8-azurelinux3.0-distroless-extra-amd64 +FROM $REPO:8.0.10-azurelinux3.0-distroless-extra-amd64 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/aspnet/8.0/azurelinux3.0-distroless-extra/arm64v8/Dockerfile b/src/aspnet/8.0/azurelinux3.0-distroless-extra/arm64v8/Dockerfile index 440d823864..a346e6b59d 100644 --- a/src/aspnet/8.0/azurelinux3.0-distroless-extra/arm64v8/Dockerfile +++ b/src/aspnet/8.0/azurelinux3.0-distroless-extra/arm64v8/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm64.tar.gz \ - && aspnetcore_sha512='c3dc9d71fca0a48eda96074cbcef4c9a265c1c4e10cbff38614dd74d79443ae9d1ccd10714764cd041291f81d83c0ed1c307abf89249ab4b6f58a5de952fcffd' \ + && aspnetcore_sha512='3a478f9310c748b7427c91deb3ba83f4c02557a7d7a3d7382526b6dc39dad3d938022475ab20f060f1b4ed365c7b1b95a1d089cca502a423298c41379bff8111' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf aspnetcore.tar.gz -C /dotnet ./shared/Microsoft.AspNetCore.App \ @@ -20,9 +20,9 @@ RUN aspnetcore_version=8.0.8 \ # ASP.NET Core image -FROM $REPO:8.0.8-azurelinux3.0-distroless-extra-arm64v8 +FROM $REPO:8.0.10-azurelinux3.0-distroless-extra-arm64v8 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/aspnet/8.0/azurelinux3.0-distroless/amd64/Dockerfile b/src/aspnet/8.0/azurelinux3.0-distroless/amd64/Dockerfile index a4a5dbb90f..47eff92872 100644 --- a/src/aspnet/8.0/azurelinux3.0-distroless/amd64/Dockerfile +++ b/src/aspnet/8.0/azurelinux3.0-distroless/amd64/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-x64.tar.gz \ - && aspnetcore_sha512='d6c0cc2aac79fbacbf81b597f286763599f66278c17ddb448ce0b93d499bad8f88777d425854e68602945ab18af8a61f1ee59d431d5503006137f86113faa8b2' \ + && aspnetcore_sha512='33221f19964ccb06cba74420dacbfe5bfd036f7847387093119f8f391d5716e1c5a8e05721f2335984409b43423d79b51ec571e51f0cdfae6d9d2a2b2d98505a' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf aspnetcore.tar.gz -C /dotnet ./shared/Microsoft.AspNetCore.App \ @@ -20,9 +20,9 @@ RUN aspnetcore_version=8.0.8 \ # ASP.NET Core image -FROM $REPO:8.0.8-azurelinux3.0-distroless-amd64 +FROM $REPO:8.0.10-azurelinux3.0-distroless-amd64 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/aspnet/8.0/azurelinux3.0-distroless/arm64v8/Dockerfile b/src/aspnet/8.0/azurelinux3.0-distroless/arm64v8/Dockerfile index fec69c63c0..7d2b2fccdb 100644 --- a/src/aspnet/8.0/azurelinux3.0-distroless/arm64v8/Dockerfile +++ b/src/aspnet/8.0/azurelinux3.0-distroless/arm64v8/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm64.tar.gz \ - && aspnetcore_sha512='c3dc9d71fca0a48eda96074cbcef4c9a265c1c4e10cbff38614dd74d79443ae9d1ccd10714764cd041291f81d83c0ed1c307abf89249ab4b6f58a5de952fcffd' \ + && aspnetcore_sha512='3a478f9310c748b7427c91deb3ba83f4c02557a7d7a3d7382526b6dc39dad3d938022475ab20f060f1b4ed365c7b1b95a1d089cca502a423298c41379bff8111' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf aspnetcore.tar.gz -C /dotnet ./shared/Microsoft.AspNetCore.App \ @@ -20,9 +20,9 @@ RUN aspnetcore_version=8.0.8 \ # ASP.NET Core image -FROM $REPO:8.0.8-azurelinux3.0-distroless-arm64v8 +FROM $REPO:8.0.10-azurelinux3.0-distroless-arm64v8 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/aspnet/8.0/azurelinux3.0/amd64/Dockerfile b/src/aspnet/8.0/azurelinux3.0/amd64/Dockerfile index baf945d693..98460b425a 100644 --- a/src/aspnet/8.0/azurelinux3.0/amd64/Dockerfile +++ b/src/aspnet/8.0/azurelinux3.0/amd64/Dockerfile @@ -1,25 +1,25 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime # Installer image -FROM $REPO:8.0.8-azurelinux3.0-amd64 AS installer +FROM $REPO:8.0.10-azurelinux3.0-amd64 AS installer RUN tdnf install -y \ tar \ && tdnf clean all # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-x64.tar.gz \ - && aspnetcore_sha512='d6c0cc2aac79fbacbf81b597f286763599f66278c17ddb448ce0b93d499bad8f88777d425854e68602945ab18af8a61f1ee59d431d5503006137f86113faa8b2' \ + && aspnetcore_sha512='33221f19964ccb06cba74420dacbfe5bfd036f7847387093119f8f391d5716e1c5a8e05721f2335984409b43423d79b51ec571e51f0cdfae6d9d2a2b2d98505a' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz # ASP.NET Core image -FROM $REPO:8.0.8-azurelinux3.0-amd64 +FROM $REPO:8.0.10-azurelinux3.0-amd64 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/shared/Microsoft.AspNetCore.App", "/usr/share/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/8.0/azurelinux3.0/arm64v8/Dockerfile b/src/aspnet/8.0/azurelinux3.0/arm64v8/Dockerfile index e91189919e..3125147fa3 100644 --- a/src/aspnet/8.0/azurelinux3.0/arm64v8/Dockerfile +++ b/src/aspnet/8.0/azurelinux3.0/arm64v8/Dockerfile @@ -1,25 +1,25 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime # Installer image -FROM $REPO:8.0.8-azurelinux3.0-arm64v8 AS installer +FROM $REPO:8.0.10-azurelinux3.0-arm64v8 AS installer RUN tdnf install -y \ tar \ && tdnf clean all # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm64.tar.gz \ - && aspnetcore_sha512='c3dc9d71fca0a48eda96074cbcef4c9a265c1c4e10cbff38614dd74d79443ae9d1ccd10714764cd041291f81d83c0ed1c307abf89249ab4b6f58a5de952fcffd' \ + && aspnetcore_sha512='3a478f9310c748b7427c91deb3ba83f4c02557a7d7a3d7382526b6dc39dad3d938022475ab20f060f1b4ed365c7b1b95a1d089cca502a423298c41379bff8111' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz # ASP.NET Core image -FROM $REPO:8.0.8-azurelinux3.0-arm64v8 +FROM $REPO:8.0.10-azurelinux3.0-arm64v8 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/shared/Microsoft.AspNetCore.App", "/usr/share/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/8.0/bookworm-slim/amd64/Dockerfile b/src/aspnet/8.0/bookworm-slim/amd64/Dockerfile index d17f817fcf..b74f384cd5 100644 --- a/src/aspnet/8.0/bookworm-slim/amd64/Dockerfile +++ b/src/aspnet/8.0/bookworm-slim/amd64/Dockerfile @@ -4,18 +4,18 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM amd64/buildpack-deps:bookworm-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-x64.tar.gz \ - && aspnetcore_sha512='d6c0cc2aac79fbacbf81b597f286763599f66278c17ddb448ce0b93d499bad8f88777d425854e68602945ab18af8a61f1ee59d431d5503006137f86113faa8b2' \ + && aspnetcore_sha512='33221f19964ccb06cba74420dacbfe5bfd036f7847387093119f8f391d5716e1c5a8e05721f2335984409b43423d79b51ec571e51f0cdfae6d9d2a2b2d98505a' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz # ASP.NET Core image -FROM $REPO:8.0.8-bookworm-slim-amd64 +FROM $REPO:8.0.10-bookworm-slim-amd64 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/shared/Microsoft.AspNetCore.App", "/usr/share/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/8.0/bookworm-slim/arm32v7/Dockerfile b/src/aspnet/8.0/bookworm-slim/arm32v7/Dockerfile index 3bcaf189a7..1ab410242e 100644 --- a/src/aspnet/8.0/bookworm-slim/arm32v7/Dockerfile +++ b/src/aspnet/8.0/bookworm-slim/arm32v7/Dockerfile @@ -4,18 +4,18 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM arm32v7/buildpack-deps:bookworm-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm.tar.gz \ - && aspnetcore_sha512='d0feedd91bb4028069d8cff1726191e9f09920e756405de0d2bbf6f43116277cc93ebe2483f405baa4972b54ffe89b09cbe172a639e60397ae7138df5ef48c4e' \ + && aspnetcore_sha512='fae8b6b270a4dc9218df99bb3cc10f0a52db9ed3630ba82056402154d27c238f76e44561f85348cf1a4f7e2bd1dbd910d4138a91ef66abe5685d9972b3d050aa' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz # ASP.NET Core image -FROM $REPO:8.0.8-bookworm-slim-arm32v7 +FROM $REPO:8.0.10-bookworm-slim-arm32v7 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/shared/Microsoft.AspNetCore.App", "/usr/share/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/8.0/bookworm-slim/arm64v8/Dockerfile b/src/aspnet/8.0/bookworm-slim/arm64v8/Dockerfile index 1a22ddf576..f672cadba6 100644 --- a/src/aspnet/8.0/bookworm-slim/arm64v8/Dockerfile +++ b/src/aspnet/8.0/bookworm-slim/arm64v8/Dockerfile @@ -4,18 +4,18 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM arm64v8/buildpack-deps:bookworm-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm64.tar.gz \ - && aspnetcore_sha512='c3dc9d71fca0a48eda96074cbcef4c9a265c1c4e10cbff38614dd74d79443ae9d1ccd10714764cd041291f81d83c0ed1c307abf89249ab4b6f58a5de952fcffd' \ + && aspnetcore_sha512='3a478f9310c748b7427c91deb3ba83f4c02557a7d7a3d7382526b6dc39dad3d938022475ab20f060f1b4ed365c7b1b95a1d089cca502a423298c41379bff8111' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz # ASP.NET Core image -FROM $REPO:8.0.8-bookworm-slim-arm64v8 +FROM $REPO:8.0.10-bookworm-slim-arm64v8 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/shared/Microsoft.AspNetCore.App", "/usr/share/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/8.0/cbl-mariner2.0-distroless-composite-extra/amd64/Dockerfile b/src/aspnet/8.0/cbl-mariner2.0-distroless-composite-extra/amd64/Dockerfile index d87d4a265b..f3c48270f2 100644 --- a/src/aspnet/8.0/cbl-mariner2.0-distroless-composite-extra/amd64/Dockerfile +++ b/src/aspnet/8.0/cbl-mariner2.0-distroless-composite-extra/amd64/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve ASP.NET Composite Runtime -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz \ - && dotnet_sha512='7f5c9df8a36f900021cdd6c3e8aa7e1583b1dd413de52d0ee109f44f101479110828f8840082020b86e06301789f075a6ce0018b86af26bf9544fe4f6fc165f2' \ + && dotnet_sha512='2613c87a0d060681c16f8d0aaa507d808941f8c3262bd793043d30785df26b3a5b54be395e18ebd66bfb309f190179fa11b7c8354a40b67cb20d05ed88baa235' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -23,13 +23,13 @@ RUN mkdir /dotnet-symlink \ # ASP.NET Composite Image -FROM $REPO:8.0.8-cbl-mariner2.0-distroless-extra-amd64 +FROM $REPO:8.0.10-cbl-mariner2.0-distroless-extra-amd64 ENV \ # .NET Runtime version - DOTNET_VERSION=8.0.8 \ + DOTNET_VERSION=8.0.10 \ # ASP.NET Core version - ASPNET_VERSION=8.0.8 + ASPNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/aspnet/8.0/cbl-mariner2.0-distroless-composite-extra/arm64v8/Dockerfile b/src/aspnet/8.0/cbl-mariner2.0-distroless-composite-extra/arm64v8/Dockerfile index 6fbc110bf2..511d51d4fc 100644 --- a/src/aspnet/8.0/cbl-mariner2.0-distroless-composite-extra/arm64v8/Dockerfile +++ b/src/aspnet/8.0/cbl-mariner2.0-distroless-composite-extra/arm64v8/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve ASP.NET Composite Runtime -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-arm64.tar.gz \ - && dotnet_sha512='6385460af9f0e0377fa92f737dd0c76aaac60c8602c0a872467909738ab95dca67d9f75e10077610a3a7ea52f4abef5a86f50f25eee1c8587426011441d1abfc' \ + && dotnet_sha512='4ef6d3653229e93b29a2e16da4b5311a0f5b729aae5f5fd21d6ca1f8948feed45504e8dd212325ca8787f9d8ca0617fb43fb947949597d762602db1c4d3513c2' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -23,13 +23,13 @@ RUN mkdir /dotnet-symlink \ # ASP.NET Composite Image -FROM $REPO:8.0.8-cbl-mariner2.0-distroless-extra-arm64v8 +FROM $REPO:8.0.10-cbl-mariner2.0-distroless-extra-arm64v8 ENV \ # .NET Runtime version - DOTNET_VERSION=8.0.8 \ + DOTNET_VERSION=8.0.10 \ # ASP.NET Core version - ASPNET_VERSION=8.0.8 + ASPNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/aspnet/8.0/cbl-mariner2.0-distroless-composite/amd64/Dockerfile b/src/aspnet/8.0/cbl-mariner2.0-distroless-composite/amd64/Dockerfile index 8d9c5a4858..7db34ebe0e 100644 --- a/src/aspnet/8.0/cbl-mariner2.0-distroless-composite/amd64/Dockerfile +++ b/src/aspnet/8.0/cbl-mariner2.0-distroless-composite/amd64/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve ASP.NET Composite Runtime -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz \ - && dotnet_sha512='7f5c9df8a36f900021cdd6c3e8aa7e1583b1dd413de52d0ee109f44f101479110828f8840082020b86e06301789f075a6ce0018b86af26bf9544fe4f6fc165f2' \ + && dotnet_sha512='2613c87a0d060681c16f8d0aaa507d808941f8c3262bd793043d30785df26b3a5b54be395e18ebd66bfb309f190179fa11b7c8354a40b67cb20d05ed88baa235' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -23,13 +23,13 @@ RUN mkdir /dotnet-symlink \ # ASP.NET Composite Image -FROM $REPO:8.0.8-cbl-mariner2.0-distroless-amd64 +FROM $REPO:8.0.10-cbl-mariner2.0-distroless-amd64 ENV \ # .NET Runtime version - DOTNET_VERSION=8.0.8 \ + DOTNET_VERSION=8.0.10 \ # ASP.NET Core version - ASPNET_VERSION=8.0.8 + ASPNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/aspnet/8.0/cbl-mariner2.0-distroless-composite/arm64v8/Dockerfile b/src/aspnet/8.0/cbl-mariner2.0-distroless-composite/arm64v8/Dockerfile index f3d3837f34..229bd1fe40 100644 --- a/src/aspnet/8.0/cbl-mariner2.0-distroless-composite/arm64v8/Dockerfile +++ b/src/aspnet/8.0/cbl-mariner2.0-distroless-composite/arm64v8/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve ASP.NET Composite Runtime -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-arm64.tar.gz \ - && dotnet_sha512='6385460af9f0e0377fa92f737dd0c76aaac60c8602c0a872467909738ab95dca67d9f75e10077610a3a7ea52f4abef5a86f50f25eee1c8587426011441d1abfc' \ + && dotnet_sha512='4ef6d3653229e93b29a2e16da4b5311a0f5b729aae5f5fd21d6ca1f8948feed45504e8dd212325ca8787f9d8ca0617fb43fb947949597d762602db1c4d3513c2' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -23,13 +23,13 @@ RUN mkdir /dotnet-symlink \ # ASP.NET Composite Image -FROM $REPO:8.0.8-cbl-mariner2.0-distroless-arm64v8 +FROM $REPO:8.0.10-cbl-mariner2.0-distroless-arm64v8 ENV \ # .NET Runtime version - DOTNET_VERSION=8.0.8 \ + DOTNET_VERSION=8.0.10 \ # ASP.NET Core version - ASPNET_VERSION=8.0.8 + ASPNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/aspnet/8.0/cbl-mariner2.0-distroless-extra/amd64/Dockerfile b/src/aspnet/8.0/cbl-mariner2.0-distroless-extra/amd64/Dockerfile index 09139dbcf7..93c2f7a517 100644 --- a/src/aspnet/8.0/cbl-mariner2.0-distroless-extra/amd64/Dockerfile +++ b/src/aspnet/8.0/cbl-mariner2.0-distroless-extra/amd64/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-x64.tar.gz \ - && aspnetcore_sha512='d6c0cc2aac79fbacbf81b597f286763599f66278c17ddb448ce0b93d499bad8f88777d425854e68602945ab18af8a61f1ee59d431d5503006137f86113faa8b2' \ + && aspnetcore_sha512='33221f19964ccb06cba74420dacbfe5bfd036f7847387093119f8f391d5716e1c5a8e05721f2335984409b43423d79b51ec571e51f0cdfae6d9d2a2b2d98505a' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf aspnetcore.tar.gz -C /dotnet ./shared/Microsoft.AspNetCore.App \ @@ -20,9 +20,9 @@ RUN aspnetcore_version=8.0.8 \ # ASP.NET Core image -FROM $REPO:8.0.8-cbl-mariner2.0-distroless-extra-amd64 +FROM $REPO:8.0.10-cbl-mariner2.0-distroless-extra-amd64 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/aspnet/8.0/cbl-mariner2.0-distroless-extra/arm64v8/Dockerfile b/src/aspnet/8.0/cbl-mariner2.0-distroless-extra/arm64v8/Dockerfile index fe22168a86..d8e3233c7e 100644 --- a/src/aspnet/8.0/cbl-mariner2.0-distroless-extra/arm64v8/Dockerfile +++ b/src/aspnet/8.0/cbl-mariner2.0-distroless-extra/arm64v8/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm64.tar.gz \ - && aspnetcore_sha512='c3dc9d71fca0a48eda96074cbcef4c9a265c1c4e10cbff38614dd74d79443ae9d1ccd10714764cd041291f81d83c0ed1c307abf89249ab4b6f58a5de952fcffd' \ + && aspnetcore_sha512='3a478f9310c748b7427c91deb3ba83f4c02557a7d7a3d7382526b6dc39dad3d938022475ab20f060f1b4ed365c7b1b95a1d089cca502a423298c41379bff8111' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf aspnetcore.tar.gz -C /dotnet ./shared/Microsoft.AspNetCore.App \ @@ -20,9 +20,9 @@ RUN aspnetcore_version=8.0.8 \ # ASP.NET Core image -FROM $REPO:8.0.8-cbl-mariner2.0-distroless-extra-arm64v8 +FROM $REPO:8.0.10-cbl-mariner2.0-distroless-extra-arm64v8 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/aspnet/8.0/cbl-mariner2.0-distroless/amd64/Dockerfile b/src/aspnet/8.0/cbl-mariner2.0-distroless/amd64/Dockerfile index a4253ea91c..a7d17a937c 100644 --- a/src/aspnet/8.0/cbl-mariner2.0-distroless/amd64/Dockerfile +++ b/src/aspnet/8.0/cbl-mariner2.0-distroless/amd64/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-x64.tar.gz \ - && aspnetcore_sha512='d6c0cc2aac79fbacbf81b597f286763599f66278c17ddb448ce0b93d499bad8f88777d425854e68602945ab18af8a61f1ee59d431d5503006137f86113faa8b2' \ + && aspnetcore_sha512='33221f19964ccb06cba74420dacbfe5bfd036f7847387093119f8f391d5716e1c5a8e05721f2335984409b43423d79b51ec571e51f0cdfae6d9d2a2b2d98505a' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf aspnetcore.tar.gz -C /dotnet ./shared/Microsoft.AspNetCore.App \ @@ -20,9 +20,9 @@ RUN aspnetcore_version=8.0.8 \ # ASP.NET Core image -FROM $REPO:8.0.8-cbl-mariner2.0-distroless-amd64 +FROM $REPO:8.0.10-cbl-mariner2.0-distroless-amd64 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/aspnet/8.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile b/src/aspnet/8.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile index 68984b438b..bcae099591 100644 --- a/src/aspnet/8.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile +++ b/src/aspnet/8.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm64.tar.gz \ - && aspnetcore_sha512='c3dc9d71fca0a48eda96074cbcef4c9a265c1c4e10cbff38614dd74d79443ae9d1ccd10714764cd041291f81d83c0ed1c307abf89249ab4b6f58a5de952fcffd' \ + && aspnetcore_sha512='3a478f9310c748b7427c91deb3ba83f4c02557a7d7a3d7382526b6dc39dad3d938022475ab20f060f1b4ed365c7b1b95a1d089cca502a423298c41379bff8111' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf aspnetcore.tar.gz -C /dotnet ./shared/Microsoft.AspNetCore.App \ @@ -20,9 +20,9 @@ RUN aspnetcore_version=8.0.8 \ # ASP.NET Core image -FROM $REPO:8.0.8-cbl-mariner2.0-distroless-arm64v8 +FROM $REPO:8.0.10-cbl-mariner2.0-distroless-arm64v8 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/aspnet/8.0/cbl-mariner2.0/amd64/Dockerfile b/src/aspnet/8.0/cbl-mariner2.0/amd64/Dockerfile index f3ba4ac4e8..d89ddc05fb 100644 --- a/src/aspnet/8.0/cbl-mariner2.0/amd64/Dockerfile +++ b/src/aspnet/8.0/cbl-mariner2.0/amd64/Dockerfile @@ -1,25 +1,25 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime # Installer image -FROM $REPO:8.0.8-cbl-mariner2.0-amd64 AS installer +FROM $REPO:8.0.10-cbl-mariner2.0-amd64 AS installer RUN tdnf install -y \ tar \ && tdnf clean all # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-x64.tar.gz \ - && aspnetcore_sha512='d6c0cc2aac79fbacbf81b597f286763599f66278c17ddb448ce0b93d499bad8f88777d425854e68602945ab18af8a61f1ee59d431d5503006137f86113faa8b2' \ + && aspnetcore_sha512='33221f19964ccb06cba74420dacbfe5bfd036f7847387093119f8f391d5716e1c5a8e05721f2335984409b43423d79b51ec571e51f0cdfae6d9d2a2b2d98505a' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz # ASP.NET Core image -FROM $REPO:8.0.8-cbl-mariner2.0-amd64 +FROM $REPO:8.0.10-cbl-mariner2.0-amd64 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/shared/Microsoft.AspNetCore.App", "/usr/share/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/8.0/cbl-mariner2.0/arm64v8/Dockerfile b/src/aspnet/8.0/cbl-mariner2.0/arm64v8/Dockerfile index 723d2ac145..0a5778ac28 100644 --- a/src/aspnet/8.0/cbl-mariner2.0/arm64v8/Dockerfile +++ b/src/aspnet/8.0/cbl-mariner2.0/arm64v8/Dockerfile @@ -1,25 +1,25 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime # Installer image -FROM $REPO:8.0.8-cbl-mariner2.0-arm64v8 AS installer +FROM $REPO:8.0.10-cbl-mariner2.0-arm64v8 AS installer RUN tdnf install -y \ tar \ && tdnf clean all # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm64.tar.gz \ - && aspnetcore_sha512='c3dc9d71fca0a48eda96074cbcef4c9a265c1c4e10cbff38614dd74d79443ae9d1ccd10714764cd041291f81d83c0ed1c307abf89249ab4b6f58a5de952fcffd' \ + && aspnetcore_sha512='3a478f9310c748b7427c91deb3ba83f4c02557a7d7a3d7382526b6dc39dad3d938022475ab20f060f1b4ed365c7b1b95a1d089cca502a423298c41379bff8111' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz # ASP.NET Core image -FROM $REPO:8.0.8-cbl-mariner2.0-arm64v8 +FROM $REPO:8.0.10-cbl-mariner2.0-arm64v8 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/shared/Microsoft.AspNetCore.App", "/usr/share/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/8.0/jammy-chiseled-composite-extra/amd64/Dockerfile b/src/aspnet/8.0/jammy-chiseled-composite-extra/amd64/Dockerfile index 5e54f81760..aa3527a54c 100644 --- a/src/aspnet/8.0/jammy-chiseled-composite-extra/amd64/Dockerfile +++ b/src/aspnet/8.0/jammy-chiseled-composite-extra/amd64/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM amd64/buildpack-deps:jammy-curl AS installer # Retrieve ASP.NET Composite Runtime -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz \ - && dotnet_sha512='7f5c9df8a36f900021cdd6c3e8aa7e1583b1dd413de52d0ee109f44f101479110828f8840082020b86e06301789f075a6ce0018b86af26bf9544fe4f6fc165f2' \ + && dotnet_sha512='2613c87a0d060681c16f8d0aaa507d808941f8c3262bd793043d30785df26b3a5b54be395e18ebd66bfb309f190179fa11b7c8354a40b67cb20d05ed88baa235' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -17,13 +17,13 @@ RUN mkdir /dotnet-symlink \ # ASP.NET Composite Image -FROM $REPO:8.0.8-jammy-chiseled-extra-amd64 +FROM $REPO:8.0.10-jammy-chiseled-extra-amd64 ENV \ # .NET Runtime version - DOTNET_VERSION=8.0.8 \ + DOTNET_VERSION=8.0.10 \ # ASP.NET Core version - ASPNET_VERSION=8.0.8 + ASPNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/aspnet/8.0/jammy-chiseled-composite-extra/arm32v7/Dockerfile b/src/aspnet/8.0/jammy-chiseled-composite-extra/arm32v7/Dockerfile index 8cafb22b4e..21ccef77b5 100644 --- a/src/aspnet/8.0/jammy-chiseled-composite-extra/arm32v7/Dockerfile +++ b/src/aspnet/8.0/jammy-chiseled-composite-extra/arm32v7/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm32v7/buildpack-deps:jammy-curl AS installer # Retrieve ASP.NET Composite Runtime -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-arm.tar.gz \ - && dotnet_sha512='0b4273d059bd57c7473b80f548fc519a674542d18403d46416e7005dc6e5b984828f1c3c125d19af8752712936c2e49e2e574d8534002980aa298a159bc89698' \ + && dotnet_sha512='68191eefc373102b908fe752c44238327c76448350536988cd1e992a65c3e78d8094e760f6490c3052a2fe33820cf8fbdb44d647015e36c986c1436a9569a484' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -17,13 +17,13 @@ RUN mkdir /dotnet-symlink \ # ASP.NET Composite Image -FROM $REPO:8.0.8-jammy-chiseled-extra-arm32v7 +FROM $REPO:8.0.10-jammy-chiseled-extra-arm32v7 ENV \ # .NET Runtime version - DOTNET_VERSION=8.0.8 \ + DOTNET_VERSION=8.0.10 \ # ASP.NET Core version - ASPNET_VERSION=8.0.8 + ASPNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/aspnet/8.0/jammy-chiseled-composite-extra/arm64v8/Dockerfile b/src/aspnet/8.0/jammy-chiseled-composite-extra/arm64v8/Dockerfile index 440f05159e..d492b77527 100644 --- a/src/aspnet/8.0/jammy-chiseled-composite-extra/arm64v8/Dockerfile +++ b/src/aspnet/8.0/jammy-chiseled-composite-extra/arm64v8/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm64v8/buildpack-deps:jammy-curl AS installer # Retrieve ASP.NET Composite Runtime -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-arm64.tar.gz \ - && dotnet_sha512='6385460af9f0e0377fa92f737dd0c76aaac60c8602c0a872467909738ab95dca67d9f75e10077610a3a7ea52f4abef5a86f50f25eee1c8587426011441d1abfc' \ + && dotnet_sha512='4ef6d3653229e93b29a2e16da4b5311a0f5b729aae5f5fd21d6ca1f8948feed45504e8dd212325ca8787f9d8ca0617fb43fb947949597d762602db1c4d3513c2' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -17,13 +17,13 @@ RUN mkdir /dotnet-symlink \ # ASP.NET Composite Image -FROM $REPO:8.0.8-jammy-chiseled-extra-arm64v8 +FROM $REPO:8.0.10-jammy-chiseled-extra-arm64v8 ENV \ # .NET Runtime version - DOTNET_VERSION=8.0.8 \ + DOTNET_VERSION=8.0.10 \ # ASP.NET Core version - ASPNET_VERSION=8.0.8 + ASPNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/aspnet/8.0/jammy-chiseled-composite/amd64/Dockerfile b/src/aspnet/8.0/jammy-chiseled-composite/amd64/Dockerfile index 23fa5827e5..2f4ac44836 100644 --- a/src/aspnet/8.0/jammy-chiseled-composite/amd64/Dockerfile +++ b/src/aspnet/8.0/jammy-chiseled-composite/amd64/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM amd64/buildpack-deps:jammy-curl AS installer # Retrieve ASP.NET Composite Runtime -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz \ - && dotnet_sha512='7f5c9df8a36f900021cdd6c3e8aa7e1583b1dd413de52d0ee109f44f101479110828f8840082020b86e06301789f075a6ce0018b86af26bf9544fe4f6fc165f2' \ + && dotnet_sha512='2613c87a0d060681c16f8d0aaa507d808941f8c3262bd793043d30785df26b3a5b54be395e18ebd66bfb309f190179fa11b7c8354a40b67cb20d05ed88baa235' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -17,13 +17,13 @@ RUN mkdir /dotnet-symlink \ # ASP.NET Composite Image -FROM $REPO:8.0.8-jammy-chiseled-amd64 +FROM $REPO:8.0.10-jammy-chiseled-amd64 ENV \ # .NET Runtime version - DOTNET_VERSION=8.0.8 \ + DOTNET_VERSION=8.0.10 \ # ASP.NET Core version - ASPNET_VERSION=8.0.8 + ASPNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/aspnet/8.0/jammy-chiseled-composite/arm32v7/Dockerfile b/src/aspnet/8.0/jammy-chiseled-composite/arm32v7/Dockerfile index e38dc49bd4..e2c13bc993 100644 --- a/src/aspnet/8.0/jammy-chiseled-composite/arm32v7/Dockerfile +++ b/src/aspnet/8.0/jammy-chiseled-composite/arm32v7/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm32v7/buildpack-deps:jammy-curl AS installer # Retrieve ASP.NET Composite Runtime -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-arm.tar.gz \ - && dotnet_sha512='0b4273d059bd57c7473b80f548fc519a674542d18403d46416e7005dc6e5b984828f1c3c125d19af8752712936c2e49e2e574d8534002980aa298a159bc89698' \ + && dotnet_sha512='68191eefc373102b908fe752c44238327c76448350536988cd1e992a65c3e78d8094e760f6490c3052a2fe33820cf8fbdb44d647015e36c986c1436a9569a484' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -17,13 +17,13 @@ RUN mkdir /dotnet-symlink \ # ASP.NET Composite Image -FROM $REPO:8.0.8-jammy-chiseled-arm32v7 +FROM $REPO:8.0.10-jammy-chiseled-arm32v7 ENV \ # .NET Runtime version - DOTNET_VERSION=8.0.8 \ + DOTNET_VERSION=8.0.10 \ # ASP.NET Core version - ASPNET_VERSION=8.0.8 + ASPNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/aspnet/8.0/jammy-chiseled-composite/arm64v8/Dockerfile b/src/aspnet/8.0/jammy-chiseled-composite/arm64v8/Dockerfile index 69e8306a66..886f47d1fb 100644 --- a/src/aspnet/8.0/jammy-chiseled-composite/arm64v8/Dockerfile +++ b/src/aspnet/8.0/jammy-chiseled-composite/arm64v8/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm64v8/buildpack-deps:jammy-curl AS installer # Retrieve ASP.NET Composite Runtime -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-arm64.tar.gz \ - && dotnet_sha512='6385460af9f0e0377fa92f737dd0c76aaac60c8602c0a872467909738ab95dca67d9f75e10077610a3a7ea52f4abef5a86f50f25eee1c8587426011441d1abfc' \ + && dotnet_sha512='4ef6d3653229e93b29a2e16da4b5311a0f5b729aae5f5fd21d6ca1f8948feed45504e8dd212325ca8787f9d8ca0617fb43fb947949597d762602db1c4d3513c2' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -17,13 +17,13 @@ RUN mkdir /dotnet-symlink \ # ASP.NET Composite Image -FROM $REPO:8.0.8-jammy-chiseled-arm64v8 +FROM $REPO:8.0.10-jammy-chiseled-arm64v8 ENV \ # .NET Runtime version - DOTNET_VERSION=8.0.8 \ + DOTNET_VERSION=8.0.10 \ # ASP.NET Core version - ASPNET_VERSION=8.0.8 + ASPNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/aspnet/8.0/jammy-chiseled-extra/amd64/Dockerfile b/src/aspnet/8.0/jammy-chiseled-extra/amd64/Dockerfile index 6d34422f08..949f743c5f 100644 --- a/src/aspnet/8.0/jammy-chiseled-extra/amd64/Dockerfile +++ b/src/aspnet/8.0/jammy-chiseled-extra/amd64/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM amd64/buildpack-deps:jammy-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-x64.tar.gz \ - && aspnetcore_sha512='d6c0cc2aac79fbacbf81b597f286763599f66278c17ddb448ce0b93d499bad8f88777d425854e68602945ab18af8a61f1ee59d431d5503006137f86113faa8b2' \ + && aspnetcore_sha512='33221f19964ccb06cba74420dacbfe5bfd036f7847387093119f8f391d5716e1c5a8e05721f2335984409b43423d79b51ec571e51f0cdfae6d9d2a2b2d98505a' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf aspnetcore.tar.gz -C /dotnet ./shared/Microsoft.AspNetCore.App \ @@ -14,9 +14,9 @@ RUN aspnetcore_version=8.0.8 \ # ASP.NET Core image -FROM $REPO:8.0.8-jammy-chiseled-extra-amd64 +FROM $REPO:8.0.10-jammy-chiseled-extra-amd64 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/aspnet/8.0/jammy-chiseled-extra/arm32v7/Dockerfile b/src/aspnet/8.0/jammy-chiseled-extra/arm32v7/Dockerfile index 183918f24e..549c2aec6e 100644 --- a/src/aspnet/8.0/jammy-chiseled-extra/arm32v7/Dockerfile +++ b/src/aspnet/8.0/jammy-chiseled-extra/arm32v7/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM arm32v7/buildpack-deps:jammy-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm.tar.gz \ - && aspnetcore_sha512='d0feedd91bb4028069d8cff1726191e9f09920e756405de0d2bbf6f43116277cc93ebe2483f405baa4972b54ffe89b09cbe172a639e60397ae7138df5ef48c4e' \ + && aspnetcore_sha512='fae8b6b270a4dc9218df99bb3cc10f0a52db9ed3630ba82056402154d27c238f76e44561f85348cf1a4f7e2bd1dbd910d4138a91ef66abe5685d9972b3d050aa' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf aspnetcore.tar.gz -C /dotnet ./shared/Microsoft.AspNetCore.App \ @@ -14,9 +14,9 @@ RUN aspnetcore_version=8.0.8 \ # ASP.NET Core image -FROM $REPO:8.0.8-jammy-chiseled-extra-arm32v7 +FROM $REPO:8.0.10-jammy-chiseled-extra-arm32v7 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/aspnet/8.0/jammy-chiseled-extra/arm64v8/Dockerfile b/src/aspnet/8.0/jammy-chiseled-extra/arm64v8/Dockerfile index 35592b01c0..e666ed82f3 100644 --- a/src/aspnet/8.0/jammy-chiseled-extra/arm64v8/Dockerfile +++ b/src/aspnet/8.0/jammy-chiseled-extra/arm64v8/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM arm64v8/buildpack-deps:jammy-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm64.tar.gz \ - && aspnetcore_sha512='c3dc9d71fca0a48eda96074cbcef4c9a265c1c4e10cbff38614dd74d79443ae9d1ccd10714764cd041291f81d83c0ed1c307abf89249ab4b6f58a5de952fcffd' \ + && aspnetcore_sha512='3a478f9310c748b7427c91deb3ba83f4c02557a7d7a3d7382526b6dc39dad3d938022475ab20f060f1b4ed365c7b1b95a1d089cca502a423298c41379bff8111' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf aspnetcore.tar.gz -C /dotnet ./shared/Microsoft.AspNetCore.App \ @@ -14,9 +14,9 @@ RUN aspnetcore_version=8.0.8 \ # ASP.NET Core image -FROM $REPO:8.0.8-jammy-chiseled-extra-arm64v8 +FROM $REPO:8.0.10-jammy-chiseled-extra-arm64v8 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/aspnet/8.0/jammy-chiseled/amd64/Dockerfile b/src/aspnet/8.0/jammy-chiseled/amd64/Dockerfile index b889a384b0..ac1c44b6ee 100644 --- a/src/aspnet/8.0/jammy-chiseled/amd64/Dockerfile +++ b/src/aspnet/8.0/jammy-chiseled/amd64/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM amd64/buildpack-deps:jammy-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-x64.tar.gz \ - && aspnetcore_sha512='d6c0cc2aac79fbacbf81b597f286763599f66278c17ddb448ce0b93d499bad8f88777d425854e68602945ab18af8a61f1ee59d431d5503006137f86113faa8b2' \ + && aspnetcore_sha512='33221f19964ccb06cba74420dacbfe5bfd036f7847387093119f8f391d5716e1c5a8e05721f2335984409b43423d79b51ec571e51f0cdfae6d9d2a2b2d98505a' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf aspnetcore.tar.gz -C /dotnet ./shared/Microsoft.AspNetCore.App \ @@ -14,9 +14,9 @@ RUN aspnetcore_version=8.0.8 \ # ASP.NET Core image -FROM $REPO:8.0.8-jammy-chiseled-amd64 +FROM $REPO:8.0.10-jammy-chiseled-amd64 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/aspnet/8.0/jammy-chiseled/arm32v7/Dockerfile b/src/aspnet/8.0/jammy-chiseled/arm32v7/Dockerfile index d9b31d9bf4..b6f270bb89 100644 --- a/src/aspnet/8.0/jammy-chiseled/arm32v7/Dockerfile +++ b/src/aspnet/8.0/jammy-chiseled/arm32v7/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM arm32v7/buildpack-deps:jammy-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm.tar.gz \ - && aspnetcore_sha512='d0feedd91bb4028069d8cff1726191e9f09920e756405de0d2bbf6f43116277cc93ebe2483f405baa4972b54ffe89b09cbe172a639e60397ae7138df5ef48c4e' \ + && aspnetcore_sha512='fae8b6b270a4dc9218df99bb3cc10f0a52db9ed3630ba82056402154d27c238f76e44561f85348cf1a4f7e2bd1dbd910d4138a91ef66abe5685d9972b3d050aa' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf aspnetcore.tar.gz -C /dotnet ./shared/Microsoft.AspNetCore.App \ @@ -14,9 +14,9 @@ RUN aspnetcore_version=8.0.8 \ # ASP.NET Core image -FROM $REPO:8.0.8-jammy-chiseled-arm32v7 +FROM $REPO:8.0.10-jammy-chiseled-arm32v7 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/aspnet/8.0/jammy-chiseled/arm64v8/Dockerfile b/src/aspnet/8.0/jammy-chiseled/arm64v8/Dockerfile index a5dc312ce0..1a6c9a8404 100644 --- a/src/aspnet/8.0/jammy-chiseled/arm64v8/Dockerfile +++ b/src/aspnet/8.0/jammy-chiseled/arm64v8/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM arm64v8/buildpack-deps:jammy-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm64.tar.gz \ - && aspnetcore_sha512='c3dc9d71fca0a48eda96074cbcef4c9a265c1c4e10cbff38614dd74d79443ae9d1ccd10714764cd041291f81d83c0ed1c307abf89249ab4b6f58a5de952fcffd' \ + && aspnetcore_sha512='3a478f9310c748b7427c91deb3ba83f4c02557a7d7a3d7382526b6dc39dad3d938022475ab20f060f1b4ed365c7b1b95a1d089cca502a423298c41379bff8111' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf aspnetcore.tar.gz -C /dotnet ./shared/Microsoft.AspNetCore.App \ @@ -14,9 +14,9 @@ RUN aspnetcore_version=8.0.8 \ # ASP.NET Core image -FROM $REPO:8.0.8-jammy-chiseled-arm64v8 +FROM $REPO:8.0.10-jammy-chiseled-arm64v8 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/aspnet/8.0/jammy/amd64/Dockerfile b/src/aspnet/8.0/jammy/amd64/Dockerfile index 4ed3530ce5..d59ed380b5 100644 --- a/src/aspnet/8.0/jammy/amd64/Dockerfile +++ b/src/aspnet/8.0/jammy/amd64/Dockerfile @@ -4,18 +4,18 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM amd64/buildpack-deps:jammy-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-x64.tar.gz \ - && aspnetcore_sha512='d6c0cc2aac79fbacbf81b597f286763599f66278c17ddb448ce0b93d499bad8f88777d425854e68602945ab18af8a61f1ee59d431d5503006137f86113faa8b2' \ + && aspnetcore_sha512='33221f19964ccb06cba74420dacbfe5bfd036f7847387093119f8f391d5716e1c5a8e05721f2335984409b43423d79b51ec571e51f0cdfae6d9d2a2b2d98505a' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz # ASP.NET Core image -FROM $REPO:8.0.8-jammy-amd64 +FROM $REPO:8.0.10-jammy-amd64 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/shared/Microsoft.AspNetCore.App", "/usr/share/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/8.0/jammy/arm32v7/Dockerfile b/src/aspnet/8.0/jammy/arm32v7/Dockerfile index 968c00eb96..552306e25b 100644 --- a/src/aspnet/8.0/jammy/arm32v7/Dockerfile +++ b/src/aspnet/8.0/jammy/arm32v7/Dockerfile @@ -4,18 +4,18 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM arm32v7/buildpack-deps:jammy-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm.tar.gz \ - && aspnetcore_sha512='d0feedd91bb4028069d8cff1726191e9f09920e756405de0d2bbf6f43116277cc93ebe2483f405baa4972b54ffe89b09cbe172a639e60397ae7138df5ef48c4e' \ + && aspnetcore_sha512='fae8b6b270a4dc9218df99bb3cc10f0a52db9ed3630ba82056402154d27c238f76e44561f85348cf1a4f7e2bd1dbd910d4138a91ef66abe5685d9972b3d050aa' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz # ASP.NET Core image -FROM $REPO:8.0.8-jammy-arm32v7 +FROM $REPO:8.0.10-jammy-arm32v7 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/shared/Microsoft.AspNetCore.App", "/usr/share/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/8.0/jammy/arm64v8/Dockerfile b/src/aspnet/8.0/jammy/arm64v8/Dockerfile index 853e4c577b..28ec678675 100644 --- a/src/aspnet/8.0/jammy/arm64v8/Dockerfile +++ b/src/aspnet/8.0/jammy/arm64v8/Dockerfile @@ -4,18 +4,18 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM arm64v8/buildpack-deps:jammy-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm64.tar.gz \ - && aspnetcore_sha512='c3dc9d71fca0a48eda96074cbcef4c9a265c1c4e10cbff38614dd74d79443ae9d1ccd10714764cd041291f81d83c0ed1c307abf89249ab4b6f58a5de952fcffd' \ + && aspnetcore_sha512='3a478f9310c748b7427c91deb3ba83f4c02557a7d7a3d7382526b6dc39dad3d938022475ab20f060f1b4ed365c7b1b95a1d089cca502a423298c41379bff8111' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz # ASP.NET Core image -FROM $REPO:8.0.8-jammy-arm64v8 +FROM $REPO:8.0.10-jammy-arm64v8 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/shared/Microsoft.AspNetCore.App", "/usr/share/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/8.0/nanoserver-1809/amd64/Dockerfile b/src/aspnet/8.0/nanoserver-1809/amd64/Dockerfile index 9aeddd87d2..3b505afe92 100644 --- a/src/aspnet/8.0/nanoserver-1809/amd64/Dockerfile +++ b/src/aspnet/8.0/nanoserver-1809/amd64/Dockerfile @@ -10,9 +10,9 @@ RUN powershell -Command ` $ErrorActionPreference = 'Stop'; ` $ProgressPreference = 'SilentlyContinue'; ` ` - $aspnetcore_version = '8.0.8'; ` + $aspnetcore_version = '8.0.10'; ` Invoke-WebRequest -OutFile aspnetcore.zip https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-win-x64.zip; ` - $aspnetcore_sha512 = 'c5ad87fdf6cac37234317109fcbc6649aeb0adef3ffc2583af6e044e8934862aa37d17a6071d5383917ca92c01691c8c0680270fa5b6f1aeb43a0fb1d6cab4f6'; ` + $aspnetcore_sha512 = 'b9d08366e056def8760882d08f09e8495a6cf6ebfd1b881c92f3c385637c77ccf432ed51f930e4994e66156fb5311daeb0b2aa06074da17cbbb068e0e5dfad3a'; ` if ((Get-FileHash aspnetcore.zip -Algorithm sha512).Hash -ne $aspnetcore_sha512) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` @@ -24,9 +24,9 @@ RUN powershell -Command ` # ASP.NET Core image -FROM $REPO:8.0.8-nanoserver-1809 +FROM $REPO:8.0.10-nanoserver-1809 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/dotnet/shared/Microsoft.AspNetCore.App", "/Program Files/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/8.0/nanoserver-ltsc2022/amd64/Dockerfile b/src/aspnet/8.0/nanoserver-ltsc2022/amd64/Dockerfile index c53483d3a7..9eea1f87d2 100644 --- a/src/aspnet/8.0/nanoserver-ltsc2022/amd64/Dockerfile +++ b/src/aspnet/8.0/nanoserver-ltsc2022/amd64/Dockerfile @@ -10,9 +10,9 @@ RUN powershell -Command ` $ErrorActionPreference = 'Stop'; ` $ProgressPreference = 'SilentlyContinue'; ` ` - $aspnetcore_version = '8.0.8'; ` + $aspnetcore_version = '8.0.10'; ` Invoke-WebRequest -OutFile aspnetcore.zip https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-win-x64.zip; ` - $aspnetcore_sha512 = 'c5ad87fdf6cac37234317109fcbc6649aeb0adef3ffc2583af6e044e8934862aa37d17a6071d5383917ca92c01691c8c0680270fa5b6f1aeb43a0fb1d6cab4f6'; ` + $aspnetcore_sha512 = 'b9d08366e056def8760882d08f09e8495a6cf6ebfd1b881c92f3c385637c77ccf432ed51f930e4994e66156fb5311daeb0b2aa06074da17cbbb068e0e5dfad3a'; ` if ((Get-FileHash aspnetcore.zip -Algorithm sha512).Hash -ne $aspnetcore_sha512) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` @@ -24,9 +24,9 @@ RUN powershell -Command ` # ASP.NET Core image -FROM $REPO:8.0.8-nanoserver-ltsc2022 +FROM $REPO:8.0.10-nanoserver-ltsc2022 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/dotnet/shared/Microsoft.AspNetCore.App", "/Program Files/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/8.0/noble-chiseled-composite-extra/amd64/Dockerfile b/src/aspnet/8.0/noble-chiseled-composite-extra/amd64/Dockerfile index a1a64855b7..4599c615f7 100644 --- a/src/aspnet/8.0/noble-chiseled-composite-extra/amd64/Dockerfile +++ b/src/aspnet/8.0/noble-chiseled-composite-extra/amd64/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM amd64/buildpack-deps:noble-curl AS installer # Retrieve ASP.NET Composite Runtime -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz \ - && dotnet_sha512='7f5c9df8a36f900021cdd6c3e8aa7e1583b1dd413de52d0ee109f44f101479110828f8840082020b86e06301789f075a6ce0018b86af26bf9544fe4f6fc165f2' \ + && dotnet_sha512='2613c87a0d060681c16f8d0aaa507d808941f8c3262bd793043d30785df26b3a5b54be395e18ebd66bfb309f190179fa11b7c8354a40b67cb20d05ed88baa235' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -17,13 +17,13 @@ RUN mkdir /dotnet-symlink \ # ASP.NET Composite Image -FROM $REPO:8.0.8-noble-chiseled-extra-amd64 +FROM $REPO:8.0.10-noble-chiseled-extra-amd64 ENV \ # .NET Runtime version - DOTNET_VERSION=8.0.8 \ + DOTNET_VERSION=8.0.10 \ # ASP.NET Core version - ASPNET_VERSION=8.0.8 + ASPNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/aspnet/8.0/noble-chiseled-composite-extra/arm64v8/Dockerfile b/src/aspnet/8.0/noble-chiseled-composite-extra/arm64v8/Dockerfile index 767c3802c2..0c2f399e9c 100644 --- a/src/aspnet/8.0/noble-chiseled-composite-extra/arm64v8/Dockerfile +++ b/src/aspnet/8.0/noble-chiseled-composite-extra/arm64v8/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm64v8/buildpack-deps:noble-curl AS installer # Retrieve ASP.NET Composite Runtime -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-arm64.tar.gz \ - && dotnet_sha512='6385460af9f0e0377fa92f737dd0c76aaac60c8602c0a872467909738ab95dca67d9f75e10077610a3a7ea52f4abef5a86f50f25eee1c8587426011441d1abfc' \ + && dotnet_sha512='4ef6d3653229e93b29a2e16da4b5311a0f5b729aae5f5fd21d6ca1f8948feed45504e8dd212325ca8787f9d8ca0617fb43fb947949597d762602db1c4d3513c2' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -17,13 +17,13 @@ RUN mkdir /dotnet-symlink \ # ASP.NET Composite Image -FROM $REPO:8.0.8-noble-chiseled-extra-arm64v8 +FROM $REPO:8.0.10-noble-chiseled-extra-arm64v8 ENV \ # .NET Runtime version - DOTNET_VERSION=8.0.8 \ + DOTNET_VERSION=8.0.10 \ # ASP.NET Core version - ASPNET_VERSION=8.0.8 + ASPNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/aspnet/8.0/noble-chiseled-composite/amd64/Dockerfile b/src/aspnet/8.0/noble-chiseled-composite/amd64/Dockerfile index bd40c4eebd..1d2dfb2b33 100644 --- a/src/aspnet/8.0/noble-chiseled-composite/amd64/Dockerfile +++ b/src/aspnet/8.0/noble-chiseled-composite/amd64/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM amd64/buildpack-deps:noble-curl AS installer # Retrieve ASP.NET Composite Runtime -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz \ - && dotnet_sha512='7f5c9df8a36f900021cdd6c3e8aa7e1583b1dd413de52d0ee109f44f101479110828f8840082020b86e06301789f075a6ce0018b86af26bf9544fe4f6fc165f2' \ + && dotnet_sha512='2613c87a0d060681c16f8d0aaa507d808941f8c3262bd793043d30785df26b3a5b54be395e18ebd66bfb309f190179fa11b7c8354a40b67cb20d05ed88baa235' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -17,13 +17,13 @@ RUN mkdir /dotnet-symlink \ # ASP.NET Composite Image -FROM $REPO:8.0.8-noble-chiseled-amd64 +FROM $REPO:8.0.10-noble-chiseled-amd64 ENV \ # .NET Runtime version - DOTNET_VERSION=8.0.8 \ + DOTNET_VERSION=8.0.10 \ # ASP.NET Core version - ASPNET_VERSION=8.0.8 + ASPNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/aspnet/8.0/noble-chiseled-composite/arm64v8/Dockerfile b/src/aspnet/8.0/noble-chiseled-composite/arm64v8/Dockerfile index a58ed11b1a..e7907f06e9 100644 --- a/src/aspnet/8.0/noble-chiseled-composite/arm64v8/Dockerfile +++ b/src/aspnet/8.0/noble-chiseled-composite/arm64v8/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm64v8/buildpack-deps:noble-curl AS installer # Retrieve ASP.NET Composite Runtime -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-arm64.tar.gz \ - && dotnet_sha512='6385460af9f0e0377fa92f737dd0c76aaac60c8602c0a872467909738ab95dca67d9f75e10077610a3a7ea52f4abef5a86f50f25eee1c8587426011441d1abfc' \ + && dotnet_sha512='4ef6d3653229e93b29a2e16da4b5311a0f5b729aae5f5fd21d6ca1f8948feed45504e8dd212325ca8787f9d8ca0617fb43fb947949597d762602db1c4d3513c2' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -17,13 +17,13 @@ RUN mkdir /dotnet-symlink \ # ASP.NET Composite Image -FROM $REPO:8.0.8-noble-chiseled-arm64v8 +FROM $REPO:8.0.10-noble-chiseled-arm64v8 ENV \ # .NET Runtime version - DOTNET_VERSION=8.0.8 \ + DOTNET_VERSION=8.0.10 \ # ASP.NET Core version - ASPNET_VERSION=8.0.8 + ASPNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/aspnet/8.0/noble-chiseled-extra/amd64/Dockerfile b/src/aspnet/8.0/noble-chiseled-extra/amd64/Dockerfile index 3733218825..169aec04bb 100644 --- a/src/aspnet/8.0/noble-chiseled-extra/amd64/Dockerfile +++ b/src/aspnet/8.0/noble-chiseled-extra/amd64/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM amd64/buildpack-deps:noble-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-x64.tar.gz \ - && aspnetcore_sha512='d6c0cc2aac79fbacbf81b597f286763599f66278c17ddb448ce0b93d499bad8f88777d425854e68602945ab18af8a61f1ee59d431d5503006137f86113faa8b2' \ + && aspnetcore_sha512='33221f19964ccb06cba74420dacbfe5bfd036f7847387093119f8f391d5716e1c5a8e05721f2335984409b43423d79b51ec571e51f0cdfae6d9d2a2b2d98505a' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf aspnetcore.tar.gz -C /dotnet ./shared/Microsoft.AspNetCore.App \ @@ -14,9 +14,9 @@ RUN aspnetcore_version=8.0.8 \ # ASP.NET Core image -FROM $REPO:8.0.8-noble-chiseled-extra-amd64 +FROM $REPO:8.0.10-noble-chiseled-extra-amd64 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/aspnet/8.0/noble-chiseled-extra/arm64v8/Dockerfile b/src/aspnet/8.0/noble-chiseled-extra/arm64v8/Dockerfile index 53036b062c..a7b3a4d608 100644 --- a/src/aspnet/8.0/noble-chiseled-extra/arm64v8/Dockerfile +++ b/src/aspnet/8.0/noble-chiseled-extra/arm64v8/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM arm64v8/buildpack-deps:noble-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm64.tar.gz \ - && aspnetcore_sha512='c3dc9d71fca0a48eda96074cbcef4c9a265c1c4e10cbff38614dd74d79443ae9d1ccd10714764cd041291f81d83c0ed1c307abf89249ab4b6f58a5de952fcffd' \ + && aspnetcore_sha512='3a478f9310c748b7427c91deb3ba83f4c02557a7d7a3d7382526b6dc39dad3d938022475ab20f060f1b4ed365c7b1b95a1d089cca502a423298c41379bff8111' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf aspnetcore.tar.gz -C /dotnet ./shared/Microsoft.AspNetCore.App \ @@ -14,9 +14,9 @@ RUN aspnetcore_version=8.0.8 \ # ASP.NET Core image -FROM $REPO:8.0.8-noble-chiseled-extra-arm64v8 +FROM $REPO:8.0.10-noble-chiseled-extra-arm64v8 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/aspnet/8.0/noble-chiseled/amd64/Dockerfile b/src/aspnet/8.0/noble-chiseled/amd64/Dockerfile index cedb21703b..899a40f683 100644 --- a/src/aspnet/8.0/noble-chiseled/amd64/Dockerfile +++ b/src/aspnet/8.0/noble-chiseled/amd64/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM amd64/buildpack-deps:noble-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-x64.tar.gz \ - && aspnetcore_sha512='d6c0cc2aac79fbacbf81b597f286763599f66278c17ddb448ce0b93d499bad8f88777d425854e68602945ab18af8a61f1ee59d431d5503006137f86113faa8b2' \ + && aspnetcore_sha512='33221f19964ccb06cba74420dacbfe5bfd036f7847387093119f8f391d5716e1c5a8e05721f2335984409b43423d79b51ec571e51f0cdfae6d9d2a2b2d98505a' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf aspnetcore.tar.gz -C /dotnet ./shared/Microsoft.AspNetCore.App \ @@ -14,9 +14,9 @@ RUN aspnetcore_version=8.0.8 \ # ASP.NET Core image -FROM $REPO:8.0.8-noble-chiseled-amd64 +FROM $REPO:8.0.10-noble-chiseled-amd64 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/aspnet/8.0/noble-chiseled/arm64v8/Dockerfile b/src/aspnet/8.0/noble-chiseled/arm64v8/Dockerfile index 9ab680324f..1630992877 100644 --- a/src/aspnet/8.0/noble-chiseled/arm64v8/Dockerfile +++ b/src/aspnet/8.0/noble-chiseled/arm64v8/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM arm64v8/buildpack-deps:noble-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm64.tar.gz \ - && aspnetcore_sha512='c3dc9d71fca0a48eda96074cbcef4c9a265c1c4e10cbff38614dd74d79443ae9d1ccd10714764cd041291f81d83c0ed1c307abf89249ab4b6f58a5de952fcffd' \ + && aspnetcore_sha512='3a478f9310c748b7427c91deb3ba83f4c02557a7d7a3d7382526b6dc39dad3d938022475ab20f060f1b4ed365c7b1b95a1d089cca502a423298c41379bff8111' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf aspnetcore.tar.gz -C /dotnet ./shared/Microsoft.AspNetCore.App \ @@ -14,9 +14,9 @@ RUN aspnetcore_version=8.0.8 \ # ASP.NET Core image -FROM $REPO:8.0.8-noble-chiseled-arm64v8 +FROM $REPO:8.0.10-noble-chiseled-arm64v8 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/aspnet/8.0/noble/amd64/Dockerfile b/src/aspnet/8.0/noble/amd64/Dockerfile index 7cd8fc8f14..c0c73216fa 100644 --- a/src/aspnet/8.0/noble/amd64/Dockerfile +++ b/src/aspnet/8.0/noble/amd64/Dockerfile @@ -4,18 +4,18 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM amd64/buildpack-deps:noble-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-x64.tar.gz \ - && aspnetcore_sha512='d6c0cc2aac79fbacbf81b597f286763599f66278c17ddb448ce0b93d499bad8f88777d425854e68602945ab18af8a61f1ee59d431d5503006137f86113faa8b2' \ + && aspnetcore_sha512='33221f19964ccb06cba74420dacbfe5bfd036f7847387093119f8f391d5716e1c5a8e05721f2335984409b43423d79b51ec571e51f0cdfae6d9d2a2b2d98505a' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz # ASP.NET Core image -FROM $REPO:8.0.8-noble-amd64 +FROM $REPO:8.0.10-noble-amd64 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/shared/Microsoft.AspNetCore.App", "/usr/share/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/8.0/noble/arm64v8/Dockerfile b/src/aspnet/8.0/noble/arm64v8/Dockerfile index 477675c70b..d089072eb7 100644 --- a/src/aspnet/8.0/noble/arm64v8/Dockerfile +++ b/src/aspnet/8.0/noble/arm64v8/Dockerfile @@ -4,18 +4,18 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime FROM arm64v8/buildpack-deps:noble-curl AS installer # Retrieve ASP.NET Core -RUN aspnetcore_version=8.0.8 \ +RUN aspnetcore_version=8.0.10 \ && curl -fSL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm64.tar.gz \ - && aspnetcore_sha512='c3dc9d71fca0a48eda96074cbcef4c9a265c1c4e10cbff38614dd74d79443ae9d1ccd10714764cd041291f81d83c0ed1c307abf89249ab4b6f58a5de952fcffd' \ + && aspnetcore_sha512='3a478f9310c748b7427c91deb3ba83f4c02557a7d7a3d7382526b6dc39dad3d938022475ab20f060f1b4ed365c7b1b95a1d089cca502a423298c41379bff8111' \ && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \ && tar -oxzf aspnetcore.tar.gz ./shared/Microsoft.AspNetCore.App \ && rm aspnetcore.tar.gz # ASP.NET Core image -FROM $REPO:8.0.8-noble-arm64v8 +FROM $REPO:8.0.10-noble-arm64v8 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 COPY --from=installer ["/shared/Microsoft.AspNetCore.App", "/usr/share/dotnet/shared/Microsoft.AspNetCore.App"] diff --git a/src/aspnet/8.0/windowsservercore-ltsc2019/amd64/Dockerfile b/src/aspnet/8.0/windowsservercore-ltsc2019/amd64/Dockerfile index d5df6c24d0..aa9e7d2dcc 100644 --- a/src/aspnet/8.0/windowsservercore-ltsc2019/amd64/Dockerfile +++ b/src/aspnet/8.0/windowsservercore-ltsc2019/amd64/Dockerfile @@ -1,10 +1,10 @@ # escape=` ARG REPO=mcr.microsoft.com/dotnet/runtime -FROM $REPO:8.0.8-windowsservercore-ltsc2019 +FROM $REPO:8.0.10-windowsservercore-ltsc2019 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 # Install ASP.NET Core Runtime RUN powershell -Command ` @@ -12,7 +12,7 @@ RUN powershell -Command ` $ProgressPreference = 'SilentlyContinue'; ` ` Invoke-WebRequest -OutFile aspnetcore.zip https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$Env:ASPNET_VERSION/aspnetcore-runtime-$Env:ASPNET_VERSION-win-x64.zip; ` - $aspnetcore_sha512 = 'c5ad87fdf6cac37234317109fcbc6649aeb0adef3ffc2583af6e044e8934862aa37d17a6071d5383917ca92c01691c8c0680270fa5b6f1aeb43a0fb1d6cab4f6'; ` + $aspnetcore_sha512 = 'b9d08366e056def8760882d08f09e8495a6cf6ebfd1b881c92f3c385637c77ccf432ed51f930e4994e66156fb5311daeb0b2aa06074da17cbbb068e0e5dfad3a'; ` if ((Get-FileHash aspnetcore.zip -Algorithm sha512).Hash -ne $aspnetcore_sha512) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` diff --git a/src/aspnet/8.0/windowsservercore-ltsc2022/amd64/Dockerfile b/src/aspnet/8.0/windowsservercore-ltsc2022/amd64/Dockerfile index 771a92fb4b..8a24ba8b6d 100644 --- a/src/aspnet/8.0/windowsservercore-ltsc2022/amd64/Dockerfile +++ b/src/aspnet/8.0/windowsservercore-ltsc2022/amd64/Dockerfile @@ -1,10 +1,10 @@ # escape=` ARG REPO=mcr.microsoft.com/dotnet/runtime -FROM $REPO:8.0.8-windowsservercore-ltsc2022 +FROM $REPO:8.0.10-windowsservercore-ltsc2022 # ASP.NET Core version -ENV ASPNET_VERSION=8.0.8 +ENV ASPNET_VERSION=8.0.10 # Install ASP.NET Core Runtime RUN powershell -Command ` @@ -12,7 +12,7 @@ RUN powershell -Command ` $ProgressPreference = 'SilentlyContinue'; ` ` Invoke-WebRequest -OutFile aspnetcore.zip https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$Env:ASPNET_VERSION/aspnetcore-runtime-$Env:ASPNET_VERSION-win-x64.zip; ` - $aspnetcore_sha512 = 'c5ad87fdf6cac37234317109fcbc6649aeb0adef3ffc2583af6e044e8934862aa37d17a6071d5383917ca92c01691c8c0680270fa5b6f1aeb43a0fb1d6cab4f6'; ` + $aspnetcore_sha512 = 'b9d08366e056def8760882d08f09e8495a6cf6ebfd1b881c92f3c385637c77ccf432ed51f930e4994e66156fb5311daeb0b2aa06074da17cbbb068e0e5dfad3a'; ` if ((Get-FileHash aspnetcore.zip -Algorithm sha512).Hash -ne $aspnetcore_sha512) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` diff --git a/src/monitor-base/8.0/cbl-mariner-distroless/amd64/Dockerfile b/src/monitor-base/8.0/cbl-mariner-distroless/amd64/Dockerfile index d04307a399..d1dcb1f531 100644 --- a/src/monitor-base/8.0/cbl-mariner-distroless/amd64/Dockerfile +++ b/src/monitor-base/8.0/cbl-mariner-distroless/amd64/Dockerfile @@ -20,7 +20,7 @@ RUN dotnet_monitor_version=8.0.4 \ # .NET Monitor Base image -FROM $REPO:8.0.8-cbl-mariner2.0-distroless-amd64 +FROM $REPO:8.0.10-cbl-mariner2.0-distroless-amd64 WORKDIR /app COPY --from=installer /app . diff --git a/src/monitor-base/8.0/cbl-mariner-distroless/arm64v8/Dockerfile b/src/monitor-base/8.0/cbl-mariner-distroless/arm64v8/Dockerfile index 278d5e47eb..12363e13a4 100644 --- a/src/monitor-base/8.0/cbl-mariner-distroless/arm64v8/Dockerfile +++ b/src/monitor-base/8.0/cbl-mariner-distroless/arm64v8/Dockerfile @@ -20,7 +20,7 @@ RUN dotnet_monitor_version=8.0.4 \ # .NET Monitor Base image -FROM $REPO:8.0.8-cbl-mariner2.0-distroless-arm64v8 +FROM $REPO:8.0.10-cbl-mariner2.0-distroless-arm64v8 WORKDIR /app COPY --from=installer /app . diff --git a/src/monitor-base/8.0/ubuntu-chiseled/amd64/Dockerfile b/src/monitor-base/8.0/ubuntu-chiseled/amd64/Dockerfile index 2605910b91..87735e9f76 100644 --- a/src/monitor-base/8.0/ubuntu-chiseled/amd64/Dockerfile +++ b/src/monitor-base/8.0/ubuntu-chiseled/amd64/Dockerfile @@ -14,7 +14,7 @@ RUN dotnet_monitor_version=8.0.4 \ # .NET Monitor Base image -FROM $REPO:8.0.8-jammy-chiseled-amd64 +FROM $REPO:8.0.10-jammy-chiseled-amd64 WORKDIR /app COPY --from=installer /app . diff --git a/src/monitor-base/8.0/ubuntu-chiseled/arm64v8/Dockerfile b/src/monitor-base/8.0/ubuntu-chiseled/arm64v8/Dockerfile index ff4418b2ce..b2326efb25 100644 --- a/src/monitor-base/8.0/ubuntu-chiseled/arm64v8/Dockerfile +++ b/src/monitor-base/8.0/ubuntu-chiseled/arm64v8/Dockerfile @@ -14,7 +14,7 @@ RUN dotnet_monitor_version=8.0.4 \ # .NET Monitor Base image -FROM $REPO:8.0.8-jammy-chiseled-arm64v8 +FROM $REPO:8.0.10-jammy-chiseled-arm64v8 WORKDIR /app COPY --from=installer /app . diff --git a/src/runtime/8.0/alpine3.20/amd64/Dockerfile b/src/runtime/8.0/alpine3.20/amd64/Dockerfile index 3ba72b3b1c..9890d40643 100644 --- a/src/runtime/8.0/alpine3.20/amd64/Dockerfile +++ b/src/runtime/8.0/alpine3.20/amd64/Dockerfile @@ -1,15 +1,15 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps -FROM $REPO:8.0.8-alpine3.20-amd64 +FROM $REPO:8.0.10-alpine3.20-amd64 # .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set # by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 # Install .NET Runtime RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-runtime-$DOTNET_VERSION-linux-musl-x64.tar.gz \ - && dotnet_sha512='ca2ff32145506513253f80ecd72b5c24d8bda28f44ae83c988c39ebfa75e737d5510bcb84bc27a149d2e6995761f8b124d7701522ae9bbcac17fc32667217eb6' \ + && dotnet_sha512='2d6edcc14b9d9fef93ac72fb32b17a6318f2af5bdd83c4b34b35c591dcd406da4d489c1a4d5808a61bac2ee14b40bb6b0e8ffe9b424901b70fe2d969deffa087' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ diff --git a/src/runtime/8.0/alpine3.20/arm32v7/Dockerfile b/src/runtime/8.0/alpine3.20/arm32v7/Dockerfile index 280b812c49..93fc0e6b2d 100644 --- a/src/runtime/8.0/alpine3.20/arm32v7/Dockerfile +++ b/src/runtime/8.0/alpine3.20/arm32v7/Dockerfile @@ -1,15 +1,15 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps -FROM $REPO:8.0.8-alpine3.20-arm32v7 +FROM $REPO:8.0.10-alpine3.20-arm32v7 # .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set # by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 # Install .NET Runtime RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-runtime-$DOTNET_VERSION-linux-musl-arm.tar.gz \ - && dotnet_sha512='8a6f920d93d7d5527dc289f472521e2a671afb4e663aaacfd82c32658c2ea39eab43a5c97d3d3d7ba58403ebfbf6cb96fc73ff5b7ccc1a9447d13bf41eeb80c9' \ + && dotnet_sha512='aec8c820591a13d17d80a16880fa622961ea3a982d5ea30b26ea915ed8d860e9500b2ac7aee07aacc0a3f505ea33a665037096a3dbc9ed95fccf335e4b4b9dab' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ diff --git a/src/runtime/8.0/alpine3.20/arm64v8/Dockerfile b/src/runtime/8.0/alpine3.20/arm64v8/Dockerfile index cca7f01b99..1d418c0e2e 100644 --- a/src/runtime/8.0/alpine3.20/arm64v8/Dockerfile +++ b/src/runtime/8.0/alpine3.20/arm64v8/Dockerfile @@ -1,15 +1,15 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps -FROM $REPO:8.0.8-alpine3.20-arm64v8 +FROM $REPO:8.0.10-alpine3.20-arm64v8 # .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set # by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information. # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 # Install .NET Runtime RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-runtime-$DOTNET_VERSION-linux-musl-arm64.tar.gz \ - && dotnet_sha512='26f35e1c6074a7d99a40ea48f6c02db78f4e2c743cbc74463a094da014e126e9379d09b4e56809ac9829b26b6ba0a901adc47adfc3c5d35a97e9ead5a6931489' \ + && dotnet_sha512='1eecafe272a071ed78bc91b4c900ab70ec102c9f82cedcfde279bd9921a7e740ee9e881538a00a6ce400d9dc0ebc9305e8cd4962db2431e73b691e1052694ec1' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ diff --git a/src/runtime/8.0/azurelinux3.0-distroless-extra/amd64/Dockerfile b/src/runtime/8.0/azurelinux3.0-distroless-extra/amd64/Dockerfile index 643f0f7056..8804694227 100644 --- a/src/runtime/8.0/azurelinux3.0-distroless-extra/amd64/Dockerfile +++ b/src/runtime/8.0/azurelinux3.0-distroless-extra/amd64/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-x64.tar.gz \ - && dotnet_sha512='8f5220098c562fa3490417748eb9f4f9ca1551f7155728b9ebb1924359c63c18dedef643bcd89ec67b59cb5b1b9de7283ee156ef381ffb16801b516dba9b1b0f' \ + && dotnet_sha512='7fb813677720d125c2337fedc6131b230daf1c1d79d5912a1ca6b5e08bf7802b412de3248d645b6483ab23f3fae837ed02a0e520e33020cfef2c888c54f474ac' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -23,10 +23,10 @@ RUN mkdir /dotnet-symlink \ # .NET runtime image -FROM $REPO:8.0.8-azurelinux3.0-distroless-extra-amd64 +FROM $REPO:8.0.10-azurelinux3.0-distroless-extra-amd64 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/runtime/8.0/azurelinux3.0-distroless-extra/arm64v8/Dockerfile b/src/runtime/8.0/azurelinux3.0-distroless-extra/arm64v8/Dockerfile index 7289c174b4..8f4dee4ccf 100644 --- a/src/runtime/8.0/azurelinux3.0-distroless-extra/arm64v8/Dockerfile +++ b/src/runtime/8.0/azurelinux3.0-distroless-extra/arm64v8/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm64.tar.gz \ - && dotnet_sha512='246fb7e5edb51db93421c6bb7420f7a358430b98b224a71fb70e71a2bce0bc91f853aa89109f2188b0ab28532a245c3d52baac163463e01a02019dea37fd39f2' \ + && dotnet_sha512='31599ffbca710247f4e03fe99b1098b287a0ed820a944b5a6ed22372651c97d67531c34abadbc52e59e8f70b4f76cd331221d008684f3feefd9be2904a73e388' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -23,10 +23,10 @@ RUN mkdir /dotnet-symlink \ # .NET runtime image -FROM $REPO:8.0.8-azurelinux3.0-distroless-extra-arm64v8 +FROM $REPO:8.0.10-azurelinux3.0-distroless-extra-arm64v8 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/runtime/8.0/azurelinux3.0-distroless/amd64/Dockerfile b/src/runtime/8.0/azurelinux3.0-distroless/amd64/Dockerfile index 2ce5e17c7d..f93c8cfd1d 100644 --- a/src/runtime/8.0/azurelinux3.0-distroless/amd64/Dockerfile +++ b/src/runtime/8.0/azurelinux3.0-distroless/amd64/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-x64.tar.gz \ - && dotnet_sha512='8f5220098c562fa3490417748eb9f4f9ca1551f7155728b9ebb1924359c63c18dedef643bcd89ec67b59cb5b1b9de7283ee156ef381ffb16801b516dba9b1b0f' \ + && dotnet_sha512='7fb813677720d125c2337fedc6131b230daf1c1d79d5912a1ca6b5e08bf7802b412de3248d645b6483ab23f3fae837ed02a0e520e33020cfef2c888c54f474ac' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -23,10 +23,10 @@ RUN mkdir /dotnet-symlink \ # .NET runtime image -FROM $REPO:8.0.8-azurelinux3.0-distroless-amd64 +FROM $REPO:8.0.10-azurelinux3.0-distroless-amd64 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/runtime/8.0/azurelinux3.0-distroless/arm64v8/Dockerfile b/src/runtime/8.0/azurelinux3.0-distroless/arm64v8/Dockerfile index 6fb133e166..ba8d98f2c3 100644 --- a/src/runtime/8.0/azurelinux3.0-distroless/arm64v8/Dockerfile +++ b/src/runtime/8.0/azurelinux3.0-distroless/arm64v8/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm64.tar.gz \ - && dotnet_sha512='246fb7e5edb51db93421c6bb7420f7a358430b98b224a71fb70e71a2bce0bc91f853aa89109f2188b0ab28532a245c3d52baac163463e01a02019dea37fd39f2' \ + && dotnet_sha512='31599ffbca710247f4e03fe99b1098b287a0ed820a944b5a6ed22372651c97d67531c34abadbc52e59e8f70b4f76cd331221d008684f3feefd9be2904a73e388' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -23,10 +23,10 @@ RUN mkdir /dotnet-symlink \ # .NET runtime image -FROM $REPO:8.0.8-azurelinux3.0-distroless-arm64v8 +FROM $REPO:8.0.10-azurelinux3.0-distroless-arm64v8 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/runtime/8.0/azurelinux3.0/amd64/Dockerfile b/src/runtime/8.0/azurelinux3.0/amd64/Dockerfile index 185971042c..1ff8398ba2 100644 --- a/src/runtime/8.0/azurelinux3.0/amd64/Dockerfile +++ b/src/runtime/8.0/azurelinux3.0/amd64/Dockerfile @@ -1,16 +1,16 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps # Installer image -FROM $REPO:8.0.8-azurelinux3.0-amd64 AS installer +FROM $REPO:8.0.10-azurelinux3.0-amd64 AS installer RUN tdnf install -y \ tar \ && tdnf clean all # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-x64.tar.gz \ - && dotnet_sha512='8f5220098c562fa3490417748eb9f4f9ca1551f7155728b9ebb1924359c63c18dedef643bcd89ec67b59cb5b1b9de7283ee156ef381ffb16801b516dba9b1b0f' \ + && dotnet_sha512='7fb813677720d125c2337fedc6131b230daf1c1d79d5912a1ca6b5e08bf7802b412de3248d645b6483ab23f3fae837ed02a0e520e33020cfef2c888c54f474ac' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf dotnet.tar.gz -C /dotnet \ @@ -18,10 +18,10 @@ RUN dotnet_version=8.0.8 \ # .NET runtime image -FROM $REPO:8.0.8-azurelinux3.0-amd64 +FROM $REPO:8.0.10-azurelinux3.0-amd64 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/runtime/8.0/azurelinux3.0/arm64v8/Dockerfile b/src/runtime/8.0/azurelinux3.0/arm64v8/Dockerfile index 2f348d11a6..07f475b963 100644 --- a/src/runtime/8.0/azurelinux3.0/arm64v8/Dockerfile +++ b/src/runtime/8.0/azurelinux3.0/arm64v8/Dockerfile @@ -1,16 +1,16 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps # Installer image -FROM $REPO:8.0.8-azurelinux3.0-arm64v8 AS installer +FROM $REPO:8.0.10-azurelinux3.0-arm64v8 AS installer RUN tdnf install -y \ tar \ && tdnf clean all # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm64.tar.gz \ - && dotnet_sha512='246fb7e5edb51db93421c6bb7420f7a358430b98b224a71fb70e71a2bce0bc91f853aa89109f2188b0ab28532a245c3d52baac163463e01a02019dea37fd39f2' \ + && dotnet_sha512='31599ffbca710247f4e03fe99b1098b287a0ed820a944b5a6ed22372651c97d67531c34abadbc52e59e8f70b4f76cd331221d008684f3feefd9be2904a73e388' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf dotnet.tar.gz -C /dotnet \ @@ -18,10 +18,10 @@ RUN dotnet_version=8.0.8 \ # .NET runtime image -FROM $REPO:8.0.8-azurelinux3.0-arm64v8 +FROM $REPO:8.0.10-azurelinux3.0-arm64v8 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/runtime/8.0/bookworm-slim/amd64/Dockerfile b/src/runtime/8.0/bookworm-slim/amd64/Dockerfile index b3db4960b6..450e98fef9 100644 --- a/src/runtime/8.0/bookworm-slim/amd64/Dockerfile +++ b/src/runtime/8.0/bookworm-slim/amd64/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM amd64/buildpack-deps:bookworm-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-x64.tar.gz \ - && dotnet_sha512='8f5220098c562fa3490417748eb9f4f9ca1551f7155728b9ebb1924359c63c18dedef643bcd89ec67b59cb5b1b9de7283ee156ef381ffb16801b516dba9b1b0f' \ + && dotnet_sha512='7fb813677720d125c2337fedc6131b230daf1c1d79d5912a1ca6b5e08bf7802b412de3248d645b6483ab23f3fae837ed02a0e520e33020cfef2c888c54f474ac' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf dotnet.tar.gz -C /dotnet \ @@ -14,10 +14,10 @@ RUN dotnet_version=8.0.8 \ # .NET runtime image -FROM $REPO:8.0.8-bookworm-slim-amd64 +FROM $REPO:8.0.10-bookworm-slim-amd64 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/runtime/8.0/bookworm-slim/arm32v7/Dockerfile b/src/runtime/8.0/bookworm-slim/arm32v7/Dockerfile index 4b6caee574..23c6cbd9de 100644 --- a/src/runtime/8.0/bookworm-slim/arm32v7/Dockerfile +++ b/src/runtime/8.0/bookworm-slim/arm32v7/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm32v7/buildpack-deps:bookworm-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm.tar.gz \ - && dotnet_sha512='c87af5aaaf32e18ccdc2965179c65aabae5e0e9e8ea209f6c364270ce2e4afffea979ca22e143de4674e36a2b12c66b575588ae219f16636aca7121440240288' \ + && dotnet_sha512='f06b8787e4f86f61569959228a9ae7d10bb7a1fa967010d7f3ca0080c850513cf5657c18d472211ce16880ff5eafc6c8442a564b2f8351d77c5dd270213c984c' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf dotnet.tar.gz -C /dotnet \ @@ -14,10 +14,10 @@ RUN dotnet_version=8.0.8 \ # .NET runtime image -FROM $REPO:8.0.8-bookworm-slim-arm32v7 +FROM $REPO:8.0.10-bookworm-slim-arm32v7 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/runtime/8.0/bookworm-slim/arm64v8/Dockerfile b/src/runtime/8.0/bookworm-slim/arm64v8/Dockerfile index 8d1cf9e368..96979700bf 100644 --- a/src/runtime/8.0/bookworm-slim/arm64v8/Dockerfile +++ b/src/runtime/8.0/bookworm-slim/arm64v8/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm64v8/buildpack-deps:bookworm-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm64.tar.gz \ - && dotnet_sha512='246fb7e5edb51db93421c6bb7420f7a358430b98b224a71fb70e71a2bce0bc91f853aa89109f2188b0ab28532a245c3d52baac163463e01a02019dea37fd39f2' \ + && dotnet_sha512='31599ffbca710247f4e03fe99b1098b287a0ed820a944b5a6ed22372651c97d67531c34abadbc52e59e8f70b4f76cd331221d008684f3feefd9be2904a73e388' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf dotnet.tar.gz -C /dotnet \ @@ -14,10 +14,10 @@ RUN dotnet_version=8.0.8 \ # .NET runtime image -FROM $REPO:8.0.8-bookworm-slim-arm64v8 +FROM $REPO:8.0.10-bookworm-slim-arm64v8 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/runtime/8.0/cbl-mariner2.0-distroless-extra/amd64/Dockerfile b/src/runtime/8.0/cbl-mariner2.0-distroless-extra/amd64/Dockerfile index 18fdc51a06..86d06b9aae 100644 --- a/src/runtime/8.0/cbl-mariner2.0-distroless-extra/amd64/Dockerfile +++ b/src/runtime/8.0/cbl-mariner2.0-distroless-extra/amd64/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-x64.tar.gz \ - && dotnet_sha512='8f5220098c562fa3490417748eb9f4f9ca1551f7155728b9ebb1924359c63c18dedef643bcd89ec67b59cb5b1b9de7283ee156ef381ffb16801b516dba9b1b0f' \ + && dotnet_sha512='7fb813677720d125c2337fedc6131b230daf1c1d79d5912a1ca6b5e08bf7802b412de3248d645b6483ab23f3fae837ed02a0e520e33020cfef2c888c54f474ac' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -23,10 +23,10 @@ RUN mkdir /dotnet-symlink \ # .NET runtime image -FROM $REPO:8.0.8-cbl-mariner2.0-distroless-extra-amd64 +FROM $REPO:8.0.10-cbl-mariner2.0-distroless-extra-amd64 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/runtime/8.0/cbl-mariner2.0-distroless-extra/arm64v8/Dockerfile b/src/runtime/8.0/cbl-mariner2.0-distroless-extra/arm64v8/Dockerfile index 12a6286cf3..118bd29fab 100644 --- a/src/runtime/8.0/cbl-mariner2.0-distroless-extra/arm64v8/Dockerfile +++ b/src/runtime/8.0/cbl-mariner2.0-distroless-extra/arm64v8/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm64.tar.gz \ - && dotnet_sha512='246fb7e5edb51db93421c6bb7420f7a358430b98b224a71fb70e71a2bce0bc91f853aa89109f2188b0ab28532a245c3d52baac163463e01a02019dea37fd39f2' \ + && dotnet_sha512='31599ffbca710247f4e03fe99b1098b287a0ed820a944b5a6ed22372651c97d67531c34abadbc52e59e8f70b4f76cd331221d008684f3feefd9be2904a73e388' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -23,10 +23,10 @@ RUN mkdir /dotnet-symlink \ # .NET runtime image -FROM $REPO:8.0.8-cbl-mariner2.0-distroless-extra-arm64v8 +FROM $REPO:8.0.10-cbl-mariner2.0-distroless-extra-arm64v8 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/runtime/8.0/cbl-mariner2.0-distroless/amd64/Dockerfile b/src/runtime/8.0/cbl-mariner2.0-distroless/amd64/Dockerfile index 4c2b819843..c99891771a 100644 --- a/src/runtime/8.0/cbl-mariner2.0-distroless/amd64/Dockerfile +++ b/src/runtime/8.0/cbl-mariner2.0-distroless/amd64/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-x64.tar.gz \ - && dotnet_sha512='8f5220098c562fa3490417748eb9f4f9ca1551f7155728b9ebb1924359c63c18dedef643bcd89ec67b59cb5b1b9de7283ee156ef381ffb16801b516dba9b1b0f' \ + && dotnet_sha512='7fb813677720d125c2337fedc6131b230daf1c1d79d5912a1ca6b5e08bf7802b412de3248d645b6483ab23f3fae837ed02a0e520e33020cfef2c888c54f474ac' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -23,10 +23,10 @@ RUN mkdir /dotnet-symlink \ # .NET runtime image -FROM $REPO:8.0.8-cbl-mariner2.0-distroless-amd64 +FROM $REPO:8.0.10-cbl-mariner2.0-distroless-amd64 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/runtime/8.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile b/src/runtime/8.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile index 79159e7221..cb03a33837 100644 --- a/src/runtime/8.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile +++ b/src/runtime/8.0/cbl-mariner2.0-distroless/arm64v8/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm64.tar.gz \ - && dotnet_sha512='246fb7e5edb51db93421c6bb7420f7a358430b98b224a71fb70e71a2bce0bc91f853aa89109f2188b0ab28532a245c3d52baac163463e01a02019dea37fd39f2' \ + && dotnet_sha512='31599ffbca710247f4e03fe99b1098b287a0ed820a944b5a6ed22372651c97d67531c34abadbc52e59e8f70b4f76cd331221d008684f3feefd9be2904a73e388' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -23,10 +23,10 @@ RUN mkdir /dotnet-symlink \ # .NET runtime image -FROM $REPO:8.0.8-cbl-mariner2.0-distroless-arm64v8 +FROM $REPO:8.0.10-cbl-mariner2.0-distroless-arm64v8 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/runtime/8.0/cbl-mariner2.0/amd64/Dockerfile b/src/runtime/8.0/cbl-mariner2.0/amd64/Dockerfile index 643bae2035..9ada81b33a 100644 --- a/src/runtime/8.0/cbl-mariner2.0/amd64/Dockerfile +++ b/src/runtime/8.0/cbl-mariner2.0/amd64/Dockerfile @@ -1,16 +1,16 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps # Installer image -FROM $REPO:8.0.8-cbl-mariner2.0-amd64 AS installer +FROM $REPO:8.0.10-cbl-mariner2.0-amd64 AS installer RUN tdnf install -y \ tar \ && tdnf clean all # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-x64.tar.gz \ - && dotnet_sha512='8f5220098c562fa3490417748eb9f4f9ca1551f7155728b9ebb1924359c63c18dedef643bcd89ec67b59cb5b1b9de7283ee156ef381ffb16801b516dba9b1b0f' \ + && dotnet_sha512='7fb813677720d125c2337fedc6131b230daf1c1d79d5912a1ca6b5e08bf7802b412de3248d645b6483ab23f3fae837ed02a0e520e33020cfef2c888c54f474ac' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf dotnet.tar.gz -C /dotnet \ @@ -18,10 +18,10 @@ RUN dotnet_version=8.0.8 \ # .NET runtime image -FROM $REPO:8.0.8-cbl-mariner2.0-amd64 +FROM $REPO:8.0.10-cbl-mariner2.0-amd64 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/runtime/8.0/cbl-mariner2.0/arm64v8/Dockerfile b/src/runtime/8.0/cbl-mariner2.0/arm64v8/Dockerfile index d5810aedcf..084d277984 100644 --- a/src/runtime/8.0/cbl-mariner2.0/arm64v8/Dockerfile +++ b/src/runtime/8.0/cbl-mariner2.0/arm64v8/Dockerfile @@ -1,16 +1,16 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps # Installer image -FROM $REPO:8.0.8-cbl-mariner2.0-arm64v8 AS installer +FROM $REPO:8.0.10-cbl-mariner2.0-arm64v8 AS installer RUN tdnf install -y \ tar \ && tdnf clean all # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm64.tar.gz \ - && dotnet_sha512='246fb7e5edb51db93421c6bb7420f7a358430b98b224a71fb70e71a2bce0bc91f853aa89109f2188b0ab28532a245c3d52baac163463e01a02019dea37fd39f2' \ + && dotnet_sha512='31599ffbca710247f4e03fe99b1098b287a0ed820a944b5a6ed22372651c97d67531c34abadbc52e59e8f70b4f76cd331221d008684f3feefd9be2904a73e388' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf dotnet.tar.gz -C /dotnet \ @@ -18,10 +18,10 @@ RUN dotnet_version=8.0.8 \ # .NET runtime image -FROM $REPO:8.0.8-cbl-mariner2.0-arm64v8 +FROM $REPO:8.0.10-cbl-mariner2.0-arm64v8 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/runtime/8.0/jammy-chiseled-extra/amd64/Dockerfile b/src/runtime/8.0/jammy-chiseled-extra/amd64/Dockerfile index dd02e10558..2fae601b1e 100644 --- a/src/runtime/8.0/jammy-chiseled-extra/amd64/Dockerfile +++ b/src/runtime/8.0/jammy-chiseled-extra/amd64/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM amd64/buildpack-deps:jammy-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-x64.tar.gz \ - && dotnet_sha512='8f5220098c562fa3490417748eb9f4f9ca1551f7155728b9ebb1924359c63c18dedef643bcd89ec67b59cb5b1b9de7283ee156ef381ffb16801b516dba9b1b0f' \ + && dotnet_sha512='7fb813677720d125c2337fedc6131b230daf1c1d79d5912a1ca6b5e08bf7802b412de3248d645b6483ab23f3fae837ed02a0e520e33020cfef2c888c54f474ac' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -17,10 +17,10 @@ RUN mkdir /dotnet-symlink \ # .NET runtime image -FROM $REPO:8.0.8-jammy-chiseled-extra-amd64 +FROM $REPO:8.0.10-jammy-chiseled-extra-amd64 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/runtime/8.0/jammy-chiseled-extra/arm32v7/Dockerfile b/src/runtime/8.0/jammy-chiseled-extra/arm32v7/Dockerfile index 6386115ec0..589dc8ebb1 100644 --- a/src/runtime/8.0/jammy-chiseled-extra/arm32v7/Dockerfile +++ b/src/runtime/8.0/jammy-chiseled-extra/arm32v7/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm32v7/buildpack-deps:jammy-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm.tar.gz \ - && dotnet_sha512='c87af5aaaf32e18ccdc2965179c65aabae5e0e9e8ea209f6c364270ce2e4afffea979ca22e143de4674e36a2b12c66b575588ae219f16636aca7121440240288' \ + && dotnet_sha512='f06b8787e4f86f61569959228a9ae7d10bb7a1fa967010d7f3ca0080c850513cf5657c18d472211ce16880ff5eafc6c8442a564b2f8351d77c5dd270213c984c' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -17,10 +17,10 @@ RUN mkdir /dotnet-symlink \ # .NET runtime image -FROM $REPO:8.0.8-jammy-chiseled-extra-arm32v7 +FROM $REPO:8.0.10-jammy-chiseled-extra-arm32v7 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/runtime/8.0/jammy-chiseled-extra/arm64v8/Dockerfile b/src/runtime/8.0/jammy-chiseled-extra/arm64v8/Dockerfile index fbb96850ec..b3d94568c1 100644 --- a/src/runtime/8.0/jammy-chiseled-extra/arm64v8/Dockerfile +++ b/src/runtime/8.0/jammy-chiseled-extra/arm64v8/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm64v8/buildpack-deps:jammy-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm64.tar.gz \ - && dotnet_sha512='246fb7e5edb51db93421c6bb7420f7a358430b98b224a71fb70e71a2bce0bc91f853aa89109f2188b0ab28532a245c3d52baac163463e01a02019dea37fd39f2' \ + && dotnet_sha512='31599ffbca710247f4e03fe99b1098b287a0ed820a944b5a6ed22372651c97d67531c34abadbc52e59e8f70b4f76cd331221d008684f3feefd9be2904a73e388' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -17,10 +17,10 @@ RUN mkdir /dotnet-symlink \ # .NET runtime image -FROM $REPO:8.0.8-jammy-chiseled-extra-arm64v8 +FROM $REPO:8.0.10-jammy-chiseled-extra-arm64v8 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/runtime/8.0/jammy-chiseled/amd64/Dockerfile b/src/runtime/8.0/jammy-chiseled/amd64/Dockerfile index d33f7d03e9..48dda791b6 100644 --- a/src/runtime/8.0/jammy-chiseled/amd64/Dockerfile +++ b/src/runtime/8.0/jammy-chiseled/amd64/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM amd64/buildpack-deps:jammy-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-x64.tar.gz \ - && dotnet_sha512='8f5220098c562fa3490417748eb9f4f9ca1551f7155728b9ebb1924359c63c18dedef643bcd89ec67b59cb5b1b9de7283ee156ef381ffb16801b516dba9b1b0f' \ + && dotnet_sha512='7fb813677720d125c2337fedc6131b230daf1c1d79d5912a1ca6b5e08bf7802b412de3248d645b6483ab23f3fae837ed02a0e520e33020cfef2c888c54f474ac' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -17,10 +17,10 @@ RUN mkdir /dotnet-symlink \ # .NET runtime image -FROM $REPO:8.0.8-jammy-chiseled-amd64 +FROM $REPO:8.0.10-jammy-chiseled-amd64 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/runtime/8.0/jammy-chiseled/arm32v7/Dockerfile b/src/runtime/8.0/jammy-chiseled/arm32v7/Dockerfile index 7fea76bdf3..1942f347db 100644 --- a/src/runtime/8.0/jammy-chiseled/arm32v7/Dockerfile +++ b/src/runtime/8.0/jammy-chiseled/arm32v7/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm32v7/buildpack-deps:jammy-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm.tar.gz \ - && dotnet_sha512='c87af5aaaf32e18ccdc2965179c65aabae5e0e9e8ea209f6c364270ce2e4afffea979ca22e143de4674e36a2b12c66b575588ae219f16636aca7121440240288' \ + && dotnet_sha512='f06b8787e4f86f61569959228a9ae7d10bb7a1fa967010d7f3ca0080c850513cf5657c18d472211ce16880ff5eafc6c8442a564b2f8351d77c5dd270213c984c' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -17,10 +17,10 @@ RUN mkdir /dotnet-symlink \ # .NET runtime image -FROM $REPO:8.0.8-jammy-chiseled-arm32v7 +FROM $REPO:8.0.10-jammy-chiseled-arm32v7 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/runtime/8.0/jammy-chiseled/arm64v8/Dockerfile b/src/runtime/8.0/jammy-chiseled/arm64v8/Dockerfile index df374c516d..56ef529330 100644 --- a/src/runtime/8.0/jammy-chiseled/arm64v8/Dockerfile +++ b/src/runtime/8.0/jammy-chiseled/arm64v8/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm64v8/buildpack-deps:jammy-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm64.tar.gz \ - && dotnet_sha512='246fb7e5edb51db93421c6bb7420f7a358430b98b224a71fb70e71a2bce0bc91f853aa89109f2188b0ab28532a245c3d52baac163463e01a02019dea37fd39f2' \ + && dotnet_sha512='31599ffbca710247f4e03fe99b1098b287a0ed820a944b5a6ed22372651c97d67531c34abadbc52e59e8f70b4f76cd331221d008684f3feefd9be2904a73e388' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -17,10 +17,10 @@ RUN mkdir /dotnet-symlink \ # .NET runtime image -FROM $REPO:8.0.8-jammy-chiseled-arm64v8 +FROM $REPO:8.0.10-jammy-chiseled-arm64v8 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/runtime/8.0/jammy/amd64/Dockerfile b/src/runtime/8.0/jammy/amd64/Dockerfile index 9ff3c5da37..24af6ce219 100644 --- a/src/runtime/8.0/jammy/amd64/Dockerfile +++ b/src/runtime/8.0/jammy/amd64/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM amd64/buildpack-deps:jammy-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-x64.tar.gz \ - && dotnet_sha512='8f5220098c562fa3490417748eb9f4f9ca1551f7155728b9ebb1924359c63c18dedef643bcd89ec67b59cb5b1b9de7283ee156ef381ffb16801b516dba9b1b0f' \ + && dotnet_sha512='7fb813677720d125c2337fedc6131b230daf1c1d79d5912a1ca6b5e08bf7802b412de3248d645b6483ab23f3fae837ed02a0e520e33020cfef2c888c54f474ac' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf dotnet.tar.gz -C /dotnet \ @@ -14,10 +14,10 @@ RUN dotnet_version=8.0.8 \ # .NET runtime image -FROM $REPO:8.0.8-jammy-amd64 +FROM $REPO:8.0.10-jammy-amd64 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/runtime/8.0/jammy/arm32v7/Dockerfile b/src/runtime/8.0/jammy/arm32v7/Dockerfile index 0da8a49fc2..3ca716bed9 100644 --- a/src/runtime/8.0/jammy/arm32v7/Dockerfile +++ b/src/runtime/8.0/jammy/arm32v7/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm32v7/buildpack-deps:jammy-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm.tar.gz \ - && dotnet_sha512='c87af5aaaf32e18ccdc2965179c65aabae5e0e9e8ea209f6c364270ce2e4afffea979ca22e143de4674e36a2b12c66b575588ae219f16636aca7121440240288' \ + && dotnet_sha512='f06b8787e4f86f61569959228a9ae7d10bb7a1fa967010d7f3ca0080c850513cf5657c18d472211ce16880ff5eafc6c8442a564b2f8351d77c5dd270213c984c' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf dotnet.tar.gz -C /dotnet \ @@ -14,10 +14,10 @@ RUN dotnet_version=8.0.8 \ # .NET runtime image -FROM $REPO:8.0.8-jammy-arm32v7 +FROM $REPO:8.0.10-jammy-arm32v7 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/runtime/8.0/jammy/arm64v8/Dockerfile b/src/runtime/8.0/jammy/arm64v8/Dockerfile index 98739b974e..835a21b54c 100644 --- a/src/runtime/8.0/jammy/arm64v8/Dockerfile +++ b/src/runtime/8.0/jammy/arm64v8/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm64v8/buildpack-deps:jammy-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm64.tar.gz \ - && dotnet_sha512='246fb7e5edb51db93421c6bb7420f7a358430b98b224a71fb70e71a2bce0bc91f853aa89109f2188b0ab28532a245c3d52baac163463e01a02019dea37fd39f2' \ + && dotnet_sha512='31599ffbca710247f4e03fe99b1098b287a0ed820a944b5a6ed22372651c97d67531c34abadbc52e59e8f70b4f76cd331221d008684f3feefd9be2904a73e388' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf dotnet.tar.gz -C /dotnet \ @@ -14,10 +14,10 @@ RUN dotnet_version=8.0.8 \ # .NET runtime image -FROM $REPO:8.0.8-jammy-arm64v8 +FROM $REPO:8.0.10-jammy-arm64v8 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/runtime/8.0/nanoserver-1809/amd64/Dockerfile b/src/runtime/8.0/nanoserver-1809/amd64/Dockerfile index d26bfc99d4..df5c76f32f 100644 --- a/src/runtime/8.0/nanoserver-1809/amd64/Dockerfile +++ b/src/runtime/8.0/nanoserver-1809/amd64/Dockerfile @@ -8,9 +8,9 @@ RUN powershell -Command ` $ErrorActionPreference = 'Stop'; ` $ProgressPreference = 'SilentlyContinue'; ` ` - $dotnet_version = '8.0.8'; ` + $dotnet_version = '8.0.10'; ` Invoke-WebRequest -OutFile dotnet.zip https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-win-x64.zip; ` - $dotnet_sha512 = 'cca24d8c1d8a8af7496fd29bf8fa1750f438207181bd3add128aa5083e6ddb159d5d7de8f3bed3b30618c8886b4380dc55ee15b03e71feb345011c48a08d27bd'; ` + $dotnet_sha512 = 'fefa7e8958a67d1a108457ed55906eb62a53fa61d5fb0187c489b981946d988ff2e31aa1ce7b1fd70ce7b6c1e07c616983161e13cd1009655a9ba5297677a5f7'; ` if ((Get-FileHash dotnet.zip -Algorithm sha512).Hash -ne $dotnet_sha512) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` @@ -30,7 +30,7 @@ ENV ` # Enable detection of running in a container DOTNET_RUNNING_IN_CONTAINER=true ` # .NET Runtime version - DOTNET_VERSION=8.0.8 + DOTNET_VERSION=8.0.10 # In order to set system PATH, ContainerAdministrator must be used USER ContainerAdministrator diff --git a/src/runtime/8.0/nanoserver-ltsc2022/amd64/Dockerfile b/src/runtime/8.0/nanoserver-ltsc2022/amd64/Dockerfile index 165b77d342..34482be8ed 100644 --- a/src/runtime/8.0/nanoserver-ltsc2022/amd64/Dockerfile +++ b/src/runtime/8.0/nanoserver-ltsc2022/amd64/Dockerfile @@ -8,9 +8,9 @@ RUN powershell -Command ` $ErrorActionPreference = 'Stop'; ` $ProgressPreference = 'SilentlyContinue'; ` ` - $dotnet_version = '8.0.8'; ` + $dotnet_version = '8.0.10'; ` Invoke-WebRequest -OutFile dotnet.zip https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-win-x64.zip; ` - $dotnet_sha512 = 'cca24d8c1d8a8af7496fd29bf8fa1750f438207181bd3add128aa5083e6ddb159d5d7de8f3bed3b30618c8886b4380dc55ee15b03e71feb345011c48a08d27bd'; ` + $dotnet_sha512 = 'fefa7e8958a67d1a108457ed55906eb62a53fa61d5fb0187c489b981946d988ff2e31aa1ce7b1fd70ce7b6c1e07c616983161e13cd1009655a9ba5297677a5f7'; ` if ((Get-FileHash dotnet.zip -Algorithm sha512).Hash -ne $dotnet_sha512) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` @@ -30,7 +30,7 @@ ENV ` # Enable detection of running in a container DOTNET_RUNNING_IN_CONTAINER=true ` # .NET Runtime version - DOTNET_VERSION=8.0.8 + DOTNET_VERSION=8.0.10 # In order to set system PATH, ContainerAdministrator must be used USER ContainerAdministrator diff --git a/src/runtime/8.0/noble-chiseled-extra/amd64/Dockerfile b/src/runtime/8.0/noble-chiseled-extra/amd64/Dockerfile index 9ff1af3d7e..aa30c84f5b 100644 --- a/src/runtime/8.0/noble-chiseled-extra/amd64/Dockerfile +++ b/src/runtime/8.0/noble-chiseled-extra/amd64/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM amd64/buildpack-deps:noble-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-x64.tar.gz \ - && dotnet_sha512='8f5220098c562fa3490417748eb9f4f9ca1551f7155728b9ebb1924359c63c18dedef643bcd89ec67b59cb5b1b9de7283ee156ef381ffb16801b516dba9b1b0f' \ + && dotnet_sha512='7fb813677720d125c2337fedc6131b230daf1c1d79d5912a1ca6b5e08bf7802b412de3248d645b6483ab23f3fae837ed02a0e520e33020cfef2c888c54f474ac' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -17,10 +17,10 @@ RUN mkdir /dotnet-symlink \ # .NET runtime image -FROM $REPO:8.0.8-noble-chiseled-extra-amd64 +FROM $REPO:8.0.10-noble-chiseled-extra-amd64 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/runtime/8.0/noble-chiseled-extra/arm64v8/Dockerfile b/src/runtime/8.0/noble-chiseled-extra/arm64v8/Dockerfile index 5485280209..65137c08ac 100644 --- a/src/runtime/8.0/noble-chiseled-extra/arm64v8/Dockerfile +++ b/src/runtime/8.0/noble-chiseled-extra/arm64v8/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm64v8/buildpack-deps:noble-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm64.tar.gz \ - && dotnet_sha512='246fb7e5edb51db93421c6bb7420f7a358430b98b224a71fb70e71a2bce0bc91f853aa89109f2188b0ab28532a245c3d52baac163463e01a02019dea37fd39f2' \ + && dotnet_sha512='31599ffbca710247f4e03fe99b1098b287a0ed820a944b5a6ed22372651c97d67531c34abadbc52e59e8f70b4f76cd331221d008684f3feefd9be2904a73e388' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -17,10 +17,10 @@ RUN mkdir /dotnet-symlink \ # .NET runtime image -FROM $REPO:8.0.8-noble-chiseled-extra-arm64v8 +FROM $REPO:8.0.10-noble-chiseled-extra-arm64v8 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/runtime/8.0/noble-chiseled/amd64/Dockerfile b/src/runtime/8.0/noble-chiseled/amd64/Dockerfile index a2109d4b36..19691ef2d4 100644 --- a/src/runtime/8.0/noble-chiseled/amd64/Dockerfile +++ b/src/runtime/8.0/noble-chiseled/amd64/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM amd64/buildpack-deps:noble-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-x64.tar.gz \ - && dotnet_sha512='8f5220098c562fa3490417748eb9f4f9ca1551f7155728b9ebb1924359c63c18dedef643bcd89ec67b59cb5b1b9de7283ee156ef381ffb16801b516dba9b1b0f' \ + && dotnet_sha512='7fb813677720d125c2337fedc6131b230daf1c1d79d5912a1ca6b5e08bf7802b412de3248d645b6483ab23f3fae837ed02a0e520e33020cfef2c888c54f474ac' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -17,10 +17,10 @@ RUN mkdir /dotnet-symlink \ # .NET runtime image -FROM $REPO:8.0.8-noble-chiseled-amd64 +FROM $REPO:8.0.10-noble-chiseled-amd64 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/runtime/8.0/noble-chiseled/arm64v8/Dockerfile b/src/runtime/8.0/noble-chiseled/arm64v8/Dockerfile index fe735218c5..0f67bb336c 100644 --- a/src/runtime/8.0/noble-chiseled/arm64v8/Dockerfile +++ b/src/runtime/8.0/noble-chiseled/arm64v8/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm64v8/buildpack-deps:noble-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm64.tar.gz \ - && dotnet_sha512='246fb7e5edb51db93421c6bb7420f7a358430b98b224a71fb70e71a2bce0bc91f853aa89109f2188b0ab28532a245c3d52baac163463e01a02019dea37fd39f2' \ + && dotnet_sha512='31599ffbca710247f4e03fe99b1098b287a0ed820a944b5a6ed22372651c97d67531c34abadbc52e59e8f70b4f76cd331221d008684f3feefd9be2904a73e388' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet \ @@ -17,10 +17,10 @@ RUN mkdir /dotnet-symlink \ # .NET runtime image -FROM $REPO:8.0.8-noble-chiseled-arm64v8 +FROM $REPO:8.0.10-noble-chiseled-arm64v8 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"] COPY --from=installer ["/dotnet-symlink", "/usr/bin"] diff --git a/src/runtime/8.0/noble/amd64/Dockerfile b/src/runtime/8.0/noble/amd64/Dockerfile index 17b7e12835..de6e145ce4 100644 --- a/src/runtime/8.0/noble/amd64/Dockerfile +++ b/src/runtime/8.0/noble/amd64/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM amd64/buildpack-deps:noble-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-x64.tar.gz \ - && dotnet_sha512='8f5220098c562fa3490417748eb9f4f9ca1551f7155728b9ebb1924359c63c18dedef643bcd89ec67b59cb5b1b9de7283ee156ef381ffb16801b516dba9b1b0f' \ + && dotnet_sha512='7fb813677720d125c2337fedc6131b230daf1c1d79d5912a1ca6b5e08bf7802b412de3248d645b6483ab23f3fae837ed02a0e520e33020cfef2c888c54f474ac' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf dotnet.tar.gz -C /dotnet \ @@ -14,10 +14,10 @@ RUN dotnet_version=8.0.8 \ # .NET runtime image -FROM $REPO:8.0.8-noble-amd64 +FROM $REPO:8.0.10-noble-amd64 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/runtime/8.0/noble/arm64v8/Dockerfile b/src/runtime/8.0/noble/arm64v8/Dockerfile index be0997fa55..b0809e5e23 100644 --- a/src/runtime/8.0/noble/arm64v8/Dockerfile +++ b/src/runtime/8.0/noble/arm64v8/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps FROM arm64v8/buildpack-deps:noble-curl AS installer # Retrieve .NET Runtime -RUN dotnet_version=8.0.8 \ +RUN dotnet_version=8.0.10 \ && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm64.tar.gz \ - && dotnet_sha512='246fb7e5edb51db93421c6bb7420f7a358430b98b224a71fb70e71a2bce0bc91f853aa89109f2188b0ab28532a245c3d52baac163463e01a02019dea37fd39f2' \ + && dotnet_sha512='31599ffbca710247f4e03fe99b1098b287a0ed820a944b5a6ed22372651c97d67531c34abadbc52e59e8f70b4f76cd331221d008684f3feefd9be2904a73e388' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /dotnet \ && tar -oxzf dotnet.tar.gz -C /dotnet \ @@ -14,10 +14,10 @@ RUN dotnet_version=8.0.8 \ # .NET runtime image -FROM $REPO:8.0.8-noble-arm64v8 +FROM $REPO:8.0.10-noble-arm64v8 # .NET Runtime version -ENV DOTNET_VERSION=8.0.8 +ENV DOTNET_VERSION=8.0.10 COPY --from=installer ["/dotnet", "/usr/share/dotnet"] diff --git a/src/runtime/8.0/windowsservercore-ltsc2019/amd64/Dockerfile b/src/runtime/8.0/windowsservercore-ltsc2019/amd64/Dockerfile index 34ea8a0cf6..4a93395ed8 100644 --- a/src/runtime/8.0/windowsservercore-ltsc2019/amd64/Dockerfile +++ b/src/runtime/8.0/windowsservercore-ltsc2019/amd64/Dockerfile @@ -8,7 +8,7 @@ ENV ` # Enable detection of running in a container DOTNET_RUNNING_IN_CONTAINER=true ` # .NET Runtime version - DOTNET_VERSION=8.0.8 + DOTNET_VERSION=8.0.10 # Install .NET Runtime RUN powershell -Command ` @@ -16,7 +16,7 @@ RUN powershell -Command ` $ProgressPreference = 'SilentlyContinue'; ` ` Invoke-WebRequest -OutFile dotnet.zip https://dotnetcli.azureedge.net/dotnet/Runtime/$Env:DOTNET_VERSION/dotnet-runtime-$Env:DOTNET_VERSION-win-x64.zip; ` - $dotnet_sha512 = 'cca24d8c1d8a8af7496fd29bf8fa1750f438207181bd3add128aa5083e6ddb159d5d7de8f3bed3b30618c8886b4380dc55ee15b03e71feb345011c48a08d27bd'; ` + $dotnet_sha512 = 'fefa7e8958a67d1a108457ed55906eb62a53fa61d5fb0187c489b981946d988ff2e31aa1ce7b1fd70ce7b6c1e07c616983161e13cd1009655a9ba5297677a5f7'; ` if ((Get-FileHash dotnet.zip -Algorithm sha512).Hash -ne $dotnet_sha512) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` diff --git a/src/runtime/8.0/windowsservercore-ltsc2022/amd64/Dockerfile b/src/runtime/8.0/windowsservercore-ltsc2022/amd64/Dockerfile index 6e09cac8b9..3046b20e21 100644 --- a/src/runtime/8.0/windowsservercore-ltsc2022/amd64/Dockerfile +++ b/src/runtime/8.0/windowsservercore-ltsc2022/amd64/Dockerfile @@ -8,7 +8,7 @@ ENV ` # Enable detection of running in a container DOTNET_RUNNING_IN_CONTAINER=true ` # .NET Runtime version - DOTNET_VERSION=8.0.8 + DOTNET_VERSION=8.0.10 # Install .NET Runtime RUN powershell -Command ` @@ -16,7 +16,7 @@ RUN powershell -Command ` $ProgressPreference = 'SilentlyContinue'; ` ` Invoke-WebRequest -OutFile dotnet.zip https://dotnetcli.azureedge.net/dotnet/Runtime/$Env:DOTNET_VERSION/dotnet-runtime-$Env:DOTNET_VERSION-win-x64.zip; ` - $dotnet_sha512 = 'cca24d8c1d8a8af7496fd29bf8fa1750f438207181bd3add128aa5083e6ddb159d5d7de8f3bed3b30618c8886b4380dc55ee15b03e71feb345011c48a08d27bd'; ` + $dotnet_sha512 = 'fefa7e8958a67d1a108457ed55906eb62a53fa61d5fb0187c489b981946d988ff2e31aa1ce7b1fd70ce7b6c1e07c616983161e13cd1009655a9ba5297677a5f7'; ` if ((Get-FileHash dotnet.zip -Algorithm sha512).Hash -ne $dotnet_sha512) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` diff --git a/src/sdk/8.0/alpine3.20/amd64/Dockerfile b/src/sdk/8.0/alpine3.20/amd64/Dockerfile index 72842b39b3..309cad65f1 100644 --- a/src/sdk/8.0/alpine3.20/amd64/Dockerfile +++ b/src/sdk/8.0/alpine3.20/amd64/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:8.0.8-alpine3.20-amd64 +FROM $REPO:8.0.10-alpine3.20-amd64 ENV \ # Do not generate certificate @@ -7,7 +7,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=8.0.402 \ + DOTNET_SDK_VERSION=8.0.403 \ # Disable the invariant mode (set in base image) DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false \ # Enable correct mode for dotnet watch (only mode supported in a container) @@ -26,7 +26,7 @@ RUN apk add --upgrade --no-cache \ # Install .NET SDK RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-musl-x64.tar.gz \ - && dotnet_sha512='3c74dd447d31363f6f753bfd8359313e8abb2b008717e9f2a860d71236aea915f0a81739045802380e211ed4f478105f00f93152983eedd9b8a43224c8531af1' \ + && dotnet_sha512='920373320b0769546180f5099fdba334383b45103120fc5adf876583986ec3a5714e82fcd6475479df415f332dce4d0a989c05dae1f4d1a50d0265b9121f8d2f' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ diff --git a/src/sdk/8.0/alpine3.20/arm32v7/Dockerfile b/src/sdk/8.0/alpine3.20/arm32v7/Dockerfile index 2b8b443ae3..82e66dc86c 100644 --- a/src/sdk/8.0/alpine3.20/arm32v7/Dockerfile +++ b/src/sdk/8.0/alpine3.20/arm32v7/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:8.0.8-alpine3.20-arm32v7 +FROM $REPO:8.0.10-alpine3.20-arm32v7 ENV \ # Do not generate certificate @@ -7,7 +7,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=8.0.402 \ + DOTNET_SDK_VERSION=8.0.403 \ # Disable the invariant mode (set in base image) DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false \ # Enable correct mode for dotnet watch (only mode supported in a container) @@ -26,7 +26,7 @@ RUN apk add --upgrade --no-cache \ # Install .NET SDK RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-musl-arm.tar.gz \ - && dotnet_sha512='d08e1bcf304c4ea4c7cde0f63a56077536e758b7cb512a593edc4afe4646f5e6256df6ebda48bb4e0955c92ae6b128e47157cb7331ae4691bc0c40a7ce732a83' \ + && dotnet_sha512='6bc5ec6a0aeea1d8b002af1edf63da0fdca3d54d2ceb4e51a90ea53a9a758561d161e4fa10ac3eebc564bbd400c1b94df2e04c26bae01d99bbc109e4eee32365' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ diff --git a/src/sdk/8.0/alpine3.20/arm64v8/Dockerfile b/src/sdk/8.0/alpine3.20/arm64v8/Dockerfile index 13464d7bce..be478c7564 100644 --- a/src/sdk/8.0/alpine3.20/arm64v8/Dockerfile +++ b/src/sdk/8.0/alpine3.20/arm64v8/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:8.0.8-alpine3.20-arm64v8 +FROM $REPO:8.0.10-alpine3.20-arm64v8 ENV \ # Do not generate certificate @@ -7,7 +7,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=8.0.402 \ + DOTNET_SDK_VERSION=8.0.403 \ # Disable the invariant mode (set in base image) DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false \ # Enable correct mode for dotnet watch (only mode supported in a container) @@ -26,7 +26,7 @@ RUN apk add --upgrade --no-cache \ # Install .NET SDK RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-musl-arm64.tar.gz \ - && dotnet_sha512='939a8eeb001983f493828eda5cea9cfe26245d7cd6be11a9f303d04a4b7d6d7bafbda64ae64243d5aa6d6583e1e58115053215369e14b1aaf9d914f311ada1c7' \ + && dotnet_sha512='bb63ce01ab1c64b86bd94d90c10e568687276275a5cf916f684fe5f131723745216639e37d3ccf2b7923f558f190dd3848ff621fbc8e9eca5b4951b5b75ba110' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ diff --git a/src/sdk/8.0/azurelinux3.0/amd64/Dockerfile b/src/sdk/8.0/azurelinux3.0/amd64/Dockerfile index a4f98bbb7a..7b2068332a 100644 --- a/src/sdk/8.0/azurelinux3.0/amd64/Dockerfile +++ b/src/sdk/8.0/azurelinux3.0/amd64/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:8.0.8-azurelinux3.0-amd64 +FROM $REPO:8.0.10-azurelinux3.0-amd64 ENV \ # Do not generate certificate @@ -7,7 +7,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=8.0.402 \ + DOTNET_SDK_VERSION=8.0.403 \ # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true \ # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -23,7 +23,7 @@ RUN tdnf install -y \ # Install .NET SDK RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-x64.tar.gz \ - && dotnet_sha512='a74f5cb0ac34ac3889c7616da7386563103e28a60fc8f767857f9b65c34c34d11301593de6b248d26c72557d63c18b0f7ce15bbcc0114f321c5e14dcec98008c' \ + && dotnet_sha512='7aa03678228b174f51c4535f18348cdf7a5d35e243b1f8cb28a4a30e402e47567d06df63c8f6da4bdc3c7e898f54f4acc08d9952bfa49d3f220d0353253ac3e9' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ && rm dotnet.tar.gz \ diff --git a/src/sdk/8.0/azurelinux3.0/arm64v8/Dockerfile b/src/sdk/8.0/azurelinux3.0/arm64v8/Dockerfile index bd111042ea..fc10234cfe 100644 --- a/src/sdk/8.0/azurelinux3.0/arm64v8/Dockerfile +++ b/src/sdk/8.0/azurelinux3.0/arm64v8/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:8.0.8-azurelinux3.0-arm64v8 +FROM $REPO:8.0.10-azurelinux3.0-arm64v8 ENV \ # Do not generate certificate @@ -7,7 +7,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=8.0.402 \ + DOTNET_SDK_VERSION=8.0.403 \ # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true \ # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -23,7 +23,7 @@ RUN tdnf install -y \ # Install .NET SDK RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-arm64.tar.gz \ - && dotnet_sha512='03a98e2fa90902f1251f231e268eb70c59639ef806d0466ce14ec3224d0739526a38982ca84d68e76ebd99f5962d6d490915358aa70e9276842e4f148fbd9596' \ + && dotnet_sha512='f42e1ba9a897f91c8d734b09a9bfc82428f0629b7cdd9375262158d9f282797c199558c37ae7f36947e57d8adc61af9490595c4e6bbd05217fd6d05133dded4d' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ && rm dotnet.tar.gz \ diff --git a/src/sdk/8.0/bookworm-slim/amd64/Dockerfile b/src/sdk/8.0/bookworm-slim/amd64/Dockerfile index 3ef003498e..3c9f408c28 100644 --- a/src/sdk/8.0/bookworm-slim/amd64/Dockerfile +++ b/src/sdk/8.0/bookworm-slim/amd64/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:8.0.8-bookworm-slim-amd64 +FROM $REPO:8.0.10-bookworm-slim-amd64 ENV \ # Do not generate certificate @@ -7,7 +7,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=8.0.402 \ + DOTNET_SDK_VERSION=8.0.403 \ # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true \ # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -25,7 +25,7 @@ RUN apt-get update \ # Install .NET SDK RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-x64.tar.gz \ - && dotnet_sha512='a74f5cb0ac34ac3889c7616da7386563103e28a60fc8f767857f9b65c34c34d11301593de6b248d26c72557d63c18b0f7ce15bbcc0114f321c5e14dcec98008c' \ + && dotnet_sha512='7aa03678228b174f51c4535f18348cdf7a5d35e243b1f8cb28a4a30e402e47567d06df63c8f6da4bdc3c7e898f54f4acc08d9952bfa49d3f220d0353253ac3e9' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ diff --git a/src/sdk/8.0/bookworm-slim/arm32v7/Dockerfile b/src/sdk/8.0/bookworm-slim/arm32v7/Dockerfile index 5795787427..5e14977f5f 100644 --- a/src/sdk/8.0/bookworm-slim/arm32v7/Dockerfile +++ b/src/sdk/8.0/bookworm-slim/arm32v7/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:8.0.8-bookworm-slim-arm32v7 +FROM $REPO:8.0.10-bookworm-slim-arm32v7 ENV \ # Do not generate certificate @@ -7,7 +7,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=8.0.402 \ + DOTNET_SDK_VERSION=8.0.403 \ # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true \ # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -25,7 +25,7 @@ RUN apt-get update \ # Install .NET SDK RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-arm.tar.gz \ - && dotnet_sha512='ac654aded46a89a825f5e7471332834800b1a11a14bcd92282da155bea89966add3fa9ed8281d6f20bd4a4f5d2c5aefaf454c0c630cda09aa759c2f6a7755d10' \ + && dotnet_sha512='ddcc229316475ba73cc46518ea263a97bd57fa7846a4fe76efb90f874311e8a7f5718ac6dcb8616835b4321af46f0e0265ae48b106e5adc9ba82cce88e804a4b' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ diff --git a/src/sdk/8.0/bookworm-slim/arm64v8/Dockerfile b/src/sdk/8.0/bookworm-slim/arm64v8/Dockerfile index cfc5be37b6..bf729f2812 100644 --- a/src/sdk/8.0/bookworm-slim/arm64v8/Dockerfile +++ b/src/sdk/8.0/bookworm-slim/arm64v8/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:8.0.8-bookworm-slim-arm64v8 +FROM $REPO:8.0.10-bookworm-slim-arm64v8 ENV \ # Do not generate certificate @@ -7,7 +7,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=8.0.402 \ + DOTNET_SDK_VERSION=8.0.403 \ # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true \ # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -25,7 +25,7 @@ RUN apt-get update \ # Install .NET SDK RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-arm64.tar.gz \ - && dotnet_sha512='03a98e2fa90902f1251f231e268eb70c59639ef806d0466ce14ec3224d0739526a38982ca84d68e76ebd99f5962d6d490915358aa70e9276842e4f148fbd9596' \ + && dotnet_sha512='f42e1ba9a897f91c8d734b09a9bfc82428f0629b7cdd9375262158d9f282797c199558c37ae7f36947e57d8adc61af9490595c4e6bbd05217fd6d05133dded4d' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ diff --git a/src/sdk/8.0/cbl-mariner2.0/amd64/Dockerfile b/src/sdk/8.0/cbl-mariner2.0/amd64/Dockerfile index 617e0e0378..79d3a49282 100644 --- a/src/sdk/8.0/cbl-mariner2.0/amd64/Dockerfile +++ b/src/sdk/8.0/cbl-mariner2.0/amd64/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:8.0.8-cbl-mariner2.0-amd64 +FROM $REPO:8.0.10-cbl-mariner2.0-amd64 ENV \ # Do not generate certificate @@ -7,7 +7,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=8.0.402 \ + DOTNET_SDK_VERSION=8.0.403 \ # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true \ # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -23,7 +23,7 @@ RUN tdnf install -y \ # Install .NET SDK RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-x64.tar.gz \ - && dotnet_sha512='a74f5cb0ac34ac3889c7616da7386563103e28a60fc8f767857f9b65c34c34d11301593de6b248d26c72557d63c18b0f7ce15bbcc0114f321c5e14dcec98008c' \ + && dotnet_sha512='7aa03678228b174f51c4535f18348cdf7a5d35e243b1f8cb28a4a30e402e47567d06df63c8f6da4bdc3c7e898f54f4acc08d9952bfa49d3f220d0353253ac3e9' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ && rm dotnet.tar.gz \ diff --git a/src/sdk/8.0/cbl-mariner2.0/arm64v8/Dockerfile b/src/sdk/8.0/cbl-mariner2.0/arm64v8/Dockerfile index 1153f16c46..f782f11254 100644 --- a/src/sdk/8.0/cbl-mariner2.0/arm64v8/Dockerfile +++ b/src/sdk/8.0/cbl-mariner2.0/arm64v8/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:8.0.8-cbl-mariner2.0-arm64v8 +FROM $REPO:8.0.10-cbl-mariner2.0-arm64v8 ENV \ # Do not generate certificate @@ -7,7 +7,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=8.0.402 \ + DOTNET_SDK_VERSION=8.0.403 \ # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true \ # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -23,7 +23,7 @@ RUN tdnf install -y \ # Install .NET SDK RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-arm64.tar.gz \ - && dotnet_sha512='03a98e2fa90902f1251f231e268eb70c59639ef806d0466ce14ec3224d0739526a38982ca84d68e76ebd99f5962d6d490915358aa70e9276842e4f148fbd9596' \ + && dotnet_sha512='f42e1ba9a897f91c8d734b09a9bfc82428f0629b7cdd9375262158d9f282797c199558c37ae7f36947e57d8adc61af9490595c4e6bbd05217fd6d05133dded4d' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ && rm dotnet.tar.gz \ diff --git a/src/sdk/8.0/jammy/amd64/Dockerfile b/src/sdk/8.0/jammy/amd64/Dockerfile index f85966ec33..ed3eb81948 100644 --- a/src/sdk/8.0/jammy/amd64/Dockerfile +++ b/src/sdk/8.0/jammy/amd64/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:8.0.8-jammy-amd64 +FROM $REPO:8.0.10-jammy-amd64 ENV \ # Do not generate certificate @@ -7,7 +7,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=8.0.402 \ + DOTNET_SDK_VERSION=8.0.403 \ # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true \ # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -25,7 +25,7 @@ RUN apt-get update \ # Install .NET SDK RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-x64.tar.gz \ - && dotnet_sha512='a74f5cb0ac34ac3889c7616da7386563103e28a60fc8f767857f9b65c34c34d11301593de6b248d26c72557d63c18b0f7ce15bbcc0114f321c5e14dcec98008c' \ + && dotnet_sha512='7aa03678228b174f51c4535f18348cdf7a5d35e243b1f8cb28a4a30e402e47567d06df63c8f6da4bdc3c7e898f54f4acc08d9952bfa49d3f220d0353253ac3e9' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ diff --git a/src/sdk/8.0/jammy/arm32v7/Dockerfile b/src/sdk/8.0/jammy/arm32v7/Dockerfile index 20281da2d0..6289212a66 100644 --- a/src/sdk/8.0/jammy/arm32v7/Dockerfile +++ b/src/sdk/8.0/jammy/arm32v7/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:8.0.8-jammy-arm32v7 +FROM $REPO:8.0.10-jammy-arm32v7 ENV \ # Do not generate certificate @@ -7,7 +7,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=8.0.402 \ + DOTNET_SDK_VERSION=8.0.403 \ # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true \ # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -25,7 +25,7 @@ RUN apt-get update \ # Install .NET SDK RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-arm.tar.gz \ - && dotnet_sha512='ac654aded46a89a825f5e7471332834800b1a11a14bcd92282da155bea89966add3fa9ed8281d6f20bd4a4f5d2c5aefaf454c0c630cda09aa759c2f6a7755d10' \ + && dotnet_sha512='ddcc229316475ba73cc46518ea263a97bd57fa7846a4fe76efb90f874311e8a7f5718ac6dcb8616835b4321af46f0e0265ae48b106e5adc9ba82cce88e804a4b' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ diff --git a/src/sdk/8.0/jammy/arm64v8/Dockerfile b/src/sdk/8.0/jammy/arm64v8/Dockerfile index 713eb90887..952d2f5c8f 100644 --- a/src/sdk/8.0/jammy/arm64v8/Dockerfile +++ b/src/sdk/8.0/jammy/arm64v8/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:8.0.8-jammy-arm64v8 +FROM $REPO:8.0.10-jammy-arm64v8 ENV \ # Do not generate certificate @@ -7,7 +7,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=8.0.402 \ + DOTNET_SDK_VERSION=8.0.403 \ # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true \ # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -25,7 +25,7 @@ RUN apt-get update \ # Install .NET SDK RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-arm64.tar.gz \ - && dotnet_sha512='03a98e2fa90902f1251f231e268eb70c59639ef806d0466ce14ec3224d0739526a38982ca84d68e76ebd99f5962d6d490915358aa70e9276842e4f148fbd9596' \ + && dotnet_sha512='f42e1ba9a897f91c8d734b09a9bfc82428f0629b7cdd9375262158d9f282797c199558c37ae7f36947e57d8adc61af9490595c4e6bbd05217fd6d05133dded4d' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ diff --git a/src/sdk/8.0/nanoserver-1809/amd64/Dockerfile b/src/sdk/8.0/nanoserver-1809/amd64/Dockerfile index 1e532fa4f9..5002599a96 100644 --- a/src/sdk/8.0/nanoserver-1809/amd64/Dockerfile +++ b/src/sdk/8.0/nanoserver-1809/amd64/Dockerfile @@ -10,8 +10,8 @@ RUN powershell -Command " ` $ErrorActionPreference = 'Stop'; ` $ProgressPreference = 'SilentlyContinue'; ` ` - Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.46.1.windows.1/MinGit-2.46.1-64-bit.zip; ` - $mingit_sha256 = 'd33b5a5838125aa2e06a917ffa7065831355fc13088abfaab3d0e3403d5928d2'; ` + Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.46.2.windows.1/MinGit-2.46.2-64-bit.zip; ` + $mingit_sha256 = '0dca60869825ceb8b6108be69f0c536174fbca45e11300f2c14c34632d8238ed'; ` if ((Get-FileHash mingit.zip -Algorithm sha256).Hash -ne $mingit_sha256) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` @@ -25,9 +25,9 @@ RUN powershell -Command " ` $ProgressPreference = 'SilentlyContinue'; ` ` # Retrieve .NET SDK - $sdk_version = '8.0.402'; ` + $sdk_version = '8.0.403'; ` Invoke-WebRequest -OutFile dotnet.zip https://dotnetcli.azureedge.net/dotnet/Sdk/$sdk_version/dotnet-sdk-$sdk_version-win-x64.zip; ` - $dotnet_sha512 = '532e09b25ffb174db2ca6f7cd990571faaff6a6ae2963f242583d05606b9798b5672c85bd65ebe94674681c33f06f342e7e4214e6e6da72b227323e0cbb06b43'; ` + $dotnet_sha512 = '39f4b076984ee18f899ad9fa3f583d4eb4fa2e340f2093f477362a54bb5d955dbb5f18049bd2c80317d1fb5daa46d13c2b18267303555de0d9a8c3ae1063d924'; ` if ((Get-FileHash dotnet.zip -Algorithm sha512).Hash -ne $dotnet_sha512) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` @@ -56,7 +56,7 @@ RUN powershell -Command " ` | Remove-Item -Force -Recurse" # SDK image -FROM $REPO:8.0.8-nanoserver-1809 +FROM $REPO:8.0.10-nanoserver-1809 ENV ` # Do not generate certificate @@ -64,7 +64,7 @@ ENV ` # Do not show first run text DOTNET_NOLOGO=true ` # SDK version - DOTNET_SDK_VERSION=8.0.402 ` + DOTNET_SDK_VERSION=8.0.403 ` # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true ` # Skip extraction of XML docs - generally not useful within an image/container - helps performance diff --git a/src/sdk/8.0/nanoserver-ltsc2022/amd64/Dockerfile b/src/sdk/8.0/nanoserver-ltsc2022/amd64/Dockerfile index 24391c3d7c..1774e65bf3 100644 --- a/src/sdk/8.0/nanoserver-ltsc2022/amd64/Dockerfile +++ b/src/sdk/8.0/nanoserver-ltsc2022/amd64/Dockerfile @@ -10,8 +10,8 @@ RUN powershell -Command " ` $ErrorActionPreference = 'Stop'; ` $ProgressPreference = 'SilentlyContinue'; ` ` - Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.46.1.windows.1/MinGit-2.46.1-64-bit.zip; ` - $mingit_sha256 = 'd33b5a5838125aa2e06a917ffa7065831355fc13088abfaab3d0e3403d5928d2'; ` + Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.46.2.windows.1/MinGit-2.46.2-64-bit.zip; ` + $mingit_sha256 = '0dca60869825ceb8b6108be69f0c536174fbca45e11300f2c14c34632d8238ed'; ` if ((Get-FileHash mingit.zip -Algorithm sha256).Hash -ne $mingit_sha256) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` @@ -25,9 +25,9 @@ RUN powershell -Command " ` $ProgressPreference = 'SilentlyContinue'; ` ` # Retrieve .NET SDK - $sdk_version = '8.0.402'; ` + $sdk_version = '8.0.403'; ` Invoke-WebRequest -OutFile dotnet.zip https://dotnetcli.azureedge.net/dotnet/Sdk/$sdk_version/dotnet-sdk-$sdk_version-win-x64.zip; ` - $dotnet_sha512 = '532e09b25ffb174db2ca6f7cd990571faaff6a6ae2963f242583d05606b9798b5672c85bd65ebe94674681c33f06f342e7e4214e6e6da72b227323e0cbb06b43'; ` + $dotnet_sha512 = '39f4b076984ee18f899ad9fa3f583d4eb4fa2e340f2093f477362a54bb5d955dbb5f18049bd2c80317d1fb5daa46d13c2b18267303555de0d9a8c3ae1063d924'; ` if ((Get-FileHash dotnet.zip -Algorithm sha512).Hash -ne $dotnet_sha512) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` @@ -56,7 +56,7 @@ RUN powershell -Command " ` | Remove-Item -Force -Recurse" # SDK image -FROM $REPO:8.0.8-nanoserver-ltsc2022 +FROM $REPO:8.0.10-nanoserver-ltsc2022 ENV ` # Do not generate certificate @@ -64,7 +64,7 @@ ENV ` # Do not show first run text DOTNET_NOLOGO=true ` # SDK version - DOTNET_SDK_VERSION=8.0.402 ` + DOTNET_SDK_VERSION=8.0.403 ` # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true ` # Skip extraction of XML docs - generally not useful within an image/container - helps performance diff --git a/src/sdk/8.0/noble/amd64/Dockerfile b/src/sdk/8.0/noble/amd64/Dockerfile index 020ec511d5..bdeabad047 100644 --- a/src/sdk/8.0/noble/amd64/Dockerfile +++ b/src/sdk/8.0/noble/amd64/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:8.0.8-noble-amd64 +FROM $REPO:8.0.10-noble-amd64 ENV \ # Do not generate certificate @@ -7,7 +7,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=8.0.402 \ + DOTNET_SDK_VERSION=8.0.403 \ # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true \ # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -25,7 +25,7 @@ RUN apt-get update \ # Install .NET SDK RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-x64.tar.gz \ - && dotnet_sha512='a74f5cb0ac34ac3889c7616da7386563103e28a60fc8f767857f9b65c34c34d11301593de6b248d26c72557d63c18b0f7ce15bbcc0114f321c5e14dcec98008c' \ + && dotnet_sha512='7aa03678228b174f51c4535f18348cdf7a5d35e243b1f8cb28a4a30e402e47567d06df63c8f6da4bdc3c7e898f54f4acc08d9952bfa49d3f220d0353253ac3e9' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ diff --git a/src/sdk/8.0/noble/arm64v8/Dockerfile b/src/sdk/8.0/noble/arm64v8/Dockerfile index dbcb83b7fa..cffddc0787 100644 --- a/src/sdk/8.0/noble/arm64v8/Dockerfile +++ b/src/sdk/8.0/noble/arm64v8/Dockerfile @@ -1,5 +1,5 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:8.0.8-noble-arm64v8 +FROM $REPO:8.0.10-noble-arm64v8 ENV \ # Do not generate certificate @@ -7,7 +7,7 @@ ENV \ # Do not show first run text DOTNET_NOLOGO=true \ # SDK version - DOTNET_SDK_VERSION=8.0.402 \ + DOTNET_SDK_VERSION=8.0.403 \ # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true \ # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -25,7 +25,7 @@ RUN apt-get update \ # Install .NET SDK RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-arm64.tar.gz \ - && dotnet_sha512='03a98e2fa90902f1251f231e268eb70c59639ef806d0466ce14ec3224d0739526a38982ca84d68e76ebd99f5962d6d490915358aa70e9276842e4f148fbd9596' \ + && dotnet_sha512='f42e1ba9a897f91c8d734b09a9bfc82428f0629b7cdd9375262158d9f282797c199558c37ae7f36947e57d8adc61af9490595c4e6bbd05217fd6d05133dded4d' \ && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ && mkdir -p /usr/share/dotnet \ && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ diff --git a/src/sdk/8.0/windowsservercore-ltsc2019/amd64/Dockerfile b/src/sdk/8.0/windowsservercore-ltsc2019/amd64/Dockerfile index 1682e69b43..58832b02a4 100644 --- a/src/sdk/8.0/windowsservercore-ltsc2019/amd64/Dockerfile +++ b/src/sdk/8.0/windowsservercore-ltsc2019/amd64/Dockerfile @@ -1,7 +1,7 @@ # escape=` ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:8.0.8-windowsservercore-ltsc2019 +FROM $REPO:8.0.10-windowsservercore-ltsc2019 ENV ` # Do not generate certificate @@ -9,7 +9,7 @@ ENV ` # Do not show first run text DOTNET_NOLOGO=true ` # SDK version - DOTNET_SDK_VERSION=8.0.402 ` + DOTNET_SDK_VERSION=8.0.403 ` # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true ` # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -22,8 +22,8 @@ RUN powershell -Command " ` $ErrorActionPreference = 'Stop'; ` $ProgressPreference = 'SilentlyContinue'; ` ` - Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.46.1.windows.1/MinGit-2.46.1-64-bit.zip; ` - $mingit_sha256 = 'd33b5a5838125aa2e06a917ffa7065831355fc13088abfaab3d0e3403d5928d2'; ` + Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.46.2.windows.1/MinGit-2.46.2-64-bit.zip; ` + $mingit_sha256 = '0dca60869825ceb8b6108be69f0c536174fbca45e11300f2c14c34632d8238ed'; ` if ((Get-FileHash mingit.zip -Algorithm sha256).Hash -ne $mingit_sha256) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` @@ -38,7 +38,7 @@ RUN powershell -Command " ` ` # Retrieve .NET SDK Invoke-WebRequest -OutFile dotnet.zip https://dotnetcli.azureedge.net/dotnet/Sdk/$Env:DOTNET_SDK_VERSION/dotnet-sdk-$Env:DOTNET_SDK_VERSION-win-x64.zip; ` - $dotnet_sha512 = '532e09b25ffb174db2ca6f7cd990571faaff6a6ae2963f242583d05606b9798b5672c85bd65ebe94674681c33f06f342e7e4214e6e6da72b227323e0cbb06b43'; ` + $dotnet_sha512 = '39f4b076984ee18f899ad9fa3f583d4eb4fa2e340f2093f477362a54bb5d955dbb5f18049bd2c80317d1fb5daa46d13c2b18267303555de0d9a8c3ae1063d924'; ` if ((Get-FileHash dotnet.zip -Algorithm sha512).Hash -ne $dotnet_sha512) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` diff --git a/src/sdk/8.0/windowsservercore-ltsc2022/amd64/Dockerfile b/src/sdk/8.0/windowsservercore-ltsc2022/amd64/Dockerfile index d2a5554894..d1fb78e522 100644 --- a/src/sdk/8.0/windowsservercore-ltsc2022/amd64/Dockerfile +++ b/src/sdk/8.0/windowsservercore-ltsc2022/amd64/Dockerfile @@ -1,7 +1,7 @@ # escape=` ARG REPO=mcr.microsoft.com/dotnet/aspnet -FROM $REPO:8.0.8-windowsservercore-ltsc2022 +FROM $REPO:8.0.10-windowsservercore-ltsc2022 ENV ` # Do not generate certificate @@ -9,7 +9,7 @@ ENV ` # Do not show first run text DOTNET_NOLOGO=true ` # SDK version - DOTNET_SDK_VERSION=8.0.402 ` + DOTNET_SDK_VERSION=8.0.403 ` # Enable correct mode for dotnet watch (only mode supported in a container) DOTNET_USE_POLLING_FILE_WATCHER=true ` # Skip extraction of XML docs - generally not useful within an image/container - helps performance @@ -22,8 +22,8 @@ RUN powershell -Command " ` $ErrorActionPreference = 'Stop'; ` $ProgressPreference = 'SilentlyContinue'; ` ` - Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.46.1.windows.1/MinGit-2.46.1-64-bit.zip; ` - $mingit_sha256 = 'd33b5a5838125aa2e06a917ffa7065831355fc13088abfaab3d0e3403d5928d2'; ` + Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.46.2.windows.1/MinGit-2.46.2-64-bit.zip; ` + $mingit_sha256 = '0dca60869825ceb8b6108be69f0c536174fbca45e11300f2c14c34632d8238ed'; ` if ((Get-FileHash mingit.zip -Algorithm sha256).Hash -ne $mingit_sha256) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` @@ -38,7 +38,7 @@ RUN powershell -Command " ` ` # Retrieve .NET SDK Invoke-WebRequest -OutFile dotnet.zip https://dotnetcli.azureedge.net/dotnet/Sdk/$Env:DOTNET_SDK_VERSION/dotnet-sdk-$Env:DOTNET_SDK_VERSION-win-x64.zip; ` - $dotnet_sha512 = '532e09b25ffb174db2ca6f7cd990571faaff6a6ae2963f242583d05606b9798b5672c85bd65ebe94674681c33f06f342e7e4214e6e6da72b227323e0cbb06b43'; ` + $dotnet_sha512 = '39f4b076984ee18f899ad9fa3f583d4eb4fa2e340f2093f477362a54bb5d955dbb5f18049bd2c80317d1fb5daa46d13c2b18267303555de0d9a8c3ae1063d924'; ` if ((Get-FileHash dotnet.zip -Algorithm sha512).Hash -ne $dotnet_sha512) { ` Write-Host 'CHECKSUM VERIFICATION FAILED!'; ` exit 1; ` From 2f1556932f1d0b16274b5cd2911c593c4f2af02c Mon Sep 17 00:00:00 2001 From: dotnet-docker-bot <60522487+dotnet-docker-bot@users.noreply.github.com> Date: Fri, 4 Oct 2024 20:13:34 -0700 Subject: [PATCH 10/13] Update dotnet-monitor 8.0 --- README.monitor-base.md | 8 ++++---- README.monitor.md | 8 ++++---- manifest.versions.json | 18 +++++++++--------- .../cbl-mariner-distroless/amd64/Dockerfile | 4 ++-- .../cbl-mariner-distroless/arm64v8/Dockerfile | 4 ++-- .../8.0/ubuntu-chiseled/amd64/Dockerfile | 4 ++-- .../8.0/ubuntu-chiseled/arm64v8/Dockerfile | 4 ++-- .../cbl-mariner-distroless/amd64/Dockerfile | 8 ++++---- .../cbl-mariner-distroless/arm64v8/Dockerfile | 8 ++++---- .../8.0/ubuntu-chiseled/amd64/Dockerfile | 8 ++++---- .../8.0/ubuntu-chiseled/arm64v8/Dockerfile | 8 ++++---- 11 files changed, 41 insertions(+), 41 deletions(-) diff --git a/README.monitor-base.md b/README.monitor-base.md index afbda545f4..badfda1c23 100644 --- a/README.monitor-base.md +++ b/README.monitor-base.md @@ -59,16 +59,16 @@ The following Dockerfiles demonstrate how you can use this base image to build a Tags | Dockerfile | OS Version -----------| -------------| ------------- 9.0.0-rc.1-amd64, 9.0-amd64, 9.0.0-rc.1, 9.0, 9 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor-base/9.0/azurelinux-distroless/amd64/Dockerfile) | Azure Linux 3.0 -8.0.4-ubuntu-chiseled-amd64, 8.0-ubuntu-chiseled-amd64, 8-ubuntu-chiseled-amd64, 8.0.4-ubuntu-chiseled, 8.0-ubuntu-chiseled, 8-ubuntu-chiseled, 8.0.4, 8.0, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor-base/8.0/ubuntu-chiseled/amd64/Dockerfile) | Ubuntu 22.04 -8.0.4-cbl-mariner-distroless-amd64, 8.0-cbl-mariner-distroless-amd64, 8-cbl-mariner-distroless-amd64, 8.0.4-cbl-mariner-distroless, 8.0-cbl-mariner-distroless, 8-cbl-mariner-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor-base/8.0/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 +8.0.5-ubuntu-chiseled-amd64, 8.0-ubuntu-chiseled-amd64, 8-ubuntu-chiseled-amd64, 8.0.5-ubuntu-chiseled, 8.0-ubuntu-chiseled, 8-ubuntu-chiseled, 8.0.5, 8.0, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor-base/8.0/ubuntu-chiseled/amd64/Dockerfile) | Ubuntu 22.04 +8.0.5-cbl-mariner-distroless-amd64, 8.0-cbl-mariner-distroless-amd64, 8-cbl-mariner-distroless-amd64, 8.0.5-cbl-mariner-distroless, 8.0-cbl-mariner-distroless, 8-cbl-mariner-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor-base/8.0/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 ### Linux arm64 Tags Tags | Dockerfile | OS Version -----------| -------------| ------------- 9.0.0-rc.1-arm64v8, 9.0-arm64v8, 9.0.0-rc.1, 9.0, 9 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor-base/9.0/azurelinux-distroless/arm64v8/Dockerfile) | Azure Linux 3.0 -8.0.4-ubuntu-chiseled-arm64v8, 8.0-ubuntu-chiseled-arm64v8, 8-ubuntu-chiseled-arm64v8, 8.0.4-ubuntu-chiseled, 8.0-ubuntu-chiseled, 8-ubuntu-chiseled, 8.0.4, 8.0, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor-base/8.0/ubuntu-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04 -8.0.4-cbl-mariner-distroless-arm64v8, 8.0-cbl-mariner-distroless-arm64v8, 8-cbl-mariner-distroless-arm64v8, 8.0.4-cbl-mariner-distroless, 8.0-cbl-mariner-distroless, 8-cbl-mariner-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor-base/8.0/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 +8.0.5-ubuntu-chiseled-arm64v8, 8.0-ubuntu-chiseled-arm64v8, 8-ubuntu-chiseled-arm64v8, 8.0.5-ubuntu-chiseled, 8.0-ubuntu-chiseled, 8-ubuntu-chiseled, 8.0.5, 8.0, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor-base/8.0/ubuntu-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04 +8.0.5-cbl-mariner-distroless-arm64v8, 8.0-cbl-mariner-distroless-arm64v8, 8-cbl-mariner-distroless-arm64v8, 8.0.5-cbl-mariner-distroless, 8.0-cbl-mariner-distroless, 8-cbl-mariner-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor-base/8.0/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 *Tags not listed in the table above are not supported. See the [Supported Tags Policy](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-tags.md). See the [full list of tags](https://mcr.microsoft.com/v2/dotnet/monitor/base/tags/list) for all supported and unsupported tags.* diff --git a/README.monitor.md b/README.monitor.md index 1447af96e3..65b3ad276f 100644 --- a/README.monitor.md +++ b/README.monitor.md @@ -60,8 +60,8 @@ See the [documentation](https://go.microsoft.com/fwlink/?linkid=2158052) for how Tags | Dockerfile | OS Version -----------| -------------| ------------- 9.0.0-rc.1-amd64, 9.0-amd64, 9.0.0-rc.1, 9.0, 9 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/9.0/azurelinux-distroless/amd64/Dockerfile) | Azure Linux 3.0 -8.0.4-ubuntu-chiseled-amd64, 8.0-ubuntu-chiseled-amd64, 8-ubuntu-chiseled-amd64, 8.0.4-ubuntu-chiseled, 8.0-ubuntu-chiseled, 8-ubuntu-chiseled, 8.0.4, 8.0, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/8.0/ubuntu-chiseled/amd64/Dockerfile) | Ubuntu 22.04 -8.0.4-cbl-mariner-distroless-amd64, 8.0-cbl-mariner-distroless-amd64, 8-cbl-mariner-distroless-amd64, 8.0.4-cbl-mariner-distroless, 8.0-cbl-mariner-distroless, 8-cbl-mariner-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/8.0/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 +8.0.5-ubuntu-chiseled-amd64, 8.0-ubuntu-chiseled-amd64, 8-ubuntu-chiseled-amd64, 8.0.5-ubuntu-chiseled, 8.0-ubuntu-chiseled, 8-ubuntu-chiseled, 8.0.5, 8.0, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/8.0/ubuntu-chiseled/amd64/Dockerfile) | Ubuntu 22.04 +8.0.5-cbl-mariner-distroless-amd64, 8.0-cbl-mariner-distroless-amd64, 8-cbl-mariner-distroless-amd64, 8.0.5-cbl-mariner-distroless, 8.0-cbl-mariner-distroless, 8-cbl-mariner-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/8.0/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 6.3.8-alpine-amd64, 6.3-alpine-amd64, 6-alpine-amd64, 6.3.8-alpine, 6.3-alpine, 6-alpine, 6.3.8, 6.3, 6 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/alpine/amd64/Dockerfile) | Alpine 3.20 6.3.8-ubuntu-chiseled-amd64, 6.3-ubuntu-chiseled-amd64, 6-ubuntu-chiseled-amd64, 6.3.8-ubuntu-chiseled, 6.3-ubuntu-chiseled, 6-ubuntu-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/ubuntu-chiseled/amd64/Dockerfile) | Ubuntu 22.04 6.3.8-cbl-mariner-amd64, 6.3-cbl-mariner-amd64, 6-cbl-mariner-amd64, 6.3.8-cbl-mariner, 6.3-cbl-mariner, 6-cbl-mariner | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/cbl-mariner/amd64/Dockerfile) | CBL-Mariner 2.0 @@ -72,8 +72,8 @@ Tags | Dockerfile | OS Version Tags | Dockerfile | OS Version -----------| -------------| ------------- 9.0.0-rc.1-arm64v8, 9.0-arm64v8, 9.0.0-rc.1, 9.0, 9 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/9.0/azurelinux-distroless/arm64v8/Dockerfile) | Azure Linux 3.0 -8.0.4-ubuntu-chiseled-arm64v8, 8.0-ubuntu-chiseled-arm64v8, 8-ubuntu-chiseled-arm64v8, 8.0.4-ubuntu-chiseled, 8.0-ubuntu-chiseled, 8-ubuntu-chiseled, 8.0.4, 8.0, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/8.0/ubuntu-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04 -8.0.4-cbl-mariner-distroless-arm64v8, 8.0-cbl-mariner-distroless-arm64v8, 8-cbl-mariner-distroless-arm64v8, 8.0.4-cbl-mariner-distroless, 8.0-cbl-mariner-distroless, 8-cbl-mariner-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/8.0/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 +8.0.5-ubuntu-chiseled-arm64v8, 8.0-ubuntu-chiseled-arm64v8, 8-ubuntu-chiseled-arm64v8, 8.0.5-ubuntu-chiseled, 8.0-ubuntu-chiseled, 8-ubuntu-chiseled, 8.0.5, 8.0, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/8.0/ubuntu-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04 +8.0.5-cbl-mariner-distroless-arm64v8, 8.0-cbl-mariner-distroless-arm64v8, 8-cbl-mariner-distroless-arm64v8, 8.0.5-cbl-mariner-distroless, 8.0-cbl-mariner-distroless, 8-cbl-mariner-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/8.0/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 6.3.8-alpine-arm64v8, 6.3-alpine-arm64v8, 6-alpine-arm64v8, 6.3.8-alpine, 6.3-alpine, 6-alpine, 6.3.8, 6.3, 6 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/alpine/arm64v8/Dockerfile) | Alpine 3.20 6.3.8-ubuntu-chiseled-arm64v8, 6.3-ubuntu-chiseled-arm64v8, 6-ubuntu-chiseled-arm64v8, 6.3.8-ubuntu-chiseled, 6.3-ubuntu-chiseled, 6-ubuntu-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/ubuntu-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04 6.3.8-cbl-mariner-arm64v8, 6.3-cbl-mariner-arm64v8, 6-cbl-mariner-arm64v8, 6.3.8-cbl-mariner, 6.3-cbl-mariner, 6-cbl-mariner | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/cbl-mariner/arm64v8/Dockerfile) | CBL-Mariner 2.0 diff --git a/manifest.versions.json b/manifest.versions.json index 68cb1ed00d..5edccf5d5b 100644 --- a/manifest.versions.json +++ b/manifest.versions.json @@ -137,19 +137,19 @@ "monitor|6.3|base-url|main": "$(base-url|public|maintenance|main)", "monitor|6.3|base-url|nightly": "$(base-url|public|maintenance|nightly)", - "monitor|8.0|build-version": "8.0.4", - "monitor|8.0|product-version": "8.0.4", + "monitor|8.0|build-version": "8.0.5", + "monitor|8.0|product-version": "8.0.5", "monitor|8.0|fixed-tag": "$(monitor|8.0|product-version)", "monitor|8.0|minor-tag": "8.0", "monitor|8|major-tag": "8", "monitor|8.0|base-url|main": "$(base-url|public|maintenance|main)", - "monitor|8.0|base-url|nightly": "$(base-url|public|maintenance|nightly)", - "monitor-base|8.0|linux|x64|sha": "3bbc2f8864fd7dad2eb19349362e9337cca2407b6b81411bac18cbe0bcc453a1e3137f01006e89165c8be5e15ff31a2e189c9d6ee3e61cffb0a7ffaeed4028a0", - "monitor-base|8.0|linux|arm64|sha": "b4f200c2b32b5db75ca86180386cb7f8358c8a3e26731e721342ec4d0c081a871e3aca658942162211afa4d206f1584201ba5e98e70307c8910f0dfcf62cf6fb", - "monitor-ext-azureblobstorage|8.0|linux|x64|sha": "0c5efb1f64372bc3b9a3076b19e4a143f8e6dfa86406a3130ae8d02120d3e2f437329c94ed5abedcf2158ebec7cfb049b3505d96c54184507680403d4fb66c78", - "monitor-ext-azureblobstorage|8.0|linux|arm64|sha": "7c0bdef53e84c53eafe89241f046409fe7fb0a00f95f3e8813ba87770f5f5c5ea488aff13a4ad59a2d9eaf39cd4a7f34d4f665a7fba9c84d34b823bb246cdc96", - "monitor-ext-s3storage|8.0|linux|x64|sha": "e282162778e52a978a4c9a9859b321f1f99c930a1bdc6e7094dc47259fe70db5eb0ffb08bed2735d60608dc7349cc79005e35a5c4899f2a4d5632c68a8c914bd", - "monitor-ext-s3storage|8.0|linux|arm64|sha": "aafa848ae9022ffbcf29bff781b95747e59acd0a950b8b3d6ae9cc699365891e8b2e00c6d22d912ebac2308f8a61074e1b802c92db308bb6004d8e610d4d93df", + "monitor|8.0|base-url|nightly": "$(base-url|public|preview|nightly)", + "monitor-base|8.0|linux|x64|sha": "b7bd2cb5823302eba5bb785a73b26ad1e952e04a8763d124052edeebc30bec177ecc7ecfd35ad57b367e187589fa63ecb04517ad8d4bd321842432920d4358c8", + "monitor-base|8.0|linux|arm64|sha": "30a7cb85b8dbcadd349e30af6f130a0cec015476b7e4b3f667de389d3a945d8ced77d2352171833d137d513a6f9495b608f5619a6ac555f222ebdaffb4c0030d", + "monitor-ext-azureblobstorage|8.0|linux|x64|sha": "3ee560beb5245dc9cdc36a8d0399c8c70997605c0d1da386da9ad30f978daaf164299c8c068883c7043df5a09c470ec089b66fda9300899d48252174f1841825", + "monitor-ext-azureblobstorage|8.0|linux|arm64|sha": "d741585178826b29349546f9b23e8a2ea6aef3e663659ff64f86f1805b968da0247bb5d2ad15a151bc425ad4f5f1d34566947661765b4d0bff76f2facff02353", + "monitor-ext-s3storage|8.0|linux|x64|sha": "d0a52ec50ffdbbe68148cc31b68607813dfb9d0132ea92470b5e2329bf3588c03690d4b80db47c7e370a36769ebc0fb2fa600d44f3a9bb6688e00a50bdae8b88", + "monitor-ext-s3storage|8.0|linux|arm64|sha": "5b4e1e03aeb2232e10a382547bd97c59362bba61961215a7a58208d72b03966d34aa5449c587f414d6ea93b96f2c1b937540f5751e4f53b653dda50c56118483", "monitor|9.0|build-version": "9.0.0-rc.1.24453.3", "monitor|9.0|product-version": "9.0.0-rc.1", diff --git a/src/monitor-base/8.0/cbl-mariner-distroless/amd64/Dockerfile b/src/monitor-base/8.0/cbl-mariner-distroless/amd64/Dockerfile index d1dcb1f531..8b7a0739e4 100644 --- a/src/monitor-base/8.0/cbl-mariner-distroless/amd64/Dockerfile +++ b/src/monitor-base/8.0/cbl-mariner-distroless/amd64/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve .NET Monitor Base -RUN dotnet_monitor_version=8.0.4 \ +RUN dotnet_monitor_version=8.0.5 \ && curl -fSL --output dotnet-monitor-base.tar.gz https://dotnetcli.azureedge.net/dotnet/diagnostics/monitor/$dotnet_monitor_version/dotnet-monitor-base-$dotnet_monitor_version-linux-x64.tar.gz \ - && dotnet_monitor_base_sha512='3bbc2f8864fd7dad2eb19349362e9337cca2407b6b81411bac18cbe0bcc453a1e3137f01006e89165c8be5e15ff31a2e189c9d6ee3e61cffb0a7ffaeed4028a0' \ + && dotnet_monitor_base_sha512='b7bd2cb5823302eba5bb785a73b26ad1e952e04a8763d124052edeebc30bec177ecc7ecfd35ad57b367e187589fa63ecb04517ad8d4bd321842432920d4358c8' \ && echo "$dotnet_monitor_base_sha512 dotnet-monitor-base.tar.gz" | sha512sum -c - \ && mkdir -p /app \ && tar -oxzf dotnet-monitor-base.tar.gz -C /app \ diff --git a/src/monitor-base/8.0/cbl-mariner-distroless/arm64v8/Dockerfile b/src/monitor-base/8.0/cbl-mariner-distroless/arm64v8/Dockerfile index 12363e13a4..f7d63d824c 100644 --- a/src/monitor-base/8.0/cbl-mariner-distroless/arm64v8/Dockerfile +++ b/src/monitor-base/8.0/cbl-mariner-distroless/arm64v8/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve .NET Monitor Base -RUN dotnet_monitor_version=8.0.4 \ +RUN dotnet_monitor_version=8.0.5 \ && curl -fSL --output dotnet-monitor-base.tar.gz https://dotnetcli.azureedge.net/dotnet/diagnostics/monitor/$dotnet_monitor_version/dotnet-monitor-base-$dotnet_monitor_version-linux-arm64.tar.gz \ - && dotnet_monitor_base_sha512='b4f200c2b32b5db75ca86180386cb7f8358c8a3e26731e721342ec4d0c081a871e3aca658942162211afa4d206f1584201ba5e98e70307c8910f0dfcf62cf6fb' \ + && dotnet_monitor_base_sha512='30a7cb85b8dbcadd349e30af6f130a0cec015476b7e4b3f667de389d3a945d8ced77d2352171833d137d513a6f9495b608f5619a6ac555f222ebdaffb4c0030d' \ && echo "$dotnet_monitor_base_sha512 dotnet-monitor-base.tar.gz" | sha512sum -c - \ && mkdir -p /app \ && tar -oxzf dotnet-monitor-base.tar.gz -C /app \ diff --git a/src/monitor-base/8.0/ubuntu-chiseled/amd64/Dockerfile b/src/monitor-base/8.0/ubuntu-chiseled/amd64/Dockerfile index 87735e9f76..e5d0f121bc 100644 --- a/src/monitor-base/8.0/ubuntu-chiseled/amd64/Dockerfile +++ b/src/monitor-base/8.0/ubuntu-chiseled/amd64/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet FROM amd64/buildpack-deps:jammy-curl AS installer # Retrieve .NET Monitor Base -RUN dotnet_monitor_version=8.0.4 \ +RUN dotnet_monitor_version=8.0.5 \ && curl -fSL --output dotnet-monitor-base.tar.gz https://dotnetcli.azureedge.net/dotnet/diagnostics/monitor/$dotnet_monitor_version/dotnet-monitor-base-$dotnet_monitor_version-linux-x64.tar.gz \ - && dotnet_monitor_base_sha512='3bbc2f8864fd7dad2eb19349362e9337cca2407b6b81411bac18cbe0bcc453a1e3137f01006e89165c8be5e15ff31a2e189c9d6ee3e61cffb0a7ffaeed4028a0' \ + && dotnet_monitor_base_sha512='b7bd2cb5823302eba5bb785a73b26ad1e952e04a8763d124052edeebc30bec177ecc7ecfd35ad57b367e187589fa63ecb04517ad8d4bd321842432920d4358c8' \ && echo "$dotnet_monitor_base_sha512 dotnet-monitor-base.tar.gz" | sha512sum -c - \ && mkdir -p /app \ && tar -oxzf dotnet-monitor-base.tar.gz -C /app \ diff --git a/src/monitor-base/8.0/ubuntu-chiseled/arm64v8/Dockerfile b/src/monitor-base/8.0/ubuntu-chiseled/arm64v8/Dockerfile index b2326efb25..e7129c53d2 100644 --- a/src/monitor-base/8.0/ubuntu-chiseled/arm64v8/Dockerfile +++ b/src/monitor-base/8.0/ubuntu-chiseled/arm64v8/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet FROM arm64v8/buildpack-deps:jammy-curl AS installer # Retrieve .NET Monitor Base -RUN dotnet_monitor_version=8.0.4 \ +RUN dotnet_monitor_version=8.0.5 \ && curl -fSL --output dotnet-monitor-base.tar.gz https://dotnetcli.azureedge.net/dotnet/diagnostics/monitor/$dotnet_monitor_version/dotnet-monitor-base-$dotnet_monitor_version-linux-arm64.tar.gz \ - && dotnet_monitor_base_sha512='b4f200c2b32b5db75ca86180386cb7f8358c8a3e26731e721342ec4d0c081a871e3aca658942162211afa4d206f1584201ba5e98e70307c8910f0dfcf62cf6fb' \ + && dotnet_monitor_base_sha512='30a7cb85b8dbcadd349e30af6f130a0cec015476b7e4b3f667de389d3a945d8ced77d2352171833d137d513a6f9495b608f5619a6ac555f222ebdaffb4c0030d' \ && echo "$dotnet_monitor_base_sha512 dotnet-monitor-base.tar.gz" | sha512sum -c - \ && mkdir -p /app \ && tar -oxzf dotnet-monitor-base.tar.gz -C /app \ diff --git a/src/monitor/8.0/cbl-mariner-distroless/amd64/Dockerfile b/src/monitor/8.0/cbl-mariner-distroless/amd64/Dockerfile index 05fc8d9ffa..623437de2d 100644 --- a/src/monitor/8.0/cbl-mariner-distroless/amd64/Dockerfile +++ b/src/monitor/8.0/cbl-mariner-distroless/amd64/Dockerfile @@ -10,13 +10,13 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve .NET Monitor extensions -RUN dotnet_monitor_extension_version=8.0.4 \ +RUN dotnet_monitor_extension_version=8.0.5 \ && curl -fSL --output dotnet-monitor-egress-azureblobstorage.tar.gz https://dotnetcli.azureedge.net/dotnet/diagnostics/monitor/$dotnet_monitor_extension_version/dotnet-monitor-egress-azureblobstorage-$dotnet_monitor_extension_version-linux-x64.tar.gz \ - && dotnet_monitor_extension_sha512='0c5efb1f64372bc3b9a3076b19e4a143f8e6dfa86406a3130ae8d02120d3e2f437329c94ed5abedcf2158ebec7cfb049b3505d96c54184507680403d4fb66c78' \ + && dotnet_monitor_extension_sha512='3ee560beb5245dc9cdc36a8d0399c8c70997605c0d1da386da9ad30f978daaf164299c8c068883c7043df5a09c470ec089b66fda9300899d48252174f1841825' \ && echo "$dotnet_monitor_extension_sha512 dotnet-monitor-egress-azureblobstorage.tar.gz" | sha512sum -c - \ \ && curl -fSL --output dotnet-monitor-egress-s3storage.tar.gz https://dotnetcli.azureedge.net/dotnet/diagnostics/monitor/$dotnet_monitor_extension_version/dotnet-monitor-egress-s3storage-$dotnet_monitor_extension_version-linux-x64.tar.gz \ - && dotnet_monitor_extension_sha512='e282162778e52a978a4c9a9859b321f1f99c930a1bdc6e7094dc47259fe70db5eb0ffb08bed2735d60608dc7349cc79005e35a5c4899f2a4d5632c68a8c914bd' \ + && dotnet_monitor_extension_sha512='d0a52ec50ffdbbe68148cc31b68607813dfb9d0132ea92470b5e2329bf3588c03690d4b80db47c7e370a36769ebc0fb2fa600d44f3a9bb6688e00a50bdae8b88' \ && echo "$dotnet_monitor_extension_sha512 dotnet-monitor-egress-s3storage.tar.gz" | sha512sum -c - \ \ && mkdir -p /app \ @@ -27,6 +27,6 @@ RUN dotnet_monitor_extension_version=8.0.4 \ # .NET Monitor image -FROM $REPO:8.0.4-cbl-mariner-distroless-amd64 +FROM $REPO:8.0.5-cbl-mariner-distroless-amd64 COPY --from=installer ["/app", "/app"] diff --git a/src/monitor/8.0/cbl-mariner-distroless/arm64v8/Dockerfile b/src/monitor/8.0/cbl-mariner-distroless/arm64v8/Dockerfile index 3c4131e7f4..5b0461fd4e 100644 --- a/src/monitor/8.0/cbl-mariner-distroless/arm64v8/Dockerfile +++ b/src/monitor/8.0/cbl-mariner-distroless/arm64v8/Dockerfile @@ -10,13 +10,13 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve .NET Monitor extensions -RUN dotnet_monitor_extension_version=8.0.4 \ +RUN dotnet_monitor_extension_version=8.0.5 \ && curl -fSL --output dotnet-monitor-egress-azureblobstorage.tar.gz https://dotnetcli.azureedge.net/dotnet/diagnostics/monitor/$dotnet_monitor_extension_version/dotnet-monitor-egress-azureblobstorage-$dotnet_monitor_extension_version-linux-arm64.tar.gz \ - && dotnet_monitor_extension_sha512='7c0bdef53e84c53eafe89241f046409fe7fb0a00f95f3e8813ba87770f5f5c5ea488aff13a4ad59a2d9eaf39cd4a7f34d4f665a7fba9c84d34b823bb246cdc96' \ + && dotnet_monitor_extension_sha512='d741585178826b29349546f9b23e8a2ea6aef3e663659ff64f86f1805b968da0247bb5d2ad15a151bc425ad4f5f1d34566947661765b4d0bff76f2facff02353' \ && echo "$dotnet_monitor_extension_sha512 dotnet-monitor-egress-azureblobstorage.tar.gz" | sha512sum -c - \ \ && curl -fSL --output dotnet-monitor-egress-s3storage.tar.gz https://dotnetcli.azureedge.net/dotnet/diagnostics/monitor/$dotnet_monitor_extension_version/dotnet-monitor-egress-s3storage-$dotnet_monitor_extension_version-linux-arm64.tar.gz \ - && dotnet_monitor_extension_sha512='aafa848ae9022ffbcf29bff781b95747e59acd0a950b8b3d6ae9cc699365891e8b2e00c6d22d912ebac2308f8a61074e1b802c92db308bb6004d8e610d4d93df' \ + && dotnet_monitor_extension_sha512='5b4e1e03aeb2232e10a382547bd97c59362bba61961215a7a58208d72b03966d34aa5449c587f414d6ea93b96f2c1b937540f5751e4f53b653dda50c56118483' \ && echo "$dotnet_monitor_extension_sha512 dotnet-monitor-egress-s3storage.tar.gz" | sha512sum -c - \ \ && mkdir -p /app \ @@ -27,6 +27,6 @@ RUN dotnet_monitor_extension_version=8.0.4 \ # .NET Monitor image -FROM $REPO:8.0.4-cbl-mariner-distroless-arm64v8 +FROM $REPO:8.0.5-cbl-mariner-distroless-arm64v8 COPY --from=installer ["/app", "/app"] diff --git a/src/monitor/8.0/ubuntu-chiseled/amd64/Dockerfile b/src/monitor/8.0/ubuntu-chiseled/amd64/Dockerfile index ede887b7e0..4052d46b40 100644 --- a/src/monitor/8.0/ubuntu-chiseled/amd64/Dockerfile +++ b/src/monitor/8.0/ubuntu-chiseled/amd64/Dockerfile @@ -4,13 +4,13 @@ ARG REPO=mcr.microsoft.com/dotnet/monitor/base FROM amd64/buildpack-deps:jammy-curl AS installer # Retrieve .NET Monitor extensions -RUN dotnet_monitor_extension_version=8.0.4 \ +RUN dotnet_monitor_extension_version=8.0.5 \ && curl -fSL --output dotnet-monitor-egress-azureblobstorage.tar.gz https://dotnetcli.azureedge.net/dotnet/diagnostics/monitor/$dotnet_monitor_extension_version/dotnet-monitor-egress-azureblobstorage-$dotnet_monitor_extension_version-linux-x64.tar.gz \ - && dotnet_monitor_extension_sha512='0c5efb1f64372bc3b9a3076b19e4a143f8e6dfa86406a3130ae8d02120d3e2f437329c94ed5abedcf2158ebec7cfb049b3505d96c54184507680403d4fb66c78' \ + && dotnet_monitor_extension_sha512='3ee560beb5245dc9cdc36a8d0399c8c70997605c0d1da386da9ad30f978daaf164299c8c068883c7043df5a09c470ec089b66fda9300899d48252174f1841825' \ && echo "$dotnet_monitor_extension_sha512 dotnet-monitor-egress-azureblobstorage.tar.gz" | sha512sum -c - \ \ && curl -fSL --output dotnet-monitor-egress-s3storage.tar.gz https://dotnetcli.azureedge.net/dotnet/diagnostics/monitor/$dotnet_monitor_extension_version/dotnet-monitor-egress-s3storage-$dotnet_monitor_extension_version-linux-x64.tar.gz \ - && dotnet_monitor_extension_sha512='e282162778e52a978a4c9a9859b321f1f99c930a1bdc6e7094dc47259fe70db5eb0ffb08bed2735d60608dc7349cc79005e35a5c4899f2a4d5632c68a8c914bd' \ + && dotnet_monitor_extension_sha512='d0a52ec50ffdbbe68148cc31b68607813dfb9d0132ea92470b5e2329bf3588c03690d4b80db47c7e370a36769ebc0fb2fa600d44f3a9bb6688e00a50bdae8b88' \ && echo "$dotnet_monitor_extension_sha512 dotnet-monitor-egress-s3storage.tar.gz" | sha512sum -c - \ \ && mkdir -p /app \ @@ -21,6 +21,6 @@ RUN dotnet_monitor_extension_version=8.0.4 \ # .NET Monitor image -FROM $REPO:8.0.4-ubuntu-chiseled-amd64 +FROM $REPO:8.0.5-ubuntu-chiseled-amd64 COPY --from=installer ["/app", "/app"] diff --git a/src/monitor/8.0/ubuntu-chiseled/arm64v8/Dockerfile b/src/monitor/8.0/ubuntu-chiseled/arm64v8/Dockerfile index 28051a12ea..3a30b2ab80 100644 --- a/src/monitor/8.0/ubuntu-chiseled/arm64v8/Dockerfile +++ b/src/monitor/8.0/ubuntu-chiseled/arm64v8/Dockerfile @@ -4,13 +4,13 @@ ARG REPO=mcr.microsoft.com/dotnet/monitor/base FROM arm64v8/buildpack-deps:jammy-curl AS installer # Retrieve .NET Monitor extensions -RUN dotnet_monitor_extension_version=8.0.4 \ +RUN dotnet_monitor_extension_version=8.0.5 \ && curl -fSL --output dotnet-monitor-egress-azureblobstorage.tar.gz https://dotnetcli.azureedge.net/dotnet/diagnostics/monitor/$dotnet_monitor_extension_version/dotnet-monitor-egress-azureblobstorage-$dotnet_monitor_extension_version-linux-arm64.tar.gz \ - && dotnet_monitor_extension_sha512='7c0bdef53e84c53eafe89241f046409fe7fb0a00f95f3e8813ba87770f5f5c5ea488aff13a4ad59a2d9eaf39cd4a7f34d4f665a7fba9c84d34b823bb246cdc96' \ + && dotnet_monitor_extension_sha512='d741585178826b29349546f9b23e8a2ea6aef3e663659ff64f86f1805b968da0247bb5d2ad15a151bc425ad4f5f1d34566947661765b4d0bff76f2facff02353' \ && echo "$dotnet_monitor_extension_sha512 dotnet-monitor-egress-azureblobstorage.tar.gz" | sha512sum -c - \ \ && curl -fSL --output dotnet-monitor-egress-s3storage.tar.gz https://dotnetcli.azureedge.net/dotnet/diagnostics/monitor/$dotnet_monitor_extension_version/dotnet-monitor-egress-s3storage-$dotnet_monitor_extension_version-linux-arm64.tar.gz \ - && dotnet_monitor_extension_sha512='aafa848ae9022ffbcf29bff781b95747e59acd0a950b8b3d6ae9cc699365891e8b2e00c6d22d912ebac2308f8a61074e1b802c92db308bb6004d8e610d4d93df' \ + && dotnet_monitor_extension_sha512='5b4e1e03aeb2232e10a382547bd97c59362bba61961215a7a58208d72b03966d34aa5449c587f414d6ea93b96f2c1b937540f5751e4f53b653dda50c56118483' \ && echo "$dotnet_monitor_extension_sha512 dotnet-monitor-egress-s3storage.tar.gz" | sha512sum -c - \ \ && mkdir -p /app \ @@ -21,6 +21,6 @@ RUN dotnet_monitor_extension_version=8.0.4 \ # .NET Monitor image -FROM $REPO:8.0.4-ubuntu-chiseled-arm64v8 +FROM $REPO:8.0.5-ubuntu-chiseled-arm64v8 COPY --from=installer ["/app", "/app"] From f9947916ea75fb7fb4f4a21faa051dada2bb6a8a Mon Sep 17 00:00:00 2001 From: Wiktor Kopec Date: Fri, 4 Oct 2024 13:38:52 -0700 Subject: [PATCH 11/13] Update dotnet-monitor 6.0 --- README.monitor.md | 16 ++++++++-------- manifest.versions.json | 12 ++++++------ src/monitor/6.3/alpine/amd64/Dockerfile | 4 ++-- src/monitor/6.3/alpine/arm64v8/Dockerfile | 4 ++-- .../6.3/cbl-mariner-distroless/amd64/Dockerfile | 4 ++-- .../cbl-mariner-distroless/arm64v8/Dockerfile | 4 ++-- src/monitor/6.3/cbl-mariner/amd64/Dockerfile | 4 ++-- src/monitor/6.3/cbl-mariner/arm64v8/Dockerfile | 4 ++-- src/monitor/6.3/ubuntu-chiseled/amd64/Dockerfile | 4 ++-- .../6.3/ubuntu-chiseled/arm64v8/Dockerfile | 4 ++-- 10 files changed, 30 insertions(+), 30 deletions(-) diff --git a/README.monitor.md b/README.monitor.md index 65b3ad276f..6f74ebc4a1 100644 --- a/README.monitor.md +++ b/README.monitor.md @@ -62,10 +62,10 @@ Tags | Dockerfile | OS Version 9.0.0-rc.1-amd64, 9.0-amd64, 9.0.0-rc.1, 9.0, 9 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/9.0/azurelinux-distroless/amd64/Dockerfile) | Azure Linux 3.0 8.0.5-ubuntu-chiseled-amd64, 8.0-ubuntu-chiseled-amd64, 8-ubuntu-chiseled-amd64, 8.0.5-ubuntu-chiseled, 8.0-ubuntu-chiseled, 8-ubuntu-chiseled, 8.0.5, 8.0, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/8.0/ubuntu-chiseled/amd64/Dockerfile) | Ubuntu 22.04 8.0.5-cbl-mariner-distroless-amd64, 8.0-cbl-mariner-distroless-amd64, 8-cbl-mariner-distroless-amd64, 8.0.5-cbl-mariner-distroless, 8.0-cbl-mariner-distroless, 8-cbl-mariner-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/8.0/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 -6.3.8-alpine-amd64, 6.3-alpine-amd64, 6-alpine-amd64, 6.3.8-alpine, 6.3-alpine, 6-alpine, 6.3.8, 6.3, 6 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/alpine/amd64/Dockerfile) | Alpine 3.20 -6.3.8-ubuntu-chiseled-amd64, 6.3-ubuntu-chiseled-amd64, 6-ubuntu-chiseled-amd64, 6.3.8-ubuntu-chiseled, 6.3-ubuntu-chiseled, 6-ubuntu-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/ubuntu-chiseled/amd64/Dockerfile) | Ubuntu 22.04 -6.3.8-cbl-mariner-amd64, 6.3-cbl-mariner-amd64, 6-cbl-mariner-amd64, 6.3.8-cbl-mariner, 6.3-cbl-mariner, 6-cbl-mariner | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/cbl-mariner/amd64/Dockerfile) | CBL-Mariner 2.0 -6.3.8-cbl-mariner-distroless-amd64, 6.3-cbl-mariner-distroless-amd64, 6-cbl-mariner-distroless-amd64, 6.3.8-cbl-mariner-distroless, 6.3-cbl-mariner-distroless, 6-cbl-mariner-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 +6.3.9-alpine-amd64, 6.3-alpine-amd64, 6-alpine-amd64, 6.3.9-alpine, 6.3-alpine, 6-alpine, 6.3.9, 6.3, 6 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/alpine/amd64/Dockerfile) | Alpine 3.20 +6.3.9-ubuntu-chiseled-amd64, 6.3-ubuntu-chiseled-amd64, 6-ubuntu-chiseled-amd64, 6.3.9-ubuntu-chiseled, 6.3-ubuntu-chiseled, 6-ubuntu-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/ubuntu-chiseled/amd64/Dockerfile) | Ubuntu 22.04 +6.3.9-cbl-mariner-amd64, 6.3-cbl-mariner-amd64, 6-cbl-mariner-amd64, 6.3.9-cbl-mariner, 6.3-cbl-mariner, 6-cbl-mariner | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/cbl-mariner/amd64/Dockerfile) | CBL-Mariner 2.0 +6.3.9-cbl-mariner-distroless-amd64, 6.3-cbl-mariner-distroless-amd64, 6-cbl-mariner-distroless-amd64, 6.3.9-cbl-mariner-distroless, 6.3-cbl-mariner-distroless, 6-cbl-mariner-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 ### Linux arm64 Tags @@ -74,10 +74,10 @@ Tags | Dockerfile | OS Version 9.0.0-rc.1-arm64v8, 9.0-arm64v8, 9.0.0-rc.1, 9.0, 9 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/9.0/azurelinux-distroless/arm64v8/Dockerfile) | Azure Linux 3.0 8.0.5-ubuntu-chiseled-arm64v8, 8.0-ubuntu-chiseled-arm64v8, 8-ubuntu-chiseled-arm64v8, 8.0.5-ubuntu-chiseled, 8.0-ubuntu-chiseled, 8-ubuntu-chiseled, 8.0.5, 8.0, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/8.0/ubuntu-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04 8.0.5-cbl-mariner-distroless-arm64v8, 8.0-cbl-mariner-distroless-arm64v8, 8-cbl-mariner-distroless-arm64v8, 8.0.5-cbl-mariner-distroless, 8.0-cbl-mariner-distroless, 8-cbl-mariner-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/8.0/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 -6.3.8-alpine-arm64v8, 6.3-alpine-arm64v8, 6-alpine-arm64v8, 6.3.8-alpine, 6.3-alpine, 6-alpine, 6.3.8, 6.3, 6 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/alpine/arm64v8/Dockerfile) | Alpine 3.20 -6.3.8-ubuntu-chiseled-arm64v8, 6.3-ubuntu-chiseled-arm64v8, 6-ubuntu-chiseled-arm64v8, 6.3.8-ubuntu-chiseled, 6.3-ubuntu-chiseled, 6-ubuntu-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/ubuntu-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04 -6.3.8-cbl-mariner-arm64v8, 6.3-cbl-mariner-arm64v8, 6-cbl-mariner-arm64v8, 6.3.8-cbl-mariner, 6.3-cbl-mariner, 6-cbl-mariner | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/cbl-mariner/arm64v8/Dockerfile) | CBL-Mariner 2.0 -6.3.8-cbl-mariner-distroless-arm64v8, 6.3-cbl-mariner-distroless-arm64v8, 6-cbl-mariner-distroless-arm64v8, 6.3.8-cbl-mariner-distroless, 6.3-cbl-mariner-distroless, 6-cbl-mariner-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 +6.3.9-alpine-arm64v8, 6.3-alpine-arm64v8, 6-alpine-arm64v8, 6.3.9-alpine, 6.3-alpine, 6-alpine, 6.3.9, 6.3, 6 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/alpine/arm64v8/Dockerfile) | Alpine 3.20 +6.3.9-ubuntu-chiseled-arm64v8, 6.3-ubuntu-chiseled-arm64v8, 6-ubuntu-chiseled-arm64v8, 6.3.9-ubuntu-chiseled, 6.3-ubuntu-chiseled, 6-ubuntu-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/ubuntu-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04 +6.3.9-cbl-mariner-arm64v8, 6.3-cbl-mariner-arm64v8, 6-cbl-mariner-arm64v8, 6.3.9-cbl-mariner, 6.3-cbl-mariner, 6-cbl-mariner | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/cbl-mariner/arm64v8/Dockerfile) | CBL-Mariner 2.0 +6.3.9-cbl-mariner-distroless-arm64v8, 6.3-cbl-mariner-distroless-arm64v8, 6-cbl-mariner-distroless-arm64v8, 6.3.9-cbl-mariner-distroless, 6.3-cbl-mariner-distroless, 6-cbl-mariner-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 *Tags not listed in the table above are not supported. See the [Supported Tags Policy](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-tags.md). See the [full list of tags](https://mcr.microsoft.com/v2/dotnet/monitor/tags/list) for all supported and unsupported tags.* diff --git a/manifest.versions.json b/manifest.versions.json index 5edccf5d5b..a7af759043 100644 --- a/manifest.versions.json +++ b/manifest.versions.json @@ -125,15 +125,15 @@ "mingit|9.0|x64|url": "$(mingit|latest|x64|url)", "mingit|9.0|x64|sha": "$(mingit|latest|x64|sha)", - "monitor|6.3|build-version": "6.3.8", - "monitor|6.3|product-version": "6.3.8", + "monitor|6.3|build-version": "6.3.9", + "monitor|6.3|product-version": "6.3.9", "monitor|6.3|fixed-tag": "$(monitor|6.3|product-version)", "monitor|6.3|minor-tag": "6.3", "monitor|6|major-tag": "6", - "monitor|6.3|linux-musl|x64|sha": "920bbb805e5357c9d114d018cc10b12e1079790d28e6c9d947ec10eaf6ecbfd0781a069c0bc9ff180c387cc3763bace2566975f841b42d8db1d11f554fc8cf66", - "monitor|6.3|linux-musl|arm64|sha": "0f66e915e920a287863b6c6c2af3e0114e97ae764b3e2f43efea0da3ea7ffd7e5d60d30d02bd01c978ba08dbcff1eed1c39b667bdf5f867bb3cddd87912761df", - "monitor|6.3|linux|x64|sha": "64978db9bde09c9f4ebfeff1fc92a82f6b1aee17e6463d264e1b11d9f538dc12eeb2431ac6a6678cba301d3512ccd250f6010f8e8b2821793443d61eb66e48c0", - "monitor|6.3|linux|arm64|sha": "9b3acda88f7dc68d1f58c307d66206d8d2e390b75e787a2f97f325d94f52c5e352c38ffd02fcf4573607f54b76fc071c2a8f8df80ffdb38dce8249451b4a5f26", + "monitor|6.3|linux-musl|x64|sha": "d61954670de3024c63d7f77c9c4bd9303dc099568f55df5fdabc34d083645468a2ac9bc2767a69637f7c47deae975b9b76ddacf04c235b80a91c23fdc4060b0d", + "monitor|6.3|linux-musl|arm64|sha": "bd3881278e2982f88e8ba48c74e7ccabab6658b98ff4e848e3be2ff9b6ff237006c9f91269dc9559c28610b1fda9fee122e0fb0009d571a86bf015ee767a4066", + "monitor|6.3|linux|x64|sha": "6ec06775fd7c02c218184359f9167189572e37cda96f4e6283d7c809faca0b4ec728aa3fb3357d54c84c9f5d9f99a571e987b4353fcef38d9ccb4e58f9ad98e1", + "monitor|6.3|linux|arm64|sha": "d1d311d8058b528ca5a8c6de3489ea71e45cf9d64ff46b5a6a4e826f629744fdf736b7d65353e614028e1a7454b5d96c11512ecfb2448d53a0da1564ddad2132", "monitor|6.3|base-url|main": "$(base-url|public|maintenance|main)", "monitor|6.3|base-url|nightly": "$(base-url|public|maintenance|nightly)", diff --git a/src/monitor/6.3/alpine/amd64/Dockerfile b/src/monitor/6.3/alpine/amd64/Dockerfile index 37b3e7a066..d61818d7c0 100644 --- a/src/monitor/6.3/alpine/amd64/Dockerfile +++ b/src/monitor/6.3/alpine/amd64/Dockerfile @@ -23,9 +23,9 @@ ENV \ PATH="/app:${PATH}" # Install .NET Monitor -RUN dotnet_monitor_version=6.3.8 \ +RUN dotnet_monitor_version=6.3.9 \ && wget -O dotnet-monitor.tar.gz https://dotnetcli.azureedge.net/dotnet/diagnostics/monitor/$dotnet_monitor_version/dotnet-monitor-$dotnet_monitor_version-linux-musl-x64.tar.gz \ - && dotnet_monitor_sha512='920bbb805e5357c9d114d018cc10b12e1079790d28e6c9d947ec10eaf6ecbfd0781a069c0bc9ff180c387cc3763bace2566975f841b42d8db1d11f554fc8cf66' \ + && dotnet_monitor_sha512='d61954670de3024c63d7f77c9c4bd9303dc099568f55df5fdabc34d083645468a2ac9bc2767a69637f7c47deae975b9b76ddacf04c235b80a91c23fdc4060b0d' \ && echo "$dotnet_monitor_sha512 dotnet-monitor.tar.gz" | sha512sum -c - \ && mkdir -p /app \ && tar -oxzf dotnet-monitor.tar.gz -C /app \ diff --git a/src/monitor/6.3/alpine/arm64v8/Dockerfile b/src/monitor/6.3/alpine/arm64v8/Dockerfile index 5e34f41156..55b8706a19 100644 --- a/src/monitor/6.3/alpine/arm64v8/Dockerfile +++ b/src/monitor/6.3/alpine/arm64v8/Dockerfile @@ -23,9 +23,9 @@ ENV \ PATH="/app:${PATH}" # Install .NET Monitor -RUN dotnet_monitor_version=6.3.8 \ +RUN dotnet_monitor_version=6.3.9 \ && wget -O dotnet-monitor.tar.gz https://dotnetcli.azureedge.net/dotnet/diagnostics/monitor/$dotnet_monitor_version/dotnet-monitor-$dotnet_monitor_version-linux-musl-arm64.tar.gz \ - && dotnet_monitor_sha512='0f66e915e920a287863b6c6c2af3e0114e97ae764b3e2f43efea0da3ea7ffd7e5d60d30d02bd01c978ba08dbcff1eed1c39b667bdf5f867bb3cddd87912761df' \ + && dotnet_monitor_sha512='bd3881278e2982f88e8ba48c74e7ccabab6658b98ff4e848e3be2ff9b6ff237006c9f91269dc9559c28610b1fda9fee122e0fb0009d571a86bf015ee767a4066' \ && echo "$dotnet_monitor_sha512 dotnet-monitor.tar.gz" | sha512sum -c - \ && mkdir -p /app \ && tar -oxzf dotnet-monitor.tar.gz -C /app \ diff --git a/src/monitor/6.3/cbl-mariner-distroless/amd64/Dockerfile b/src/monitor/6.3/cbl-mariner-distroless/amd64/Dockerfile index 17b08c0670..4df7e6dbd2 100644 --- a/src/monitor/6.3/cbl-mariner-distroless/amd64/Dockerfile +++ b/src/monitor/6.3/cbl-mariner-distroless/amd64/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve .NET Monitor -RUN dotnet_monitor_version=6.3.8 \ +RUN dotnet_monitor_version=6.3.9 \ && curl -fSL --output dotnet-monitor.tar.gz https://dotnetcli.azureedge.net/dotnet/diagnostics/monitor/$dotnet_monitor_version/dotnet-monitor-$dotnet_monitor_version-linux-x64.tar.gz \ - && dotnet_monitor_sha512='64978db9bde09c9f4ebfeff1fc92a82f6b1aee17e6463d264e1b11d9f538dc12eeb2431ac6a6678cba301d3512ccd250f6010f8e8b2821793443d61eb66e48c0' \ + && dotnet_monitor_sha512='6ec06775fd7c02c218184359f9167189572e37cda96f4e6283d7c809faca0b4ec728aa3fb3357d54c84c9f5d9f99a571e987b4353fcef38d9ccb4e58f9ad98e1' \ && echo "$dotnet_monitor_sha512 dotnet-monitor.tar.gz" | sha512sum -c - \ && mkdir -p /app \ && tar -oxzf dotnet-monitor.tar.gz -C /app \ diff --git a/src/monitor/6.3/cbl-mariner-distroless/arm64v8/Dockerfile b/src/monitor/6.3/cbl-mariner-distroless/arm64v8/Dockerfile index eb0dd01f8e..c6a70fcc90 100644 --- a/src/monitor/6.3/cbl-mariner-distroless/arm64v8/Dockerfile +++ b/src/monitor/6.3/cbl-mariner-distroless/arm64v8/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve .NET Monitor -RUN dotnet_monitor_version=6.3.8 \ +RUN dotnet_monitor_version=6.3.9 \ && curl -fSL --output dotnet-monitor.tar.gz https://dotnetcli.azureedge.net/dotnet/diagnostics/monitor/$dotnet_monitor_version/dotnet-monitor-$dotnet_monitor_version-linux-arm64.tar.gz \ - && dotnet_monitor_sha512='9b3acda88f7dc68d1f58c307d66206d8d2e390b75e787a2f97f325d94f52c5e352c38ffd02fcf4573607f54b76fc071c2a8f8df80ffdb38dce8249451b4a5f26' \ + && dotnet_monitor_sha512='d1d311d8058b528ca5a8c6de3489ea71e45cf9d64ff46b5a6a4e826f629744fdf736b7d65353e614028e1a7454b5d96c11512ecfb2448d53a0da1564ddad2132' \ && echo "$dotnet_monitor_sha512 dotnet-monitor.tar.gz" | sha512sum -c - \ && mkdir -p /app \ && tar -oxzf dotnet-monitor.tar.gz -C /app \ diff --git a/src/monitor/6.3/cbl-mariner/amd64/Dockerfile b/src/monitor/6.3/cbl-mariner/amd64/Dockerfile index 74556ce5b3..8a6a287e42 100644 --- a/src/monitor/6.3/cbl-mariner/amd64/Dockerfile +++ b/src/monitor/6.3/cbl-mariner/amd64/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve .NET Monitor -RUN dotnet_monitor_version=6.3.8 \ +RUN dotnet_monitor_version=6.3.9 \ && curl -fSL --output dotnet-monitor.tar.gz https://dotnetcli.azureedge.net/dotnet/diagnostics/monitor/$dotnet_monitor_version/dotnet-monitor-$dotnet_monitor_version-linux-x64.tar.gz \ - && dotnet_monitor_sha512='64978db9bde09c9f4ebfeff1fc92a82f6b1aee17e6463d264e1b11d9f538dc12eeb2431ac6a6678cba301d3512ccd250f6010f8e8b2821793443d61eb66e48c0' \ + && dotnet_monitor_sha512='6ec06775fd7c02c218184359f9167189572e37cda96f4e6283d7c809faca0b4ec728aa3fb3357d54c84c9f5d9f99a571e987b4353fcef38d9ccb4e58f9ad98e1' \ && echo "$dotnet_monitor_sha512 dotnet-monitor.tar.gz" | sha512sum -c - \ && mkdir -p /app \ && tar -oxzf dotnet-monitor.tar.gz -C /app \ diff --git a/src/monitor/6.3/cbl-mariner/arm64v8/Dockerfile b/src/monitor/6.3/cbl-mariner/arm64v8/Dockerfile index a132d46699..e1036b9e8e 100644 --- a/src/monitor/6.3/cbl-mariner/arm64v8/Dockerfile +++ b/src/monitor/6.3/cbl-mariner/arm64v8/Dockerfile @@ -10,9 +10,9 @@ RUN tdnf install -y \ && tdnf clean all # Retrieve .NET Monitor -RUN dotnet_monitor_version=6.3.8 \ +RUN dotnet_monitor_version=6.3.9 \ && curl -fSL --output dotnet-monitor.tar.gz https://dotnetcli.azureedge.net/dotnet/diagnostics/monitor/$dotnet_monitor_version/dotnet-monitor-$dotnet_monitor_version-linux-arm64.tar.gz \ - && dotnet_monitor_sha512='9b3acda88f7dc68d1f58c307d66206d8d2e390b75e787a2f97f325d94f52c5e352c38ffd02fcf4573607f54b76fc071c2a8f8df80ffdb38dce8249451b4a5f26' \ + && dotnet_monitor_sha512='d1d311d8058b528ca5a8c6de3489ea71e45cf9d64ff46b5a6a4e826f629744fdf736b7d65353e614028e1a7454b5d96c11512ecfb2448d53a0da1564ddad2132' \ && echo "$dotnet_monitor_sha512 dotnet-monitor.tar.gz" | sha512sum -c - \ && mkdir -p /app \ && tar -oxzf dotnet-monitor.tar.gz -C /app \ diff --git a/src/monitor/6.3/ubuntu-chiseled/amd64/Dockerfile b/src/monitor/6.3/ubuntu-chiseled/amd64/Dockerfile index 217e6c3f38..c9f34572bd 100644 --- a/src/monitor/6.3/ubuntu-chiseled/amd64/Dockerfile +++ b/src/monitor/6.3/ubuntu-chiseled/amd64/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet FROM amd64/buildpack-deps:jammy-curl AS installer # Retrieve .NET Monitor -RUN dotnet_monitor_version=6.3.8 \ +RUN dotnet_monitor_version=6.3.9 \ && curl -fSL --output dotnet-monitor.tar.gz https://dotnetcli.azureedge.net/dotnet/diagnostics/monitor/$dotnet_monitor_version/dotnet-monitor-$dotnet_monitor_version-linux-x64.tar.gz \ - && dotnet_monitor_sha512='64978db9bde09c9f4ebfeff1fc92a82f6b1aee17e6463d264e1b11d9f538dc12eeb2431ac6a6678cba301d3512ccd250f6010f8e8b2821793443d61eb66e48c0' \ + && dotnet_monitor_sha512='6ec06775fd7c02c218184359f9167189572e37cda96f4e6283d7c809faca0b4ec728aa3fb3357d54c84c9f5d9f99a571e987b4353fcef38d9ccb4e58f9ad98e1' \ && echo "$dotnet_monitor_sha512 dotnet-monitor.tar.gz" | sha512sum -c - \ && mkdir -p /app \ && tar -oxzf dotnet-monitor.tar.gz -C /app \ diff --git a/src/monitor/6.3/ubuntu-chiseled/arm64v8/Dockerfile b/src/monitor/6.3/ubuntu-chiseled/arm64v8/Dockerfile index d3dd03956d..60528d6328 100644 --- a/src/monitor/6.3/ubuntu-chiseled/arm64v8/Dockerfile +++ b/src/monitor/6.3/ubuntu-chiseled/arm64v8/Dockerfile @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet FROM arm64v8/buildpack-deps:jammy-curl AS installer # Retrieve .NET Monitor -RUN dotnet_monitor_version=6.3.8 \ +RUN dotnet_monitor_version=6.3.9 \ && curl -fSL --output dotnet-monitor.tar.gz https://dotnetcli.azureedge.net/dotnet/diagnostics/monitor/$dotnet_monitor_version/dotnet-monitor-$dotnet_monitor_version-linux-arm64.tar.gz \ - && dotnet_monitor_sha512='9b3acda88f7dc68d1f58c307d66206d8d2e390b75e787a2f97f325d94f52c5e352c38ffd02fcf4573607f54b76fc071c2a8f8df80ffdb38dce8249451b4a5f26' \ + && dotnet_monitor_sha512='d1d311d8058b528ca5a8c6de3489ea71e45cf9d64ff46b5a6a4e826f629744fdf736b7d65353e614028e1a7454b5d96c11512ecfb2448d53a0da1564ddad2132' \ && echo "$dotnet_monitor_sha512 dotnet-monitor.tar.gz" | sha512sum -c - \ && mkdir -p /app \ && tar -oxzf dotnet-monitor.tar.gz -C /app \ From 599ae7013d523884165366252e98bb97220a384f Mon Sep 17 00:00:00 2001 From: Justin Anderson Date: Mon, 7 Oct 2024 12:48:18 -0700 Subject: [PATCH 12/13] Undocument .NET Monitor 6.3 and 8.0 arch-specific tags (#5954) Co-authored-by: Logan Bussell --- README.monitor.md | 24 +-- .../monitor-tags.yml | 28 ++-- manifest.json | 144 +++++++++++++----- 3 files changed, 134 insertions(+), 62 deletions(-) diff --git a/README.monitor.md b/README.monitor.md index 6f74ebc4a1..03ad580cef 100644 --- a/README.monitor.md +++ b/README.monitor.md @@ -60,24 +60,24 @@ See the [documentation](https://go.microsoft.com/fwlink/?linkid=2158052) for how Tags | Dockerfile | OS Version -----------| -------------| ------------- 9.0.0-rc.1-amd64, 9.0-amd64, 9.0.0-rc.1, 9.0, 9 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/9.0/azurelinux-distroless/amd64/Dockerfile) | Azure Linux 3.0 -8.0.5-ubuntu-chiseled-amd64, 8.0-ubuntu-chiseled-amd64, 8-ubuntu-chiseled-amd64, 8.0.5-ubuntu-chiseled, 8.0-ubuntu-chiseled, 8-ubuntu-chiseled, 8.0.5, 8.0, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/8.0/ubuntu-chiseled/amd64/Dockerfile) | Ubuntu 22.04 -8.0.5-cbl-mariner-distroless-amd64, 8.0-cbl-mariner-distroless-amd64, 8-cbl-mariner-distroless-amd64, 8.0.5-cbl-mariner-distroless, 8.0-cbl-mariner-distroless, 8-cbl-mariner-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/8.0/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 -6.3.9-alpine-amd64, 6.3-alpine-amd64, 6-alpine-amd64, 6.3.9-alpine, 6.3-alpine, 6-alpine, 6.3.9, 6.3, 6 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/alpine/amd64/Dockerfile) | Alpine 3.20 -6.3.9-ubuntu-chiseled-amd64, 6.3-ubuntu-chiseled-amd64, 6-ubuntu-chiseled-amd64, 6.3.9-ubuntu-chiseled, 6.3-ubuntu-chiseled, 6-ubuntu-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/ubuntu-chiseled/amd64/Dockerfile) | Ubuntu 22.04 -6.3.9-cbl-mariner-amd64, 6.3-cbl-mariner-amd64, 6-cbl-mariner-amd64, 6.3.9-cbl-mariner, 6.3-cbl-mariner, 6-cbl-mariner | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/cbl-mariner/amd64/Dockerfile) | CBL-Mariner 2.0 -6.3.9-cbl-mariner-distroless-amd64, 6.3-cbl-mariner-distroless-amd64, 6-cbl-mariner-distroless-amd64, 6.3.9-cbl-mariner-distroless, 6.3-cbl-mariner-distroless, 6-cbl-mariner-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 +8.0.5-ubuntu-chiseled, 8.0-ubuntu-chiseled, 8-ubuntu-chiseled, 8.0.5, 8.0, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/8.0/ubuntu-chiseled/amd64/Dockerfile) | Ubuntu 22.04 +8.0.5-cbl-mariner-distroless, 8.0-cbl-mariner-distroless, 8-cbl-mariner-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/8.0/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 +6.3.9-alpine, 6.3-alpine, 6-alpine, 6.3.9, 6.3, 6 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/alpine/amd64/Dockerfile) | Alpine 3.20 +6.3.9-ubuntu-chiseled, 6.3-ubuntu-chiseled, 6-ubuntu-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/ubuntu-chiseled/amd64/Dockerfile) | Ubuntu 22.04 +6.3.9-cbl-mariner, 6.3-cbl-mariner, 6-cbl-mariner | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/cbl-mariner/amd64/Dockerfile) | CBL-Mariner 2.0 +6.3.9-cbl-mariner-distroless, 6.3-cbl-mariner-distroless, 6-cbl-mariner-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 ### Linux arm64 Tags Tags | Dockerfile | OS Version -----------| -------------| ------------- 9.0.0-rc.1-arm64v8, 9.0-arm64v8, 9.0.0-rc.1, 9.0, 9 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/9.0/azurelinux-distroless/arm64v8/Dockerfile) | Azure Linux 3.0 -8.0.5-ubuntu-chiseled-arm64v8, 8.0-ubuntu-chiseled-arm64v8, 8-ubuntu-chiseled-arm64v8, 8.0.5-ubuntu-chiseled, 8.0-ubuntu-chiseled, 8-ubuntu-chiseled, 8.0.5, 8.0, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/8.0/ubuntu-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04 -8.0.5-cbl-mariner-distroless-arm64v8, 8.0-cbl-mariner-distroless-arm64v8, 8-cbl-mariner-distroless-arm64v8, 8.0.5-cbl-mariner-distroless, 8.0-cbl-mariner-distroless, 8-cbl-mariner-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/8.0/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 -6.3.9-alpine-arm64v8, 6.3-alpine-arm64v8, 6-alpine-arm64v8, 6.3.9-alpine, 6.3-alpine, 6-alpine, 6.3.9, 6.3, 6 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/alpine/arm64v8/Dockerfile) | Alpine 3.20 -6.3.9-ubuntu-chiseled-arm64v8, 6.3-ubuntu-chiseled-arm64v8, 6-ubuntu-chiseled-arm64v8, 6.3.9-ubuntu-chiseled, 6.3-ubuntu-chiseled, 6-ubuntu-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/ubuntu-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04 -6.3.9-cbl-mariner-arm64v8, 6.3-cbl-mariner-arm64v8, 6-cbl-mariner-arm64v8, 6.3.9-cbl-mariner, 6.3-cbl-mariner, 6-cbl-mariner | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/cbl-mariner/arm64v8/Dockerfile) | CBL-Mariner 2.0 -6.3.9-cbl-mariner-distroless-arm64v8, 6.3-cbl-mariner-distroless-arm64v8, 6-cbl-mariner-distroless-arm64v8, 6.3.9-cbl-mariner-distroless, 6.3-cbl-mariner-distroless, 6-cbl-mariner-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 +8.0.5-ubuntu-chiseled, 8.0-ubuntu-chiseled, 8-ubuntu-chiseled, 8.0.5, 8.0, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/8.0/ubuntu-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04 +8.0.5-cbl-mariner-distroless, 8.0-cbl-mariner-distroless, 8-cbl-mariner-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/8.0/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 +6.3.9-alpine, 6.3-alpine, 6-alpine, 6.3.9, 6.3, 6 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/alpine/arm64v8/Dockerfile) | Alpine 3.20 +6.3.9-ubuntu-chiseled, 6.3-ubuntu-chiseled, 6-ubuntu-chiseled | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/ubuntu-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04 +6.3.9-cbl-mariner, 6.3-cbl-mariner, 6-cbl-mariner | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/cbl-mariner/arm64v8/Dockerfile) | CBL-Mariner 2.0 +6.3.9-cbl-mariner-distroless, 6.3-cbl-mariner-distroless, 6-cbl-mariner-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 *Tags not listed in the table above are not supported. See the [Supported Tags Policy](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-tags.md). See the [full list of tags](https://mcr.microsoft.com/v2/dotnet/monitor/tags/list) for all supported and unsupported tags.* diff --git a/eng/mcr-tags-metadata-templates/monitor-tags.yml b/eng/mcr-tags-metadata-templates/monitor-tags.yml index 98c1bb83db..ae4722158f 100644 --- a/eng/mcr-tags-metadata-templates/monitor-tags.yml +++ b/eng/mcr-tags-metadata-templates/monitor-tags.yml @@ -1,15 +1,15 @@ $(McrTagsYmlRepo:monitor) -$(McrTagsYmlTagGroup:9.0-amd64) -$(McrTagsYmlTagGroup:9.0-arm64v8) -$(McrTagsYmlTagGroup:8.0-ubuntu-chiseled-amd64) -$(McrTagsYmlTagGroup:8.0-ubuntu-chiseled-arm64v8) -$(McrTagsYmlTagGroup:8.0-cbl-mariner-distroless-amd64) -$(McrTagsYmlTagGroup:8.0-cbl-mariner-distroless-arm64v8) -$(McrTagsYmlTagGroup:6.3-alpine-amd64) -$(McrTagsYmlTagGroup:6.3-alpine-arm64v8) -$(McrTagsYmlTagGroup:6.3-ubuntu-chiseled-amd64) -$(McrTagsYmlTagGroup:6.3-ubuntu-chiseled-arm64v8) -$(McrTagsYmlTagGroup:6.3-cbl-mariner-amd64) -$(McrTagsYmlTagGroup:6.3-cbl-mariner-arm64v8) -$(McrTagsYmlTagGroup:6.3-cbl-mariner-distroless-amd64) -$(McrTagsYmlTagGroup:6.3-cbl-mariner-distroless-arm64v8) +$(McrTagsYmlTagGroup:9.0) +$(McrTagsYmlTagGroup:9) +$(McrTagsYmlTagGroup:8.0.5-ubuntu-chiseled) +$(McrTagsYmlTagGroup:8.0.5-cbl-mariner-distroless) +$(McrTagsYmlTagGroup:8.0-ubuntu-chiseled) +$(McrTagsYmlTagGroup:8.0-cbl-mariner-distroless) +$(McrTagsYmlTagGroup:6.3.9-alpine) +$(McrTagsYmlTagGroup:6.3.9-ubuntu-chiseled) +$(McrTagsYmlTagGroup:6.3.9-cbl-mariner) +$(McrTagsYmlTagGroup:6.3.9-cbl-mariner-distroless) +$(McrTagsYmlTagGroup:6.3-alpine) +$(McrTagsYmlTagGroup:6.3-ubuntu-chiseled) +$(McrTagsYmlTagGroup:6.3-cbl-mariner) +$(McrTagsYmlTagGroup:6.3-cbl-mariner-distroless) diff --git a/manifest.json b/manifest.json index c0074d8733..1c181a9b8f 100644 --- a/manifest.json +++ b/manifest.json @@ -8179,9 +8179,15 @@ "os": "linux", "osVersion": "alpine3.20", "tags": { - "$(monitor|6.3|fixed-tag)-alpine-amd64": {}, - "$(monitor|6.3|minor-tag)-alpine-amd64": {}, - "$(monitor|6|major-tag)-alpine-amd64": {} + "$(monitor|6.3|fixed-tag)-alpine-amd64": { + "docType": "Undocumented" + }, + "$(monitor|6.3|minor-tag)-alpine-amd64": { + "docType": "Undocumented" + }, + "$(monitor|6|major-tag)-alpine-amd64": { + "docType": "Undocumented" + } } }, { @@ -8194,9 +8200,15 @@ "os": "linux", "osVersion": "alpine3.20", "tags": { - "$(monitor|6.3|fixed-tag)-alpine-arm64v8": {}, - "$(monitor|6.3|minor-tag)-alpine-arm64v8": {}, - "$(monitor|6|major-tag)-alpine-arm64v8": {} + "$(monitor|6.3|fixed-tag)-alpine-arm64v8": { + "docType": "Undocumented" + }, + "$(monitor|6.3|minor-tag)-alpine-arm64v8": { + "docType": "Undocumented" + }, + "$(monitor|6|major-tag)-alpine-arm64v8": { + "docType": "Undocumented" + } }, "variant": "v8" } @@ -8219,9 +8231,15 @@ "os": "linux", "osVersion": "jammy-chiseled", "tags": { - "$(monitor|6.3|fixed-tag)-ubuntu-chiseled-amd64": {}, - "$(monitor|6.3|minor-tag)-ubuntu-chiseled-amd64": {}, - "$(monitor|6|major-tag)-ubuntu-chiseled-amd64": {} + "$(monitor|6.3|fixed-tag)-ubuntu-chiseled-amd64": { + "docType": "Undocumented" + }, + "$(monitor|6.3|minor-tag)-ubuntu-chiseled-amd64": { + "docType": "Undocumented" + }, + "$(monitor|6|major-tag)-ubuntu-chiseled-amd64": { + "docType": "Undocumented" + } } }, { @@ -8234,9 +8252,15 @@ "os": "linux", "osVersion": "jammy-chiseled", "tags": { - "$(monitor|6.3|fixed-tag)-ubuntu-chiseled-arm64v8": {}, - "$(monitor|6.3|minor-tag)-ubuntu-chiseled-arm64v8": {}, - "$(monitor|6|major-tag)-ubuntu-chiseled-arm64v8": {} + "$(monitor|6.3|fixed-tag)-ubuntu-chiseled-arm64v8": { + "docType": "Undocumented" + }, + "$(monitor|6.3|minor-tag)-ubuntu-chiseled-arm64v8": { + "docType": "Undocumented" + }, + "$(monitor|6|major-tag)-ubuntu-chiseled-arm64v8": { + "docType": "Undocumented" + } }, "variant": "v8" } @@ -8259,9 +8283,15 @@ "os": "linux", "osVersion": "cbl-mariner2.0", "tags": { - "$(monitor|6.3|fixed-tag)-cbl-mariner-amd64": {}, - "$(monitor|6.3|minor-tag)-cbl-mariner-amd64": {}, - "$(monitor|6|major-tag)-cbl-mariner-amd64": {} + "$(monitor|6.3|fixed-tag)-cbl-mariner-amd64": { + "docType": "Undocumented" + }, + "$(monitor|6.3|minor-tag)-cbl-mariner-amd64": { + "docType": "Undocumented" + }, + "$(monitor|6|major-tag)-cbl-mariner-amd64": { + "docType": "Undocumented" + } } }, { @@ -8274,9 +8304,15 @@ "os": "linux", "osVersion": "cbl-mariner2.0", "tags": { - "$(monitor|6.3|fixed-tag)-cbl-mariner-arm64v8": {}, - "$(monitor|6.3|minor-tag)-cbl-mariner-arm64v8": {}, - "$(monitor|6|major-tag)-cbl-mariner-arm64v8": {} + "$(monitor|6.3|fixed-tag)-cbl-mariner-arm64v8": { + "docType": "Undocumented" + }, + "$(monitor|6.3|minor-tag)-cbl-mariner-arm64v8": { + "docType": "Undocumented" + }, + "$(monitor|6|major-tag)-cbl-mariner-arm64v8": { + "docType": "Undocumented" + } }, "variant": "v8" } @@ -8299,9 +8335,15 @@ "os": "linux", "osVersion": "cbl-mariner2.0-distroless", "tags": { - "$(monitor|6.3|fixed-tag)-cbl-mariner-distroless-amd64": {}, - "$(monitor|6.3|minor-tag)-cbl-mariner-distroless-amd64": {}, - "$(monitor|6|major-tag)-cbl-mariner-distroless-amd64": {} + "$(monitor|6.3|fixed-tag)-cbl-mariner-distroless-amd64": { + "docType": "Undocumented" + }, + "$(monitor|6.3|minor-tag)-cbl-mariner-distroless-amd64": { + "docType": "Undocumented" + }, + "$(monitor|6|major-tag)-cbl-mariner-distroless-amd64": { + "docType": "Undocumented" + } } }, { @@ -8314,9 +8356,15 @@ "os": "linux", "osVersion": "cbl-mariner2.0-distroless", "tags": { - "$(monitor|6.3|fixed-tag)-cbl-mariner-distroless-arm64v8": {}, - "$(monitor|6.3|minor-tag)-cbl-mariner-distroless-arm64v8": {}, - "$(monitor|6|major-tag)-cbl-mariner-distroless-arm64v8": {} + "$(monitor|6.3|fixed-tag)-cbl-mariner-distroless-arm64v8": { + "docType": "Undocumented" + }, + "$(monitor|6.3|minor-tag)-cbl-mariner-distroless-arm64v8": { + "docType": "Undocumented" + }, + "$(monitor|6|major-tag)-cbl-mariner-distroless-arm64v8": { + "docType": "Undocumented" + } }, "variant": "v8" } @@ -8343,9 +8391,15 @@ "os": "linux", "osVersion": "jammy-chiseled", "tags": { - "$(monitor|8.0|fixed-tag)-ubuntu-chiseled-amd64": {}, - "$(monitor|8.0|minor-tag)-ubuntu-chiseled-amd64": {}, - "$(monitor|8|major-tag)-ubuntu-chiseled-amd64": {} + "$(monitor|8.0|fixed-tag)-ubuntu-chiseled-amd64": { + "docType": "Undocumented" + }, + "$(monitor|8.0|minor-tag)-ubuntu-chiseled-amd64": { + "docType": "Undocumented" + }, + "$(monitor|8|major-tag)-ubuntu-chiseled-amd64": { + "docType": "Undocumented" + } } }, { @@ -8358,9 +8412,15 @@ "os": "linux", "osVersion": "jammy-chiseled", "tags": { - "$(monitor|8.0|fixed-tag)-ubuntu-chiseled-arm64v8": {}, - "$(monitor|8.0|minor-tag)-ubuntu-chiseled-arm64v8": {}, - "$(monitor|8|major-tag)-ubuntu-chiseled-arm64v8": {} + "$(monitor|8.0|fixed-tag)-ubuntu-chiseled-arm64v8": { + "docType": "Undocumented" + }, + "$(monitor|8.0|minor-tag)-ubuntu-chiseled-arm64v8": { + "docType": "Undocumented" + }, + "$(monitor|8|major-tag)-ubuntu-chiseled-arm64v8": { + "docType": "Undocumented" + } }, "variant": "v8" } @@ -8383,9 +8443,15 @@ "os": "linux", "osVersion": "cbl-mariner2.0-distroless", "tags": { - "$(monitor|8.0|fixed-tag)-cbl-mariner-distroless-amd64": {}, - "$(monitor|8.0|minor-tag)-cbl-mariner-distroless-amd64": {}, - "$(monitor|8|major-tag)-cbl-mariner-distroless-amd64": {} + "$(monitor|8.0|fixed-tag)-cbl-mariner-distroless-amd64": { + "docType": "Undocumented" + }, + "$(monitor|8.0|minor-tag)-cbl-mariner-distroless-amd64": { + "docType": "Undocumented" + }, + "$(monitor|8|major-tag)-cbl-mariner-distroless-amd64": { + "docType": "Undocumented" + } } }, { @@ -8398,9 +8464,15 @@ "os": "linux", "osVersion": "cbl-mariner2.0-distroless", "tags": { - "$(monitor|8.0|fixed-tag)-cbl-mariner-distroless-arm64v8": {}, - "$(monitor|8.0|minor-tag)-cbl-mariner-distroless-arm64v8": {}, - "$(monitor|8|major-tag)-cbl-mariner-distroless-arm64v8": {} + "$(monitor|8.0|fixed-tag)-cbl-mariner-distroless-arm64v8": { + "docType": "Undocumented" + }, + "$(monitor|8.0|minor-tag)-cbl-mariner-distroless-arm64v8": { + "docType": "Undocumented" + }, + "$(monitor|8|major-tag)-cbl-mariner-distroless-arm64v8": { + "docType": "Undocumented" + } }, "variant": "v8" } From 018844e7f1e7587a664f08301ed2e387a435da32 Mon Sep 17 00:00:00 2001 From: Justin Anderson Date: Mon, 7 Oct 2024 14:37:00 -0700 Subject: [PATCH 13/13] Undocument .NET Aspire Dashboard arch-specific tags (#5955) --- README.aspire-dashboard.md | 4 ++-- .../aspire-dashboard-tags.yml | 4 ++-- manifest.json | 24 ++++++++++++++----- 3 files changed, 22 insertions(+), 10 deletions(-) diff --git a/README.aspire-dashboard.md b/README.aspire-dashboard.md index 868cca600d..d9cb3906f5 100644 --- a/README.aspire-dashboard.md +++ b/README.aspire-dashboard.md @@ -113,13 +113,13 @@ Limits are per-resource. For example, a `MaxLogCount` value of 10,000 configures Tags | Dockerfile | OS Version -----------| -------------| ------------- -8.2.1-amd64, 8.2-amd64, 8-amd64, 8.2.1, 8.2, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspire-dashboard/8.2/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 +8.2.1, 8.2, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspire-dashboard/8.2/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 ### Linux arm64 Tags Tags | Dockerfile | OS Version -----------| -------------| ------------- -8.2.1-arm64v8, 8.2-arm64v8, 8-arm64v8, 8.2.1, 8.2, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspire-dashboard/8.2/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 +8.2.1, 8.2, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspire-dashboard/8.2/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 *Tags not listed in the table above are not supported. See the [Supported Tags Policy](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-tags.md). See the [full list of tags](https://mcr.microsoft.com/v2/dotnet/aspire-dashboard/tags/list) for all supported and unsupported tags.* diff --git a/eng/mcr-tags-metadata-templates/aspire-dashboard-tags.yml b/eng/mcr-tags-metadata-templates/aspire-dashboard-tags.yml index 8a07169f12..9c6e88f6e2 100644 --- a/eng/mcr-tags-metadata-templates/aspire-dashboard-tags.yml +++ b/eng/mcr-tags-metadata-templates/aspire-dashboard-tags.yml @@ -1,3 +1,3 @@ $(McrTagsYmlRepo:aspire-dashboard) -$(McrTagsYmlTagGroup:8-amd64) -$(McrTagsYmlTagGroup:8-arm64v8) +$(McrTagsYmlTagGroup:8.2) +$(McrTagsYmlTagGroup:8) diff --git a/manifest.json b/manifest.json index 1c181a9b8f..097645057a 100644 --- a/manifest.json +++ b/manifest.json @@ -8555,9 +8555,15 @@ "os": "linux", "osVersion": "cbl-mariner2.0-distroless", "tags": { - "$(aspire-dashboard|8.2|fixed-tag)-amd64": {}, - "$(aspire-dashboard|8.2|minor-tag)-amd64": {}, - "$(aspire-dashboard|8|major-tag)-amd64": {} + "$(aspire-dashboard|8.2|fixed-tag)-amd64": { + "docType": "Undocumented" + }, + "$(aspire-dashboard|8.2|minor-tag)-amd64": { + "docType": "Undocumented" + }, + "$(aspire-dashboard|8|major-tag)-amd64": { + "docType": "Undocumented" + } } }, { @@ -8570,9 +8576,15 @@ "os": "linux", "osVersion": "cbl-mariner2.0-distroless", "tags": { - "$(aspire-dashboard|8.2|fixed-tag)-arm64v8": {}, - "$(aspire-dashboard|8.2|minor-tag)-arm64v8": {}, - "$(aspire-dashboard|8|major-tag)-arm64v8": {} + "$(aspire-dashboard|8.2|fixed-tag)-arm64v8": { + "docType": "Undocumented" + }, + "$(aspire-dashboard|8.2|minor-tag)-arm64v8": { + "docType": "Undocumented" + }, + "$(aspire-dashboard|8|major-tag)-arm64v8": { + "docType": "Undocumented" + } }, "variant": "v8" }