-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates for .NET 8 Preview 1 release #4432
Conversation
.NET Monitor LGTM |
@@ -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.39.1.windows.1/MinGit-2.39.1-64-bit.zip; ` | |||
$mingit_sha256 = '000649846ec6e28e8f76d4a0d02f02b3dd1ba19914385f7dead1c5cde25b3bad'; ` | |||
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip; ` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this intentional? It doesn't seem right to be updating the 7.0 SDK images outside of a 7.0 servicing release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, not intentional. Good catch. I've fixed this in the original commit.
(cherry picked from commit 4fced56)
Adds the .NET 8 Preview 1 Dockerfiles
Key features:
Related to https://github.com/dotnet/release/issues/477