Skip to content

Commit

Permalink
Merge branch 'main' into release/2025-feb
Browse files Browse the repository at this point in the history
  • Loading branch information
lbussell authored Feb 11, 2025
2 parents 1498c9c + 761bbb0 commit 5d539f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/Get-DropVersions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function ResolveSdkUrl([string]$sdkVersion, [bool]$useStableBranding) {
$sdkUrl = "https://dotnetstage.blob.core.windows.net/$containerVersion-internal/Sdk/$sdkVersion/$zipFile"
}
else {
$sdkUrl = "https://dotnetbuilds.blob.core.windows.net/public/Sdk/$sdkVersion/$zipFile"
$sdkUrl = "https://ci.dot.net/public/Sdk/$sdkVersion/$zipFile"
}
return $sdkUrl
}
Expand Down
1 change: 0 additions & 1 deletion eng/update-dependencies/DockerfileShaUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ private static string GetArch(string[] variableParts)
.Replace("/dotnetcli", "/dotnetclichecksums")
.Replace("/internal/", "/internal-checksums/")
.Replace("/public/", "/public-checksums/")
.Replace("azureedge.net", "blob.core.windows.net")
+ shaExt;

Trace.TraceInformation($"Downloading '{shaUrl}'.");
Expand Down
2 changes: 2 additions & 0 deletions tests/Microsoft.DotNet.Docker.Tests/ProductImageTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ internal static IEnumerable<string> GetExpectedPackages(ProductImageData imageDa
{
{ OS: string os } when os.Contains(OS.AzureLinux) => new[]
{
"SymCrypt",
"SymCrypt-OpenSSL",
"azurelinux-release",
"distroless-packages-minimal",
"filesystem",
Expand Down

0 comments on commit 5d539f2

Please sign in to comment.