Hotfix Release for PowerShell Update #5580
mthalman
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hotfix Release for PowerShell Update
An issue was identified with PowerShell in the June servicing release that caused script execution to fail due to a change in the default execution policy. This affected .NET SDK 6.0 and 8.0 images which contain PowerShell versions 7.2 and 7.4, respectively. PowerShell has released a fix for this issue which is available in PowerShell versions 7.2.21 and 7.4.3. An update to the .NET SDK container images has been published to include these new PowerShell versions.
Affected Tags
All floating tag versions for .NET 6 and 8 SDK have been updated:
mcr.microsoft.com/dotnet/sdk:6.0
mcr.microsoft.com/dotnet/sdk:6.0-*
mcr.microsoft.com/dotnet/sdk:8.0
mcr.microsoft.com/dotnet/sdk:8.0-*
According to the tag policy, out-of-band updates to images include new tag names for the fixed version tags. This means that tags like
6.0.423
are not updated and will continue to use the previous PowerShell version. If you're using a fixed version tag and need the PowerShell update, you must include the new tag names:mcr.microsoft.com/dotnet/sdk:6.0.423-1
mcr.microsoft.com/dotnet/sdk:8.0.302-1
Note
This also applies to distro-specific tags like
mcr.microsoft.com/dotnet/sdk:6.0.423-1-bookworm-slim
Beta Was this translation helpful? Give feedback.
All reactions